|
-
Sep 27th, 2003, 01:02 PM
#1
Thread Starter
New Member
VB.net vs. vb 6 and keydown
I have upgraded to .Net but i've got a problem
I used to use keydown and keycode to jump from one textbox to another using the enter key:
Private Sub txtdbnr_KeyDown()
Dim KeyCode As Short
If KeyCode = 13 Then
txtdbn.Focus()
End If
End Sub
isn't this possible in .net?
how can i then do it?
Snorri
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
|