hey,
I have a custom control and would like it to recieve a WM_KEYDOWN msg,
more in particular, the backspace and delete
buttons. Is there a way to send this(WM_KEYDOWN) message
thru the custom proc every time a key is pressed...?
Without doing anything the control doesn't get a WM_KEYDOWN
msg at all..
did a search on the board, MSDN and of course on the
trustworthy gooogle. No doubt I saw that subclassing was some
kindofan answer, but still it doesn't seem to accomplish this?
The whole control is a class and the GWL_USERDATA is set to point to the instance of the class..

any help/hints/information is greatly apriciated
thanks a bunch
/btq