Click here to Skip to main content
15,913,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to make my code send an email Pin
Tom Deketelaere25-Oct-07 2:33
professionalTom Deketelaere25-Oct-07 2:33 
GeneralRe: how to make my code send an email Pin
Knowledgestudent25-Oct-07 2:57
Knowledgestudent25-Oct-07 2:57 
Questionhow to create and use class Pin
Knowledgestudent24-Oct-07 3:03
Knowledgestudent24-Oct-07 3:03 
AnswerRe: how to create and use class Pin
Dave Kreskowiak24-Oct-07 6:22
mveDave Kreskowiak24-Oct-07 6:22 
QuestionHow to use Enter key to Select an Option without using a Mouse Pin
Vimalsoft(Pty) Ltd24-Oct-07 2:56
professionalVimalsoft(Pty) Ltd24-Oct-07 2:56 
AnswerRe: How to use Enter key to Select an Option without using a Mouse Pin
The ANZAC24-Oct-07 2:59
The ANZAC24-Oct-07 2:59 
GeneralRe: How to use Enter key to Select an Option without using a Mouse Pin
Vimalsoft(Pty) Ltd24-Oct-07 3:22
professionalVimalsoft(Pty) Ltd24-Oct-07 3:22 
GeneralRe: How to use Enter key to Select an Option without using a Mouse Pin
The ANZAC24-Oct-07 3:25
The ANZAC24-Oct-07 3:25 
Yeh just throw it into the keypress for the combobox and assign whatever button you want. I think key press has e.handled = true, if not , maybe use key down to avoid undesired affects, say:

On key down:

If e.keycode = Keys.Enter Then           
    btnSearch.PerformClick()   
    e.handled = true     
End If


Try that.



Please check out my articles:
The ANZAC's articles

AnswerRe: How to use Enter key to Select an Option without using a Mouse Pin
SHatchard24-Oct-07 3:01
SHatchard24-Oct-07 3:01 
GeneralRe: How to use Enter key to Select an Option without using a Mouse Pin
The ANZAC24-Oct-07 3:06
The ANZAC24-Oct-07 3:06 
AnswerRe: How to use Enter key to Select an Option without using a Mouse [modified] Pin
Vimalsoft(Pty) Ltd24-Oct-07 3:37
professionalVimalsoft(Pty) Ltd24-Oct-07 3:37 
QuestionNeed a New Tool Bar Pin
kolag24-Oct-07 1:49
kolag24-Oct-07 1:49 
AnswerRe: Need a New Tool Bar Pin
The ANZAC24-Oct-07 2:52
The ANZAC24-Oct-07 2:52 
GeneralRe: Need a New Tool Bar Pin
kolag28-Oct-07 22:24
kolag28-Oct-07 22:24 
GeneralRe: Need a New Tool Bar Pin
The ANZAC28-Oct-07 23:27
The ANZAC28-Oct-07 23:27 
Questionconnect to database oracle with VB.Net 2003 Pin
kendo1724-Oct-07 1:32
kendo1724-Oct-07 1:32 
AnswerRe: connect to database oracle with VB.Net 2003 Pin
Dave Kreskowiak24-Oct-07 6:19
mveDave Kreskowiak24-Oct-07 6:19 
GeneralRe: connect to database oracle with VB.Net 2003 Pin
kendo1724-Oct-07 7:17
kendo1724-Oct-07 7:17 
GeneralRe: connect to database oracle with VB.Net 2003 Pin
Dave Kreskowiak24-Oct-07 8:21
mveDave Kreskowiak24-Oct-07 8:21 
QuestionPopulate 2 DDL's with SQL Database Names Pin
paulray24-Oct-07 1:13
paulray24-Oct-07 1:13 
AnswerRe: Populate 2 DDL's with SQL Database Names Pin
Dave Kreskowiak24-Oct-07 6:12
mveDave Kreskowiak24-Oct-07 6:12 
Questiondatepart funtion Problem Pin
soniasan24-Oct-07 1:13
soniasan24-Oct-07 1:13 
AnswerRe: datepart funtion Problem Pin
kubben24-Oct-07 1:59
kubben24-Oct-07 1:59 
GeneralRe: datepart funtion Problem Pin
soniasan24-Oct-07 22:55
soniasan24-Oct-07 22:55 
AnswerRe: datepart funtion Problem Pin
SHatchard24-Oct-07 3:55
SHatchard24-Oct-07 3:55 

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.