D
Dave Harris
Ok...here's another problem that VB.NET probably does not support but
hopefully there may be a workaround. I have a form with a "continue
processing" button. When the button is pressed it creates a new instance of
a class called "RC". This RC class does not have a form, it just does a few
things. Once RC is finished it loads the next form in the project. When RC
runs, it takes a while to complete, a time that nothing happens on the
screen. I would like to put a progress bar on the first form and have it
work while the RC class executes. I have not been able to figure a way to do
this. Any ideas? Thanks in advance!
Dave Harris
hopefully there may be a workaround. I have a form with a "continue
processing" button. When the button is pressed it creates a new instance of
a class called "RC". This RC class does not have a form, it just does a few
things. Once RC is finished it loads the next form in the project. When RC
runs, it takes a while to complete, a time that nothing happens on the
screen. I would like to put a progress bar on the first form and have it
work while the RC class executes. I have not been able to figure a way to do
this. Any ideas? Thanks in advance!
Dave Harris