alt-f4

anyoine know a way to prevent Alt-f4 from closing an IE Window, we have an online form that HAS TO be filled out, we don’t want people to be able to dismiss the window without completing the form. We can get rid of all the min / max / close buttons and enforce form validation on a close button, but the users can still get rid of the form by hitting Alt-F4,

Anyone help?

only got a partail suggestion mate, and thats to disable windows hotkeys so there would be no alt+f4 or windows keys that work…

not ideal as could still close it with the mouse. but its a start

GetSystemMenu() would need to be monitored. But not sure you can launch this from your code on the launch of your IE form. You could if closed just reload.