Click here to Skip to main content
15,923,168 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralInterupts in VB Scripting Pin
Stelang31-May-04 23:11
Stelang31-May-04 23:11 
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 
if you use visual basic or visual c++ you can use api to copy or delete or move file in same pc or to another pc
and to use it by vb use this

Public Declare Function CopyFile Lib "kernel32" Alias "CopyFileA" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String, ByVal bFailIfExists As Long) As Long
and in vc++ just call the fucnction

GeneralRe: File Copy Problem Pin
Dave Kreskowiak1-Jun-04 0:40
mveDave Kreskowiak1-Jun-04 0:40 
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 

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.