Click here to Skip to main content
15,923,051 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: need help related to error in vb.net Pin
codeadair11-May-06 23:15
codeadair11-May-06 23:15 
GeneralRe: need help related to error in vb.net Pin
prasanna812-May-06 1:26
prasanna812-May-06 1:26 
AnswerRe: need help related to error in vb.net Pin
codeadair12-May-06 14:30
codeadair12-May-06 14:30 
Questionmessage box like msn alert box in a VB.NET application project Pin
cylix200011-May-06 19:00
cylix200011-May-06 19:00 
QuestionDoing something when I press "Enter" key Pin
friendshiple11-May-06 14:42
friendshiple11-May-06 14:42 
AnswerRe: Doing something when I press "Enter" key Pin
abipeter198311-May-06 17:46
abipeter198311-May-06 17:46 
AnswerRe: Doing something when I press "Enter" key Pin
codeadair11-May-06 23:07
codeadair11-May-06 23:07 
GeneralRe: Doing something when I press "Enter" key Pin
alwinSCH6-Jul-06 4:42
alwinSCH6-Jul-06 4:42 
Hi,

I used this:

Private Sub TextBox1_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox1.KeyPress
If e.KeyChar = Chr(13) Then
'event
End If
End Sub

--> but it didn't work in my application
is there some property of the textbox that must be true or false to use this?

I can hit any other key and it works fine
but when i hit enter he does not go to this procedure

I use VS2005

what could i do, please help?

Thanks
Alwin
GeneralRe: Doing something when I press "Enter" key Pin
alwinSCH6-Jul-06 4:49
alwinSCH6-Jul-06 4:49 
GeneralRe: Doing something when I press "Enter" key Pin
codeadair6-Jul-06 14:20
codeadair6-Jul-06 14:20 
QuestionHow can I emulate the mouse? Pin
Klazen11-May-06 14:31
Klazen11-May-06 14:31 
QuestionBeginners help on forms/database Pin
johncassell11-May-06 10:55
johncassell11-May-06 10:55 
AnswerRe: Beginners help on forms/database Pin
prasanna811-May-06 19:52
prasanna811-May-06 19:52 
GeneralRe: Beginners help on forms/database Pin
johncassell16-May-06 6:58
johncassell16-May-06 6:58 
GeneralRe: Beginners help on forms/database Pin
abipeter198325-May-06 3:30
abipeter198325-May-06 3:30 
QuestionHow to send text strings to Excel Worksheet? Pin
Rashar11-May-06 10:40
Rashar11-May-06 10:40 
QuestionNeed Help Accessing Functions in a DLL Pin
rjlohman11-May-06 10:24
rjlohman11-May-06 10:24 
AnswerRe: Need Help Accessing Functions in a DLL Pin
Dave Kreskowiak11-May-06 15:33
mveDave Kreskowiak11-May-06 15:33 
GeneralRe: Need Help Accessing Functions in a DLL Pin
rjlohman12-May-06 5:42
rjlohman12-May-06 5:42 
AnswerRe: Need Help Accessing Functions in a DLL Pin
arcticbrew12-May-06 9:37
arcticbrew12-May-06 9:37 
GeneralRe: Need Help Accessing Functions in a DLL Pin
rjlohman18-May-06 11:42
rjlohman18-May-06 11:42 
GeneralRe: Need Help Accessing Functions in a DLL Pin
arcticbrew18-May-06 12:45
arcticbrew18-May-06 12:45 
GeneralRe: Need Help Accessing Functions in a DLL Pin
rjlohman23-May-06 4:57
rjlohman23-May-06 4:57 
QuestionParent/Child Forms Pin
jaded_angel11-May-06 9:28
jaded_angel11-May-06 9:28 
AnswerRe: Parent/Child Forms Pin
Dave Kreskowiak11-May-06 15:26
mveDave Kreskowiak11-May-06 15:26 

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.