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

Visual Basic

 
GeneralRe: Using Multiple Forms Pin
MARKSHAM22-Jun-07 4:25
MARKSHAM22-Jun-07 4:25 
Questionstring tokenization Pin
hsprasain20-Jun-07 11:49
hsprasain20-Jun-07 11:49 
AnswerRe: string tokenization Pin
TwoFaced20-Jun-07 12:16
TwoFaced20-Jun-07 12:16 
GeneralRe: string tokenization Pin
hsprasain20-Jun-07 12:56
hsprasain20-Jun-07 12:56 
AnswerRe: string tokenization Pin
TwoFaced20-Jun-07 12:25
TwoFaced20-Jun-07 12:25 
QuestionMedia control Pin
stijn.janssen20-Jun-07 8:47
stijn.janssen20-Jun-07 8:47 
AnswerRe: Media control Pin
Dave Kreskowiak21-Jun-07 4:19
mveDave Kreskowiak21-Jun-07 4:19 
Questionprogress bar monitor files downloaded from a server Pin
steve_rm20-Jun-07 7:03
steve_rm20-Jun-07 7:03 
Hello,

VS 2005

My program will download files from a server that is on a local network. I would like to monitor the download by using the progress bar.

Currently the files are downloaded using a separate thread. I am just wondering how would I display a progress bar, as the progress bar will be on the UI thread and the files will be downloaded on a separate thread.

The method I use to start my thread to download the files is as follows.

<br />
_updaterThread = New Thread(New ThreadStart(AddressOf _updater.StartUpdater)) <br />
_updaterThread.Start()



I am thinking of having another windows that will popup with the progress bar and monitor the download from there.

So the user will click on a button on the form, this progress bar window will display showing the current download progress.

Many thanks for any code or suggestions to get my going.

Steve
AnswerRe: progress bar monitor files downloaded from a server Pin
svanwass20-Jun-07 8:12
svanwass20-Jun-07 8:12 
QuestionWriting to SQL server w/ VB.Net Pin
svanwass20-Jun-07 4:19
svanwass20-Jun-07 4:19 
AnswerRe: Writing to SQL server w/ VB.Net Pin
Dave Kreskowiak21-Jun-07 4:16
mveDave Kreskowiak21-Jun-07 4:16 
QuestionHow do I Empty a ComboBox after set DataSource Pin
Kerry Drake20-Jun-07 3:16
Kerry Drake20-Jun-07 3:16 
AnswerRe: How do I Empty a ComboBox after set DataSource Pin
ctwalker20-Jun-07 4:01
ctwalker20-Jun-07 4:01 
GeneralRe: How do I Empty a ComboBox after set DataSource Pin
Kerry Drake20-Jun-07 6:01
Kerry Drake20-Jun-07 6:01 
QuestionUserName asn Password in Smtp. how? Pin
alexburzak20-Jun-07 2:53
alexburzak20-Jun-07 2:53 
AnswerRe: UserName asn Password in Smtp. how? Pin
Sanjay Kunjam20-Jun-07 3:01
Sanjay Kunjam20-Jun-07 3:01 
GeneralRe: UserName asn Password in Smtp. how? Pin
alexburzak20-Jun-07 3:16
alexburzak20-Jun-07 3:16 
QuestionHow to insert Null Values Pin
Vimalsoft(Pty) Ltd20-Jun-07 1:34
professionalVimalsoft(Pty) Ltd20-Jun-07 1:34 
AnswerRe: How to insert Null Values Pin
Christian Graus20-Jun-07 11:56
protectorChristian Graus20-Jun-07 11:56 
GeneralRe: How to insert Null Values Pin
Vimalsoft(Pty) Ltd20-Jun-07 19:35
professionalVimalsoft(Pty) Ltd20-Jun-07 19:35 
GeneralRe: How to insert Null Values Pin
Dave Kreskowiak21-Jun-07 4:12
mveDave Kreskowiak21-Jun-07 4:12 
GeneralRe: How to insert Null Values Pin
Vimalsoft(Pty) Ltd21-Jun-07 22:40
professionalVimalsoft(Pty) Ltd21-Jun-07 22:40 
GeneralRe: How to insert Null Values Pin
Dave Kreskowiak22-Jun-07 16:41
mveDave Kreskowiak22-Jun-07 16:41 
Questionintptr Pin
Taylor Kobani20-Jun-07 0:16
Taylor Kobani20-Jun-07 0:16 
AnswerRe: intptr Pin
Dave Kreskowiak21-Jun-07 4:11
mveDave Kreskowiak21-Jun-07 4:11 

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.