T
Tao
hi.. Group
Some unmanaged code invokes my code to show a form.
If I use ShowDialog() to show the form, form shows but main application
stops running. If I use Show() to show the form, main application runs but
my form does not get shown.
Does anyone have experience on how to handle this? Thanks
Some unmanaged code invokes my code to show a form.
If I use ShowDialog() to show the form, form shows but main application
stops running. If I use Show() to show the form, main application runs but
my form does not get shown.
Does anyone have experience on how to handle this? Thanks