Hi!
I have a Tab control that is subclassed. On the upper right corner
of this control is an Up-Down(spin control) This UpDown control sends
the Tab several messages like WM_SETFOCUS,WM_HSCROLL,WM_PAINT.
The message that I want from the Up-Down control is only available
if I subClass it aswell. So how do you subclass a child(UpDown) control
in a (Tab) control? (How to get its hWnd handle?)
Note: I also have subclassed this Tab control to trap several needed messages.
Thanks for any help or suggestions.
Regards, Jules [email protected]
------------------
I have a Tab control that is subclassed. On the upper right corner
of this control is an Up-Down(spin control) This UpDown control sends
the Tab several messages like WM_SETFOCUS,WM_HSCROLL,WM_PAINT.
The message that I want from the Up-Down control is only available
if I subClass it aswell. So how do you subclass a child(UpDown) control
in a (Tab) control? (How to get its hWnd handle?)
Note: I also have subclassed this Tab control to trap several needed messages.
Thanks for any help or suggestions.
Regards, Jules [email protected]
------------------
Comment