VC++ 6.0 .
How to Handle the messages of Clild windows (eg. button, textbox )??
do the "button" has the Messages of a parent window ??
Like , WM_PAINT in a parent window,
How to Handle WM_PAINT of a BUTTON ?
thx,.
This is a discussion on How to Handle the messages of Clild windows ?? within the Windows Programming forums, part of the Platform Specific Boards category; VC++ 6.0 . How to Handle the messages of Clild windows (eg. button, textbox )?? do the "button" has the ...
VC++ 6.0 .
How to Handle the messages of Clild windows (eg. button, textbox )??
do the "button" has the Messages of a parent window ??
Like , WM_PAINT in a parent window,
How to Handle WM_PAINT of a BUTTON ?
thx,.
This gets asked quite a lot. Search this board on the following: window subclassing, SetWindowLong, GetWindowLong, CallWindowProc. You may want to check out those subjects on msdn too.
If you have any further problems/questions, just ask away.
thinks in advance.