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