M
Max
Hi,
I have written a small vb.net program that downloads a file through
ftp and displays the progress of download on a form (kind of the one
you see when you save file from the internet). The problem I am having
is when clicking (and holding mouse button) on the form's
caption/title bar the download just stops until I let go of the mouse
button. I've tried to do Application.DoEvents on several form events
but that doesn't work. I would appreciate solutions to my problem.
Thank you!
I have written a small vb.net program that downloads a file through
ftp and displays the progress of download on a form (kind of the one
you see when you save file from the internet). The problem I am having
is when clicking (and holding mouse button) on the form's
caption/title bar the download just stops until I let go of the mouse
button. I've tried to do Application.DoEvents on several form events
but that doesn't work. I would appreciate solutions to my problem.
Thank you!