how do i override on char in dialog based application. I have overriden
on char but it is not firing.
help me
Printable View
how do i override on char in dialog based application. I have overriden
on char but it is not firing.
help me
Override this message
WM_KEYDOWN
nVirtKey = (int) wParam; // virtual-key code
lKeyData = lParam; // key data
and see Win32 SDK help for more details