Click here to Skip to main content
15,905,414 members
Home / Discussions / C#
   

C#

 
GeneralRe: Please Help me!! My pc is not going to shutdown when application is running Pin
Yustme18-Nov-06 7:30
Yustme18-Nov-06 7:30 
GeneralRe: Please Help me!! My pc is not going to shutdown when application is running Pin
Irfan Kothari19-Nov-06 17:51
Irfan Kothari19-Nov-06 17:51 
QuestionHow to know if CTRL + A are pressed Pin
quiteSmart17-Nov-06 21:05
quiteSmart17-Nov-06 21:05 
AnswerRe: How to know if CTRL + A are pressed Pin
sbj hnagar17-Nov-06 21:15
sbj hnagar17-Nov-06 21:15 
JokeRe: How to know if CTRL + A are pressed Pin
quiteSmart17-Nov-06 21:19
quiteSmart17-Nov-06 21:19 
AnswerRe: How to know if CTRL + A are pressed Pin
Ashish Derhgawen17-Nov-06 21:53
Ashish Derhgawen17-Nov-06 21:53 
GeneralRe: How to know if CTRL + A are pressed Pin
quiteSmart17-Nov-06 22:49
quiteSmart17-Nov-06 22:49 
GeneralRe: How to know if CTRL + A are pressed Pin
Christian Graus17-Nov-06 23:10
protectorChristian Graus17-Nov-06 23:10 
You said 'Try not to be stupid in you answers' to someone.  My response would be, try not to be stupid.

You're obvioulsy overriding the KeyChar event, when you were just told to override the KeyDown event.

I'm not sure if the code you were given will work, but this will:

            if (ea.Control && ea.KeyCode == Keys.A)

in the KEYDOWN event, NOT the KeyChar event.



Christian Graus - C++ MVP

GeneralRe: How to know if CTRL + A are pressed Pin
quiteSmart17-Nov-06 23:24
quiteSmart17-Nov-06 23:24 
GeneralRe: How to know if CTRL + A are pressed Pin
Stefan Troschuetz18-Nov-06 0:01
Stefan Troschuetz18-Nov-06 0:01 
GeneralRe: How to know if CTRL + A are pressed Pin
Thomas Stockwell18-Nov-06 6:07
professionalThomas Stockwell18-Nov-06 6:07 
Questionshockwave flash object Pin
Nafiseh Salmani17-Nov-06 19:17
Nafiseh Salmani17-Nov-06 19:17 
QuestionKill the process during UnInstall Process Pin
AB777117-Nov-06 19:10
AB777117-Nov-06 19:10 
QuestionMonitor what comes over the web Pin
Zinc Oianoid17-Nov-06 15:41
Zinc Oianoid17-Nov-06 15:41 
QuestionDisable Scroll In a Container Pin
Iridania17-Nov-06 12:27
Iridania17-Nov-06 12:27 
AnswerRe: Disable Scroll In a Container Pin
praveen pandey17-Nov-06 21:31
praveen pandey17-Nov-06 21:31 
QuestionRe: Disable Scroll In a Container [modified] Pin
Iridania18-Nov-06 3:28
Iridania18-Nov-06 3:28 
GeneralRe: Disable Scroll In a Container Pin
praveen pandey18-Nov-06 22:00
praveen pandey18-Nov-06 22:00 
QuestionMATLAB Pin
suma1238217-Nov-06 11:50
suma1238217-Nov-06 11:50 
AnswerRe: MATLAB Pin
led mike17-Nov-06 12:07
led mike17-Nov-06 12:07 
AnswerRe: MATLAB Pin
spin vector17-Nov-06 12:22
spin vector17-Nov-06 12:22 
GeneralRe: MATLAB Pin
suma1238217-Nov-06 23:40
suma1238217-Nov-06 23:40 
QuestionACH or NACHA classes Pin
digsy_17-Nov-06 8:42
digsy_17-Nov-06 8:42 
AnswerRe: ACH or NACHA classes Pin
Cinchoo10-Feb-17 8:40
Cinchoo10-Feb-17 8:40 
Questiondataset, datarelation, datagrid & listbox Pin
vbar17-Nov-06 8:13
vbar17-Nov-06 8:13 

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.