Progress Bar Question

muabao

Member
Joined
Dec 20, 2007
Messages
6
Programming Experience
Beginner
Hi,

I'm a newbie to VB.Net so please bear with me...

I have a function that calls another function to start a process to run a batch file to ftp a few files to a board.

I'd like to add & update the progress bar while the batch file is running but can't think of a way to do this.

Any idea?

TIA for any help.

MB
 
oooh.. this gets asked so many times that microsoft even make a special class called ProgressBarManager or something like that to take care of the multi threading for you...
 
Back
Top