Windows forms
Hi,
I'm launching a wizard from the main UI.
I have a class wrapping the management of the wizard,including
showing the wizard's forms.
The problem is as following:
1)Should i use BeginInvoke in order to show the forms on the
main UI(in its message loop)?
2)Should i launch the wrapper in a separate thread?and if
so i can i handle its termination?
Thanks in advance,
Eyan
|