|
-
Jul 11th, 2007, 06:36 AM
#1
Thread Starter
Addicted Member
[RESOLVED] when all the controls are in disenable position only the keyAscii is worikg.. how to
Hi all!,
suppose if i want to find either keyAscii or keycode of a paricular key on a form
egg:
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)
MsgBox (KeyCode)
End Sub
it will work only, if the controls(asume form contains text boxes,command buttons..) on a form should be set to Enabled=false
How can i find the either keyAscii or keycode, of a paricular key, even if i did not set the controls' property enabled=false
Thanks in advance:
regards:
raghunadhs
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|