|
-
Aug 2nd, 2002, 05:59 AM
#1
Thread Starter
New Member
How to handle user input in keypress?
Hi,
I've faced with a problem here where i can handle the user input in object like textbox.. but i can't handle it in vb.net.. Anybody knows?
vb6 code
'Textbox KeyPress event
If KeyAscii=96 Then
KeyAscii = vbKeyShift
Exit Sub
End If
How to do it in vb.net?
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
|