Click here to Skip to main content
15,885,985 members
Home / Discussions / C#
   

C#

 
QuestionAutomatical start up Pin
Albu Marius6-Aug-07 1:18
Albu Marius6-Aug-07 1:18 
AnswerRe: Automatical start up Pin
Pete O'Hanlon6-Aug-07 1:33
mvePete O'Hanlon6-Aug-07 1:33 
GeneralRe: Automatical start up Pin
Albu Marius6-Aug-07 1:36
Albu Marius6-Aug-07 1:36 
AnswerRe: Automatical start up Pin
Hessam Jalali6-Aug-07 1:37
Hessam Jalali6-Aug-07 1:37 
AnswerRe: Automatical start up Pin
Nouman Bhatti6-Aug-07 1:54
Nouman Bhatti6-Aug-07 1:54 
AnswerRe: Automatical start up Pin
Vasudevan Deepak Kumar6-Aug-07 1:57
Vasudevan Deepak Kumar6-Aug-07 1:57 
QuestionDetecting Key Presses Pin
JamesBarnes6-Aug-07 1:13
JamesBarnes6-Aug-07 1:13 
AnswerRe: Detecting Key Presses Pin
Luc Pattyn6-Aug-07 1:24
sitebuilderLuc Pattyn6-Aug-07 1:24 
In general, events provide the information you need. That is what makes them useful.

Have you noticed the two arguments your KeyDown handler is getting ?
There even is some documentation explaining KeyEventArgs if you would care to read it.

Smile | :)



Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/AllLanguages/General
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: Detecting Key Presses Pin
JamesBarnes6-Aug-07 1:29
JamesBarnes6-Aug-07 1:29 
GeneralRe: Detecting Key Presses Pin
JamesBarnes6-Aug-07 1:31
JamesBarnes6-Aug-07 1:31 
GeneralRe: Detecting Key Presses Pin
Luc Pattyn6-Aug-07 1:52
sitebuilderLuc Pattyn6-Aug-07 1:52 
AnswerRe: Detecting Key Presses Pin
Giorgi Dalakishvili6-Aug-07 1:26
mentorGiorgi Dalakishvili6-Aug-07 1:26 
QuestionEmergency , need help Pin
Developer6116-Aug-07 0:45
Developer6116-Aug-07 0:45 
AnswerRe: Emergency , need help Pin
Vasudevan Deepak Kumar6-Aug-07 0:50
Vasudevan Deepak Kumar6-Aug-07 0:50 
AnswerRe: Emergency , need help Pin
Pete O'Hanlon6-Aug-07 1:12
mvePete O'Hanlon6-Aug-07 1:12 
GeneralRe: Emergency , need help Pin
Developer6116-Aug-07 1:45
Developer6116-Aug-07 1:45 
GeneralRe: Emergency , need help Pin
Vasudevan Deepak Kumar6-Aug-07 1:56
Vasudevan Deepak Kumar6-Aug-07 1:56 
GeneralRe: Emergency , need help Pin
Malcolm Smart6-Aug-07 3:07
Malcolm Smart6-Aug-07 3:07 
GeneralRe: Emergency , need help Pin
leckey6-Aug-07 3:09
leckey6-Aug-07 3:09 
GeneralRe: Emergency , need help Pin
Developer6116-Aug-07 4:18
Developer6116-Aug-07 4:18 
GeneralRe: Emergency , need help Pin
Pete O'Hanlon6-Aug-07 21:44
mvePete O'Hanlon6-Aug-07 21:44 
GeneralRe: Emergency , need help Pin
Developer6117-Aug-07 0:19
Developer6117-Aug-07 0:19 
GeneralRe: Emergency , need help Pin
Pete O'Hanlon7-Aug-07 1:35
mvePete O'Hanlon7-Aug-07 1:35 
GeneralRe: Emergency , need help Pin
Developer6117-Aug-07 2:08
Developer6117-Aug-07 2:08 
GeneralRe: Emergency , need help Pin
Pete O'Hanlon7-Aug-07 2:23
mvePete O'Hanlon7-Aug-07 2:23 

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.