Click here to Skip to main content
16,005,437 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Append text file Pin
Martin.Smith19-Dec-06 20:24
Martin.Smith19-Dec-06 20:24 
QuestionCommand prompt (cmd.exe) as a hidden process Pin
Martin.Smith18-Dec-06 2:58
Martin.Smith18-Dec-06 2:58 
AnswerRe: Command prompt (cmd.exe) as a hidden process Pin
Dave Kreskowiak18-Dec-06 8:42
mveDave Kreskowiak18-Dec-06 8:42 
GeneralRe: Command prompt (cmd.exe) as a hidden process Pin
Martin.Smith18-Dec-06 23:06
Martin.Smith18-Dec-06 23:06 
QuestionFile transfer on LAN.......... Pin
Nagraj Naik18-Dec-06 1:59
Nagraj Naik18-Dec-06 1:59 
AnswerRe: File transfer on LAN.......... Pin
Dave Kreskowiak18-Dec-06 6:00
mveDave Kreskowiak18-Dec-06 6:00 
GeneralRe: File transfer on LAN.......... Pin
Nagraj Naik18-Dec-06 19:21
Nagraj Naik18-Dec-06 19:21 
GeneralRe: File transfer on LAN.......... Pin
Dave Kreskowiak19-Dec-06 3:12
mveDave Kreskowiak19-Dec-06 3:12 
OK. You better start by learning Windows Networking first. A workgroup environment makes this MUCH more difficult because each machine in the workgroup keeps it's own list of user accounts that don't work on any other machine in the group.

Along with the list of machine names, you'll also need a username and password that gives you access to the files you want to backup, for EACH machine you want to copy files from!

Basically, you've going about this backwards. Don't write an application that pulls files down from each client. Turn it around and write an application that runs on each client and copies the files you need to the server. That way, your app can either depend on the user account that is logged in on each workstation to get access to the server, or the clients all use a single account on the server to login to it and copy the files.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionDeserialization Pin
Nick Jones18-Dec-06 0:30
Nick Jones18-Dec-06 0:30 
QuestionHow i read/write data from the USB port in vb.net? Pin
Agbaria Ahmad17-Dec-06 20:51
Agbaria Ahmad17-Dec-06 20:51 
AnswerRe: How i read/write data from the USB port in vb.net? Pin
Dave Kreskowiak18-Dec-06 5:53
mveDave Kreskowiak18-Dec-06 5:53 
QuestionFormatting dates in a crystal report Pin
steve_rm17-Dec-06 18:06
steve_rm17-Dec-06 18:06 
AnswerRe: Formatting dates in a crystal report Pin
Tarakeshwar Reddy17-Dec-06 19:27
professionalTarakeshwar Reddy17-Dec-06 19:27 
QuestionHow to programatically select a windows media player playlist Pin
ckase17-Dec-06 17:22
ckase17-Dec-06 17:22 
QuestionCapture the tab key on the key down Pin
steve_rm17-Dec-06 16:31
steve_rm17-Dec-06 16:31 
AnswerRe: Capture the tab key on the key down Pin
Tarakeshwar Reddy17-Dec-06 17:54
professionalTarakeshwar Reddy17-Dec-06 17:54 
AnswerRe: Capture the tab key on the key down Pin
The ANZAC17-Dec-06 18:36
The ANZAC17-Dec-06 18:36 
QuestionSimple printing from a text file Pin
rudemusik17-Dec-06 12:14
rudemusik17-Dec-06 12:14 
AnswerRe: Simple printing from a text file Pin
Agus Budianto27-Dec-06 3:21
Agus Budianto27-Dec-06 3:21 
QuestionGraphic File Viewer Pin
Simmy717-Dec-06 9:23
Simmy717-Dec-06 9:23 
AnswerRe: Graphic File Viewer Pin
Dave Kreskowiak17-Dec-06 10:27
mveDave Kreskowiak17-Dec-06 10:27 
QuestionComponent Analysing Pin
Mark0617-Dec-06 9:17
Mark0617-Dec-06 9:17 
AnswerRe: Component Analysing Pin
Dave Kreskowiak17-Dec-06 10:29
mveDave Kreskowiak17-Dec-06 10:29 
AnswerRe: Component Analysing Pin
Jason McBurney18-Dec-06 11:49
Jason McBurney18-Dec-06 11:49 
GeneralSource Code For Advanced HTML Editor Pin
Nagarjun Bodduna17-Dec-06 5:45
Nagarjun Bodduna17-Dec-06 5:45 

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.