How to show/load a form inside the thread function and include it in Application.form?
Hi,
I have a a thread function that calls also to show/load the form. I tried to use showdialog() and it worked. Im also using FormCollection fc = Application.OpenForms objects to close all opened forms, the problem is that, when I used showdialog(), it didn't close at all.
Please help me.
Thanks,
Jaypee