J
Jon Skeet [C# MVP]
Our app uses pop-up dialogs reasonably frequently. All works fine, so
long as you don't start doing something else while using the app. In
particular, going to the Settings/Memory/Running Programs page.
If you do the latter, you see one entry for each of the forms/dialogs
in the app - and if you activate one that's "under" a modal dialog, you
can't do anything. This is pretty confusing to the user.
Is there any way of avoiding this behaviour?
long as you don't start doing something else while using the app. In
particular, going to the Settings/Memory/Running Programs page.
If you do the latter, you see one entry for each of the forms/dialogs
in the app - and if you activate one that's "under" a modal dialog, you
can't do anything. This is pretty confusing to the user.
Is there any way of avoiding this behaviour?