|
-
October 18th, 2000, 06:36 AM
#1
VbReturnKey
is it possible to filter the keyboard to accept only numeric at the same time traping the vbreturnkey
for example:
Private Sub Text1_Keyup(Keycode As Integer, shift As Integer)
Dim lstitem As ListItem
If Keycode = vbKeyReturn Then SendKeys "{tab}"
end sub
thanks for any help.
usin
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
|