April 5th, 1999, 04:27 AM
how do i override on char in dialog based application. I have overriden
on char but it is not firing.
help me
on char but it is not firing.
help me
|
Click to See Complete Forum and Search --> : dialogbased April 5th, 1999, 04:27 AM how do i override on char in dialog based application. I have overriden on char but it is not firing. help me Alek April 5th, 1999, 10:39 AM Override this message WM_KEYDOWN nVirtKey = (int) wParam; // virtual-key code lKeyData = lParam; // key data and see Win32 SDK help for more details codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |