M
MSDousti
Hi all,
I have written a program, which uses some threads.
I call thread t from the main thread, and then after some work t must
show a modal window.(e.g. a messagebox) but because t is not the main
thread, the window appears non-Modal.
Is it possible to show a modal form, from within another thread?
thnx in advance.
I have written a program, which uses some threads.
I call thread t from the main thread, and then after some work t must
show a modal window.(e.g. a messagebox) but because t is not the main
thread, the window appears non-Modal.
Is it possible to show a modal form, from within another thread?
thnx in advance.