Hello,
I'd like to know how to disable alt+f4 in a given form to prevent user from closing that way
Printable View
Hello,
I'd like to know how to disable alt+f4 in a given form to prevent user from closing that way
This thread should give you some hints even tough it is for an MFC app. Read that thread carefully and see what you can do!
Laitinen
DefWindowProc(...) catches it(i think), so if you catch it yourself you should be ok