Overriding WndProc to discard certain messages

214 Views Asked by At

Say if you'd make a forms application and override the WndProc function to discard or change any message that's either WM_CLOSE, WM_DESTROY or WM_QUIT , would this make the application not closeable? how does Windows handle this?

0

There are 0 best solutions below