Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
QuestionAdd shortcuts to a system tray application Pin
LordZoster12-Aug-09 9:53
LordZoster12-Aug-09 9:53 
AnswerRe: Add shortcuts to a system tray application Pin
Henry Minute12-Aug-09 10:23
Henry Minute12-Aug-09 10:23 
GeneralRe: Add shortcuts to a system tray application Pin
LordZoster12-Aug-09 10:34
LordZoster12-Aug-09 10:34 
AnswerRe: Add shortcuts to a system tray application Pin
LordZoster12-Aug-09 10:37
LordZoster12-Aug-09 10:37 
QuestionEncryption with tcpclient and tcplistner? Pin
Druuler12-Aug-09 8:43
Druuler12-Aug-09 8:43 
AnswerRe: Encryption with tcpclient and tcplistner? Pin
Leonardo Muzzi12-Aug-09 10:16
Leonardo Muzzi12-Aug-09 10:16 
QuestionHow to send file to com1 port ? Pin
E_Gold12-Aug-09 7:28
E_Gold12-Aug-09 7:28 
AnswerRe: How to send file to com1 port ? Pin
stancrm12-Aug-09 7:47
stancrm12-Aug-09 7:47 
Question[Message Deleted] Pin
neha_rai12-Aug-09 6:38
neha_rai12-Aug-09 6:38 
AnswerRe: Ellipse fitting Pin
Rick York12-Aug-09 6:59
mveRick York12-Aug-09 6:59 
QuestionDelegates/Events in Client/Server apps Pin
Nigel Mackay12-Aug-09 5:57
Nigel Mackay12-Aug-09 5:57 
AnswerRe: Delegates/Events in Client/Server apps Pin
stancrm12-Aug-09 6:17
stancrm12-Aug-09 6:17 
QuestionKeyDown event and Tab Indexes trouble ? Pin
Mohammad Dayyan12-Aug-09 5:48
Mohammad Dayyan12-Aug-09 5:48 
AnswerRe: KeyDown event and Tab Indexes trouble ? Pin
Dave Kreskowiak12-Aug-09 6:28
mveDave Kreskowiak12-Aug-09 6:28 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Mohammad Dayyan12-Aug-09 6:42
Mohammad Dayyan12-Aug-09 6:42 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Luc Pattyn12-Aug-09 7:33
sitebuilderLuc Pattyn12-Aug-09 7:33 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Mohammad Dayyan12-Aug-09 7:39
Mohammad Dayyan12-Aug-09 7:39 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Saksida Bojan12-Aug-09 8:26
Saksida Bojan12-Aug-09 8:26 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Luc Pattyn12-Aug-09 8:31
sitebuilderLuc Pattyn12-Aug-09 8:31 
AnswerRe: KeyDown event and Tab Indexes trouble ? Pin
ricmil4212-Aug-09 6:38
ricmil4212-Aug-09 6:38 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Mohammad Dayyan12-Aug-09 6:40
Mohammad Dayyan12-Aug-09 6:40 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Henry Minute12-Aug-09 7:13
Henry Minute12-Aug-09 7:13 
It is the use of Keys.Down that is the problem.

If you change your code to if (e.KeyCode == Keys.K), for example, and test it you will find that the event does fire.

So what you need to do is research what the difference is between the way Down and 'K' are processed.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Mohammad Dayyan12-Aug-09 7:39
Mohammad Dayyan12-Aug-09 7:39 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
stancrm12-Aug-09 7:51
stancrm12-Aug-09 7:51 
GeneralRe: KeyDown event and Tab Indexes trouble ? Pin
Henry Minute12-Aug-09 8:11
Henry Minute12-Aug-09 8:11 

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.