|
-
February 26th, 2003, 02:13 AM
#1
keypress event for command button is not working for "Enter" key why?
The code which i write below is not working i didn't get why?
keypress event for command button is not working for "Enter" key why?
please reply
Private Sub Command1_KeyPress(KeyAscii As Integer)
If KeyAscii = vbKeyReturn Then
MsgBox "HI"
End If
End Sub
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
|