Click here to Skip to main content
15,921,463 members
Home / Discussions / Visual Basic
   

Visual Basic

 
General[Solved by Dave] Pin
cylix200013-Feb-06 19:54
cylix200013-Feb-06 19:54 
QuestionWindows started and stopped immediately? Pin
chiyinhk9-Feb-06 19:53
chiyinhk9-Feb-06 19:53 
AnswerRe: Windows started and stopped immediately? Pin
Dave Kreskowiak10-Feb-06 4:15
mveDave Kreskowiak10-Feb-06 4:15 
QuestionVS2005, ReportViewer Pin
ingwaar9-Feb-06 19:13
ingwaar9-Feb-06 19:13 
QuestionHow To Copy Files To a Network computer in vb.net Pin
Prasant_Panda9-Feb-06 18:17
Prasant_Panda9-Feb-06 18:17 
AnswerRe: How To Copy Files To a Network computer in vb.net Pin
Dave Kreskowiak10-Feb-06 4:11
mveDave Kreskowiak10-Feb-06 4:11 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Prasant_Panda10-Feb-06 20:54
Prasant_Panda10-Feb-06 20:54 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Dave Kreskowiak11-Feb-06 3:28
mveDave Kreskowiak11-Feb-06 3:28 
Then you're looking for the File class and it's Shared .Copy() method. All you need to supply are the source filepaths and the destination.
File.Copy(sourceFilePath, destinationFilePath)

Getting to filepaths on are remote machine requires specifying the path in UNC format (\\server\share\filepath), or by drive letter paths (F:\, G:\, ...), if you have a drive mapping to the server share.
    File.Copy("\\myServer\MyShare\Folder\Folder\File.txt", "C:\Folder\File.txt")RageInTheMachine9532<font size="-1">
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome</font>

GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Prasant_Panda11-Feb-06 4:38
Prasant_Panda11-Feb-06 4:38 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Dave Kreskowiak11-Feb-06 15:22
mveDave Kreskowiak11-Feb-06 15:22 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Prasant_Panda12-Feb-06 17:17
Prasant_Panda12-Feb-06 17:17 
GeneralRe: How To Copy Files To a Network computer in vb.net Pin
Dave Kreskowiak13-Feb-06 16:43
mveDave Kreskowiak13-Feb-06 16:43 
QuestionMs Access Data Updation using VB.Net Pin
mayhem_rules9-Feb-06 18:06
mayhem_rules9-Feb-06 18:06 
AnswerRe: Ms Access Data Updation using VB.Net Pin
Dave Kreskowiak10-Feb-06 4:04
mveDave Kreskowiak10-Feb-06 4:04 
GeneralRe: Ms Access Data Updation using VB.Net Pin
mayhem_rules12-Feb-06 20:41
mayhem_rules12-Feb-06 20:41 
GeneralRe: Ms Access Data Updation using VB.Net Pin
Dave Kreskowiak13-Feb-06 16:54
mveDave Kreskowiak13-Feb-06 16:54 
QuestionQuestion on Word automation in VB.NET Pin
cylix20009-Feb-06 17:48
cylix20009-Feb-06 17:48 
QuestionDeveloping Office Application in dot net Pin
rahul_7608759-Feb-06 16:33
rahul_7608759-Feb-06 16:33 
AnswerRe: Developing Office Application in dot net Pin
Steve Pullan10-Feb-06 12:17
Steve Pullan10-Feb-06 12:17 
Questionwhat is this mean? Pin
pandapatin9-Feb-06 15:52
pandapatin9-Feb-06 15:52 
AnswerRe: what is this mean? Pin
Dave Kreskowiak9-Feb-06 16:07
mveDave Kreskowiak9-Feb-06 16:07 
AnswerRe: what is this mean? Pin
Steve Pullan10-Feb-06 12:10
Steve Pullan10-Feb-06 12:10 
Questionimplement interface Pin
bluey129-Feb-06 15:25
bluey129-Feb-06 15:25 
AnswerRe: implement interface Pin
Dave Kreskowiak9-Feb-06 16:16
mveDave Kreskowiak9-Feb-06 16:16 
GeneralRe: implement interface Pin
bluey1212-Feb-06 14:34
bluey1212-Feb-06 14:34 

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.