In MSDN I found %SC_DEFAULT (&HF032&) is the message a window gets when the user double-clicks the caption. This message is processed by default (DefFrameProc or DefMDIchildProc) to maximize/restore the window. I want to intercept this message, but it is not delared into the WIN32API.inc file. Of course I can declare this equate on myself.
The question is: is there anything wrong in using %SC_DEFAULT, since it is missing in the include file? Can I use it and feel easy?
------------------
[This message has been edited by Aldo Cavini (edited April 02, 2001).]
The question is: is there anything wrong in using %SC_DEFAULT, since it is missing in the include file? Can I use it and feel easy?
------------------
[This message has been edited by Aldo Cavini (edited April 02, 2001).]
Comment