Click here to Skip to main content
15,894,343 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralGenerating codes for fingerprint security door using VB.Net Pin
awoyale5-Feb-09 22:21
awoyale5-Feb-09 22:21 
GeneralRe: Generating codes for fingerprint security door using VB.Net Pin
Smithers-Jones6-Feb-09 0:24
Smithers-Jones6-Feb-09 0:24 
QuestionCombo Box Frustration Pin
shoorrock5-Feb-09 18:43
shoorrock5-Feb-09 18:43 
AnswerRe: Combo Box Frustration Pin
Christian Graus5-Feb-09 22:06
protectorChristian Graus5-Feb-09 22:06 
Question[Message Deleted] Pin
woca4u5-Feb-09 11:56
woca4u5-Feb-09 11:56 
AnswerRe: textbox Control problem Pin
Christian Graus5-Feb-09 12:51
protectorChristian Graus5-Feb-09 12:51 
GeneralRe: textbox Control problem Pin
woca4u5-Feb-09 13:14
woca4u5-Feb-09 13:14 
GeneralRe: textbox Control problem Pin
Johan Hakkesteegt5-Feb-09 20:33
Johan Hakkesteegt5-Feb-09 20:33 
Try the KeyPress event of your first textbox:
If e.KeyChar = Chr(13) Then
	TextBox2.Focus
End If


and if that works, use the same trick with the others.

My advice is free, and you may get what you paid for.

GeneralRe: textbox Control problem Pin
woca4u5-Feb-09 20:54
woca4u5-Feb-09 20:54 
GeneralRe: textbox Control problem Pin
Johan Hakkesteegt5-Feb-09 22:10
Johan Hakkesteegt5-Feb-09 22:10 
GeneralRe: textbox Control problem Pin
Christian Graus5-Feb-09 22:15
protectorChristian Graus5-Feb-09 22:15 
AnswerRe: textbox Control problem Pin
Bharat Jain5-Feb-09 23:26
Bharat Jain5-Feb-09 23:26 
QuestionExport problem to Excel Pin
ivo755-Feb-09 10:25
ivo755-Feb-09 10:25 
AnswerRe: Export problem to Excel Pin
EliottA5-Feb-09 10:40
EliottA5-Feb-09 10:40 
GeneralRe: Export problem to Excel Pin
ivo755-Feb-09 10:59
ivo755-Feb-09 10:59 
GeneralRe: Export problem to Excel Pin
EliottA5-Feb-09 11:02
EliottA5-Feb-09 11:02 
GeneralRe: Export problem to Excel Pin
ivo755-Feb-09 11:10
ivo755-Feb-09 11:10 
GeneralRe: Export problem to Excel Pin
EliottA5-Feb-09 11:20
EliottA5-Feb-09 11:20 
AnswerRe: Export problem to Excel Pin
vaghelabhavesh5-Feb-09 10:44
vaghelabhavesh5-Feb-09 10:44 
GeneralRe: Export problem to Excel Pin
ivo755-Feb-09 10:55
ivo755-Feb-09 10:55 
QuestionDissable security message "" A program is trying to access e-mail addresses" while sending email Pin
Amanjot5-Feb-09 8:07
Amanjot5-Feb-09 8:07 
AnswerRe: Dissable security message "" A program is trying to access e-mail addresses" while sending email Pin
Wendelius5-Feb-09 8:16
mentorWendelius5-Feb-09 8:16 
AnswerRe: Dissable security message "" A program is trying to access e-mail addresses" while sending email Pin
Bharat Jain5-Feb-09 18:36
Bharat Jain5-Feb-09 18:36 
QuestionBuild a firewall using VB.net and then open traffic after web-based sign-in Pin
GDMFSOB5-Feb-09 7:08
GDMFSOB5-Feb-09 7:08 
AnswerRe: Build a firewall using VB.net and then open traffic after web-based sign-in Pin
EliottA5-Feb-09 7:20
EliottA5-Feb-09 7:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.