Click here to Skip to main content
15,922,894 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Interupts in VB Scripting Pin
Dave Kreskowiak1-Jun-04 2:30
mveDave Kreskowiak1-Jun-04 2:30 
GeneralRe: Interupts in VB Scripting [EDITED] Pin
Dave Kreskowiak1-Jun-04 3:52
mveDave Kreskowiak1-Jun-04 3:52 
GeneralRe: Interupts in VB Scripting [EDITED] Pin
Stelang2-Jun-04 0:49
Stelang2-Jun-04 0:49 
Generalwab and VB6 Pin
Anonymous31-May-04 21:54
Anonymous31-May-04 21:54 
GeneralFile Copy Problem Pin
beowulfagate31-May-04 20:59
beowulfagate31-May-04 20:59 
GeneralRe: File Copy Problem Pin
Serge Lobko-Lobanovsky31-May-04 22:34
Serge Lobko-Lobanovsky31-May-04 22:34 
GeneralRe: File Copy Problem Pin
A_Yakout31-May-04 22:41
A_Yakout31-May-04 22:41 
GeneralRe: File Copy Problem Pin
Dave Kreskowiak1-Jun-04 0:40
mveDave Kreskowiak1-Jun-04 0:40 
If the file is locked by an application as ShareDenyRead or ShareDenyAll, then your screwed and have to wait for the application to release it's locks or, preferrably, closes the file.

If your going to copy this file to multiple locations simultaneously, you can do it by either P/Invoking the CopyFileA function for each destination computer, letting the O/S copy the file. Or you can create your own copy file class and launch a copy on a thread for each destination.

In either case you'll have to watch how many of these you launch at one time. If you try an launch this for, say, 25 machines at one, you'll bring your system to a halt waiting for these things to copy out. Whatever network connection you use will quicky become saturated with your copy traffic and you, most likely, won't be able to do much of anything else until the copy process is completed.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: File Copy Problem Pin
beowulfagate1-Jun-04 1:59
beowulfagate1-Jun-04 1:59 
GeneralRe: File Copy Problem Pin
Dave Kreskowiak1-Jun-04 2:27
mveDave Kreskowiak1-Jun-04 2:27 
GeneralRe: File Copy Problem Pin
beowulfagate1-Jun-04 13:54
beowulfagate1-Jun-04 13:54 
GeneralVB.NET DataGrid Pin
Arjun G31-May-04 13:38
Arjun G31-May-04 13:38 
GeneralArray of a class in VB.NET doesn't work Pin
arian_ashie31-May-04 12:57
arian_ashie31-May-04 12:57 
GeneralRe: Array of a class in VB.NET doesn't work Pin
Serge Lobko-Lobanovsky31-May-04 22:40
Serge Lobko-Lobanovsky31-May-04 22:40 
GeneralWindows 2000 Problems Pin
nvmoss31-May-04 4:21
nvmoss31-May-04 4:21 
GeneralRe: Windows 2000 Problems Pin
Dave Kreskowiak31-May-04 6:50
mveDave Kreskowiak31-May-04 6:50 
GeneralRe: Windows 2000 Problems Pin
nvmoss31-May-04 10:10
nvmoss31-May-04 10:10 
GeneralRe: Windows 2000 Problems Pin
Dave Kreskowiak31-May-04 11:32
mveDave Kreskowiak31-May-04 11:32 
GeneralNeed your help Pin
ymohd_22231-May-04 3:14
ymohd_22231-May-04 3:14 
GeneralRe: Need your help Pin
Dave Kreskowiak31-May-04 6:49
mveDave Kreskowiak31-May-04 6:49 
GeneralNetwork Pin
jithen_dt31-May-04 2:10
jithen_dt31-May-04 2:10 
GeneralRe: Network Pin
Dave Kreskowiak31-May-04 6:48
mveDave Kreskowiak31-May-04 6:48 
GeneralWorking Days in a Year Pin
alhadav31-May-04 0:30
alhadav31-May-04 0:30 
GeneralRe: Working Days in a Year Pin
Colin Angus Mackay31-May-04 1:18
Colin Angus Mackay31-May-04 1:18 
GenerallpCurrentDirectory Pin
soul.ripper30-May-04 16:12
soul.ripper30-May-04 16:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.