Click here to Skip to main content
15,900,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
JokeRe: Prograaming in Visual Basic.Net Pin
Paul Conrad13-Sep-08 5:06
professionalPaul Conrad13-Sep-08 5:06 
GeneralRe: Prograaming in Visual Basic.Net Pin
Garth J Lancaster13-Sep-08 5:22
professionalGarth J Lancaster13-Sep-08 5:22 
GeneralRe: Prograaming in Visual Basic.Net Pin
Paul Conrad13-Sep-08 5:25
professionalPaul Conrad13-Sep-08 5:25 
GeneralGO GARTH! GO GARTH! Pin
leckey13-Sep-08 15:35
leckey13-Sep-08 15:35 
GeneralRe: GO GARTH! GO GARTH! Pin
Garth J Lancaster13-Sep-08 18:04
professionalGarth J Lancaster13-Sep-08 18:04 
AnswerRe: Prograaming in Visual Basic.Net Pin
Dave Kreskowiak13-Sep-08 5:22
mveDave Kreskowiak13-Sep-08 5:22 
QuestionHow to copy a DAT file from one machine to another within a workgroup with using code in vb6 Pin
D.Manivelan12-Sep-08 19:08
D.Manivelan12-Sep-08 19:08 
AnswerRe: How to copy a DAT file from one machine to another within a workgroup with using code in vb6 Pin
Garth J Lancaster12-Sep-08 19:42
professionalGarth J Lancaster12-Sep-08 19:42 
hmmm.. why dont you look at using wnetaddconnection first to create a connection to each other machine in turn (for which you'll need the userid and password on each machine) and then copy to/thru that ... then use wnetcancelconnection when done

although this is c#, you can use the same idea :-

http://www.codeproject.com/KB/system/Map_Network_folder_UNC_.aspx[^]

(else, you could permanently map a connection from each machine to your source machine, but thats a bit inflexible)

oh, if you go along the first route, maybe you want to store each machine's credentials in encrypted form (and maybe have a common userid/password on each for this task)

hth
'g'
AnswerRe: How to copy a DAT file from one machine to another within a workgroup with using code in vb6 Pin
Dave Kreskowiak13-Sep-08 5:01
mveDave Kreskowiak13-Sep-08 5:01 
QuestionWindows Services Pin
Gagan.2012-Sep-08 17:11
Gagan.2012-Sep-08 17:11 
AnswerRe: Windows Services Pin
Eslam Afifi12-Sep-08 18:27
Eslam Afifi12-Sep-08 18:27 
AnswerRe: Windows Services Pin
LloydA11112-Sep-08 22:47
LloydA11112-Sep-08 22:47 
Question[Message Deleted] Pin
AliAmjad12-Sep-08 2:46
AliAmjad12-Sep-08 2:46 
AnswerRe: Concept Clarification Pin
Paul Conrad12-Sep-08 5:44
professionalPaul Conrad12-Sep-08 5:44 
GeneralRe: Concept Clarification Pin
AliAmjad12-Sep-08 7:20
AliAmjad12-Sep-08 7:20 
GeneralRe: Concept Clarification Pin
Paul Conrad12-Sep-08 9:03
professionalPaul Conrad12-Sep-08 9:03 
AnswerRe: Concept Clarification Pin
Jon_Boy12-Sep-08 6:06
Jon_Boy12-Sep-08 6:06 
GeneralRe: Concept Clarification Pin
AliAmjad12-Sep-08 7:25
AliAmjad12-Sep-08 7:25 
GeneralRe: Concept Clarification Pin
AliAmjad12-Sep-08 7:30
AliAmjad12-Sep-08 7:30 
GeneralRe: Concept Clarification Pin
Dave Kreskowiak12-Sep-08 7:49
mveDave Kreskowiak12-Sep-08 7:49 
GeneralRe: Concept Clarification Pin
AliAmjad12-Sep-08 8:07
AliAmjad12-Sep-08 8:07 
GeneralRe: Concept Clarification Pin
Paul Conrad12-Sep-08 9:04
professionalPaul Conrad12-Sep-08 9:04 
GeneralRe: Concept Clarification Pin
AliAmjad12-Sep-08 11:19
AliAmjad12-Sep-08 11:19 
GeneralRe: Concept Clarification Pin
Dave Kreskowiak12-Sep-08 12:18
mveDave Kreskowiak12-Sep-08 12:18 
AnswerRe: Concept Clarification Pin
Guffa12-Sep-08 11:28
Guffa12-Sep-08 11:28 

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.