I added 2 textboxes on the form and runs it...I pressed the enter after I type in simple text.. it will not goto next textbox but tab can do .. why ... no nay code.. strange....
Thanks
DanielWuVB 0 Newbie Poster
Recommended Answers
Jump to PostI added 2 textboxes on the form and runs it...I pressed the enter after I type in simple text.. it will not goto next textbox but tab can do .. why ... no nay code.. strange....
ThanksHi,
You can try something like this:
Private Sub …
Jump to PostActually this is how things work but still you don't have to write this for every control, just handle it by every control you need to apply enter key one ex:
Private Sub EnterKey(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) _ Handles TextBox1.KeyPress, TextBox2.KeyPress If e.KeyChar …
All 7 Replies
Luc001 77 Posting Whiz
PerplexedB 2 Newbie Poster
DanielWuVB 0 Newbie Poster
Luc001 77 Posting Whiz
DanielWuVB 0 Newbie Poster
kb.net 0 Junior Poster
DanielWuVB 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.