Click here to Skip to main content
15,898,588 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Name 'Listbox1' is not declared error Pin
CPallini27-Jun-07 21:58
mveCPallini27-Jun-07 21:58 
AnswerRe: Name 'Listbox1' is not declared error Pin
Dave Kreskowiak28-Jun-07 4:28
mveDave Kreskowiak28-Jun-07 4:28 
QuestionThe syntax about IDataReader? [modified] Pin
cateyes9927-Jun-07 15:37
cateyes9927-Jun-07 15:37 
AnswerRe: The syntax about IDataReader? Pin
TwoFaced27-Jun-07 18:45
TwoFaced27-Jun-07 18:45 
GeneralRe: The syntax about IDataReader? Pin
cateyes9927-Jun-07 19:31
cateyes9927-Jun-07 19:31 
Questionuhm hey ive got a question Pin
ricebowl0927-Jun-07 14:17
ricebowl0927-Jun-07 14:17 
AnswerRe: uhm hey ive got a question Pin
Christian Graus27-Jun-07 14:32
protectorChristian Graus27-Jun-07 14:32 
AnswerRe: uhm hey ive got a question Pin
Rupesh Kumar Swami27-Jun-07 19:15
Rupesh Kumar Swami27-Jun-07 19:15 
hi,
suppose your textbox & button have name txtFocus and cmdExecute then use following code at keyprees event of txtfocus


Private Sub txtFocus_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtFocus.KeyPress<br />
       If e.KeyChar = Chr(13) Then<br />
           cmdExecute.Focus()<br />
       End If<br />
   End Sub


hope this helps

Rupesh Kumar Swami
Software Engineer,
Integrated Solution,
Bikaner (India)

GeneralRe: uhm hey ive got a question Pin
Christian Graus27-Jun-07 19:40
protectorChristian Graus27-Jun-07 19:40 
GeneralRe: uhm hey ive got a question Pin
Rupesh Kumar Swami27-Jun-07 20:26
Rupesh Kumar Swami27-Jun-07 20:26 
GeneralRe: uhm hey ive got a question Pin
Mycroft Holmes27-Jun-07 22:46
professionalMycroft Holmes27-Jun-07 22:46 
Questionhow to create something similar to .htaccess Pin
uglyeyes27-Jun-07 13:49
uglyeyes27-Jun-07 13:49 
AnswerRe: how to create something similar to .htaccess Pin
Christian Graus27-Jun-07 13:58
protectorChristian Graus27-Jun-07 13:58 
QuestionData bound combo box in datagridview Pin
steve_rm27-Jun-07 11:30
steve_rm27-Jun-07 11:30 
AnswerRe: Data bound combo box in datagridview Pin
AlexeiXX327-Jun-07 11:57
AlexeiXX327-Jun-07 11:57 
Questioncontrast and sharpness change of image Pin
Mortezai27-Jun-07 7:44
Mortezai27-Jun-07 7:44 
AnswerRe: contrast and sharpness change of image Pin
Dave Kreskowiak27-Jun-07 7:57
mveDave Kreskowiak27-Jun-07 7:57 
AnswerRe: contrast and sharpness change of image Pin
Christian Graus27-Jun-07 10:49
protectorChristian Graus27-Jun-07 10:49 
Questiondata binding update data source Pin
Mortezai27-Jun-07 6:49
Mortezai27-Jun-07 6:49 
AnswerRe: data binding update data source Pin
Dave Kreskowiak27-Jun-07 7:13
mveDave Kreskowiak27-Jun-07 7:13 
GeneralRe: data binding update data source Pin
Mortezai27-Jun-07 9:22
Mortezai27-Jun-07 9:22 
GeneralRe: data binding update data source Pin
Dave Kreskowiak27-Jun-07 9:40
mveDave Kreskowiak27-Jun-07 9:40 
QuestionWhich API do I call to abort logoff/shutdown Pin
kbern327-Jun-07 5:43
kbern327-Jun-07 5:43 
AnswerRe: Which API do I call to abort logoff/shutdown Pin
Craster27-Jun-07 5:58
Craster27-Jun-07 5:58 
AnswerRe: Which API do I call to abort logoff/shutdown Pin
Psycho-*Coder*-Extreme27-Jun-07 17:54
Psycho-*Coder*-Extreme27-Jun-07 17:54 

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.