stuartmckay99
Programmer
- Feb 18, 2011
- 2
I am curious how developers are handling the situation where a user drags a top level form off the screen so that most of the form is off screen with the exception of a button that launches a modal form. The modal form launched is centered on the screen and hence not visible.
The result is that the app is hung since the top level form can not be moved while the modal form is active unless the user is smart enough to right click on the title bar and use the move option.
Any ideas?
thanks,
Stuart
The result is that the app is hung since the top level form can not be moved while the modal form is active unless the user is smart enough to right click on the title bar and use the move option.
Any ideas?
thanks,
Stuart