R
Robert Dufour
I have an app with code that continuously executes on a form in a timer
control. I also need to show another form without interrupting the code
executing in this timer. I suspect that to do that I will need to launch the
other form in its own thread.
Any sample code on how to do this?
Thanks for any help,
Bob
control. I also need to show another form without interrupting the code
executing in this timer. I suspect that to do that I will need to launch the
other form in its own thread.
Any sample code on how to do this?
Thanks for any help,
Bob