Click here to Skip to main content
15,902,026 members
Home / Discussions / C#
   

C#

 
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 
QuestionJPEG Decoder\Encoder in C# Pin
Gilad Kapelushnik12-Aug-09 4:47
Gilad Kapelushnik12-Aug-09 4:47 
AnswerRe: JPEG Decoder\Encoder in C# Pin
0x3c012-Aug-09 4:54
0x3c012-Aug-09 4:54 
GeneralRe: JPEG Decoder\Encoder in C# Pin
Gilad Kapelushnik12-Aug-09 5:01
Gilad Kapelushnik12-Aug-09 5:01 
AnswerRe: JPEG Decoder\Encoder in C# Pin
Dave Kreskowiak12-Aug-09 4:57
mveDave Kreskowiak12-Aug-09 4:57 
GeneralRe: JPEG Decoder\Encoder in C# Pin
Gilad Kapelushnik12-Aug-09 5:04
Gilad Kapelushnik12-Aug-09 5:04 
GeneralRe: JPEG Decoder\Encoder in C# Pin
Dave Kreskowiak12-Aug-09 6:25
mveDave Kreskowiak12-Aug-09 6:25 
QuestionInterfacing managed C# code and a C-shared Matlab library Pin
Jan Arjen Kraak12-Aug-09 4:44
Jan Arjen Kraak12-Aug-09 4:44 
AnswerRe: Interfacing managed C# code and a C-shared Matlab library Pin
Luc Pattyn12-Aug-09 7:46
sitebuilderLuc Pattyn12-Aug-09 7:46 
QuestionRe: Interfacing managed C# code and a C-shared Matlab library Pin
Cracked-Down6-Sep-09 23:21
Cracked-Down6-Sep-09 23:21 
AnswerRe: Interfacing managed C# code and a C-shared Matlab library Pin
Jan Arjen Kraak7-Sep-09 4:01
Jan Arjen Kraak7-Sep-09 4:01 
GeneralRe: Interfacing managed C# code and a C-shared Matlab library Pin
Cracked-Down7-Sep-09 4:17
Cracked-Down7-Sep-09 4:17 
GeneralRe: Interfacing managed C# code and a C-shared Matlab library Pin
nizar3213-Nov-09 11:24
nizar3213-Nov-09 11:24 
GeneralRe: Interfacing managed C# code and a C-shared Matlab library Pin
Jan Arjen Kraak19-Nov-09 20:43
Jan Arjen Kraak19-Nov-09 20:43 
GeneralRe: Interfacing managed C# code and a C-shared Matlab library2 Pin
nizar3213-Nov-09 11:24
nizar3213-Nov-09 11:24 

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.