Accross Network
Closed
                                    
                        Thirsty crow                    
                                    -
                            Dec  5, 2008 at 10:37 PM
                        
TheParoxysm Posts 169 Registration date Sunday December 7, 2008 Status Member Last seen March 25, 2011 - Dec 8, 2008 at 10:30 PM
        TheParoxysm Posts 169 Registration date Sunday December 7, 2008 Status Member Last seen March 25, 2011 - Dec 8, 2008 at 10:30 PM
        Related:         
- Accross Network
 - Error network error occurred - Guide
 - Network card - Guide
 - Network refresh code - Guide
 - Windows network commands cheat sheet - Guide
 - Wpan network - Guide
 
1 response
                
        
                    TheParoxysm
    
        
                    Posts
            
                
            169
                
                            Registration date
            Sunday December  7, 2008
                            Status
            Member
                            Last seen
            March 25, 2011
            
            
                    74
    
    
                    
Dec 8, 2008 at 02:48 AM
    Dec 8, 2008 at 02:48 AM
                        
                    In the future it's probably a good idea to note what language you are programming in, and what version.
In this case I suppose Visual Basic (VB) and probably .NET though you've said nothing to support that.
I need you to be more specific, what are you trying to send where, and is this a program that needs to work no matter where it is, or do you have static places in YOUR network for it to go?
As far as your error:
You invoked a subroutine without the Call statement, but used parentheses (). When calling a subroutine without the Call statement, do not use parentheses.
To correct this error
* Remove the parentheses from the subroutine invocation.
* Use the Call statement to invoke the subroutine instead.
            In this case I suppose Visual Basic (VB) and probably .NET though you've said nothing to support that.
I need you to be more specific, what are you trying to send where, and is this a program that needs to work no matter where it is, or do you have static places in YOUR network for it to go?
As far as your error:
You invoked a subroutine without the Call statement, but used parentheses (). When calling a subroutine without the Call statement, do not use parentheses.
To correct this error
* Remove the parentheses from the subroutine invocation.
* Use the Call statement to invoke the subroutine instead.
        
    
    
    
    
Dec 8, 2008 at 05:26 AM
I m doing this in VBS.
And u said that why i m doing this the reason is that i m working in a computer lab. Some time its very difficult to copy a file across all pcs of ur network. Like adobe Flash player etc. so i was making a program that will compy a file form my computer to all computer of my network..
So what do u say what should be done for this..............
Thaks
Dec 8, 2008 at 05:34 AM
Then you can create a shortcut or map a network drive to it on the other computers for easy access.
It would work like it was on that computer natively.
Dec 8, 2008 at 09:38 PM
Dec 8, 2008 at 10:30 PM
I suggest you try looking on https://www.codeproject.com/ as it is a resource of submitted code snippets with a place for looking for help with particular things. It has project files for you to download that allow you to see first hand how people solved problems and how it worked.
Good luck!