Original Post
Hi all, I am looking for a way to disable or catch the alt+f4 event from my program. Unfortunately Google must think "hey, it's sunday morning, go away" , since it isnt producing any useful results. Can someone tell me how to do it? I guess in the window procedure, under the case WM_KEYDOWN: I have to set the message to 0 or something, but can;t get it working.. Tnx in advance.