Login  Register

Avoiding the VM-Quit Dialog under Windows

Posted by Jens Mönig on Oct 24, 2008; 7:13am
URL: https://forum.world.st/Avoiding-the-VM-Quit-Dialog-under-Windows-tp78583.html

Hi all,

I'd like to avoid/bypass the VM-quit dialog (Win32) by handling the quitting within the image. Is there any way to do this under the current Win32 VM? I know about disabling Alt-F4 and remember to have read some posts about a #windowClose event under Linux. Disabling Alt-F4 doesn't quite do the job for me, because the VM's close button is still visible to the user. So I'd like to be notified within the image if the user presses the X-button, and then have the image react accordingly.

Any help would be really appreciated!
-Jens