R
Richard Bell
I'm new to VB.net and have a multithreaded application that needs to
display a VB form with a cancel button. The thread that displays the
form needs to set a cancel flag if the button is pressed. It also
needs to look for a thread event that signals that other threads have
completed work. I'm a bit unsure of how to approach this problem.
If I show the form
fProgress.Show()
it only partially displays (the cancle button is a 'hole') and it is
not active.
I'd appreciate any clues or examples.
Thanks
display a VB form with a cancel button. The thread that displays the
form needs to set a cancel flag if the button is pressed. It also
needs to look for a thread event that signals that other threads have
completed work. I'm a bit unsure of how to approach this problem.
If I show the form
fProgress.Show()
it only partially displays (the cancle button is a 'hole') and it is
not active.
I'd appreciate any clues or examples.
Thanks