M
Michael Wong
Hi there,
I have an application which creates several top-level forms (single
threaded application).
When creating a dialog (with ShowDialog()) on one of them, all other
forms get freezed, which is not the wanted behaviour. Only the form
creating the dialog should get freezed.
Is there any workaround? Should I create one thread for each top-level form?
I have an application which creates several top-level forms (single
threaded application).
When creating a dialog (with ShowDialog()) on one of them, all other
forms get freezed, which is not the wanted behaviour. Only the form
creating the dialog should get freezed.
Is there any workaround? Should I create one thread for each top-level form?