Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
AnswerRe: Converting an Image to a Byte[] and visa versa Pin
maysam gamini5-Nov-09 12:49
maysam gamini5-Nov-09 12:49 
QuestionHow to trigger event when user press Enter key in textbox? Pin
TrooperIronMan3-Jan-07 3:24
TrooperIronMan3-Jan-07 3:24 
AnswerRe: How to trigger event when user press Enter key in textbox? Pin
Martin#3-Jan-07 3:31
Martin#3-Jan-07 3:31 
AnswerRe: How to trigger event when user press Enter key in textbox? Pin
Vertyg03-Jan-07 3:34
Vertyg03-Jan-07 3:34 
GeneralRe: How to trigger event when user press Enter key in textbox? Pin
Martin#3-Jan-07 3:35
Martin#3-Jan-07 3:35 
GeneralRe: How to trigger event when user press Enter key in textbox? Pin
Vertyg03-Jan-07 4:48
Vertyg03-Jan-07 4:48 
GeneralRe: How to trigger event when user press Enter key in textbox? Pin
Martin#3-Jan-07 4:54
Martin#3-Jan-07 4:54 
AnswerRe: How to trigger event when user press Enter key in textbox? Pin
V.3-Jan-07 4:34
professionalV.3-Jan-07 4:34 
I think you need KeyDown or KeyUp.
add the event handler where you can do:
if(e.KeyCode == KeyCode.Enter){<br />
  //Do something<br />
}


it should be something like this...

Hope this helps.


V.
If I don't see you in this world, I'll see you in the next one... And don't be late. (Jimi Hendrix)

GeneralRe: How to trigger event when user press Enter key in textbox? Pin
TrooperIronMan3-Jan-07 6:43
TrooperIronMan3-Jan-07 6:43 
AnswerRe: Strange string.Format() error Pin
Dominik Reichl3-Jan-07 2:13
Dominik Reichl3-Jan-07 2:13 
GeneralRe: Strange string.Format() error Pin
Vertyg03-Jan-07 2:20
Vertyg03-Jan-07 2:20 
QuestionSet Regional Settings for CE 5.0 Pin
Tyler453-Jan-07 2:02
Tyler453-Jan-07 2:02 
QuestionAccess Network through asp.net 2.0 application Pin
abhinish3-Jan-07 0:53
abhinish3-Jan-07 0:53 
AnswerRe: Access Network through asp.net 2.0 application Pin
Not Active3-Jan-07 2:09
mentorNot Active3-Jan-07 2:09 
QuestionDisplaying + (Plus) sign to node without adding child node Pin
s v joshi3-Jan-07 0:38
s v joshi3-Jan-07 0:38 
AnswerRe: Displaying + (Plus) sign to node without adding child node Pin
User 66583-Jan-07 0:45
User 66583-Jan-07 0:45 
AnswerRe: Displaying + (Plus) sign to node without adding child node [modified] Pin
Nader Elshehabi3-Jan-07 0:50
Nader Elshehabi3-Jan-07 0:50 
GeneralRe: Displaying + (Plus) sign to node without adding child node Pin
s v joshi3-Jan-07 1:41
s v joshi3-Jan-07 1:41 
GeneralRe: Displaying + (Plus) sign to node without adding child node Pin
Nader Elshehabi3-Jan-07 2:01
Nader Elshehabi3-Jan-07 2:01 
GeneralRe: Displaying + (Plus) sign to node without adding child node Pin
PIEBALDconsult3-Jan-07 3:42
mvePIEBALDconsult3-Jan-07 3:42 
QuestionHow to make a chart in C# Pin
phantanagu3-Jan-07 0:26
phantanagu3-Jan-07 0:26 
AnswerRe: How to make a chart in C# Pin
User 66583-Jan-07 0:29
User 66583-Jan-07 0:29 
AnswerRe: How to make a chart in C# Pin
Luc Pattyn3-Jan-07 5:03
sitebuilderLuc Pattyn3-Jan-07 5:03 
QuestionError Message Pin
morteza573-Jan-07 0:03
morteza573-Jan-07 0:03 
AnswerRe: Error Message Pin
User 66583-Jan-07 0:16
User 66583-Jan-07 0:16 

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.