Click here to Skip to main content
16,005,552 members
Home / Discussions / C#
   

C#

 
GeneralRe: Insert a line into the begining of the text file Pin
Stefan Troschuetz7-Jan-05 1:45
Stefan Troschuetz7-Jan-05 1:45 
GeneralRe: Insert a line into the begining of the text file Pin
itssuk9-Jan-05 18:26
itssuk9-Jan-05 18:26 
GeneralRe: Insert a line into the begining of the text file Pin
Stefan Troschuetz9-Jan-05 21:41
Stefan Troschuetz9-Jan-05 21:41 
GeneralRe: Insert a line into the begining of the text file Pin
J4amieC7-Jan-05 2:18
J4amieC7-Jan-05 2:18 
QuestionHow to process the key events? Pin
bouli7-Jan-05 1:25
bouli7-Jan-05 1:25 
AnswerRe: How to process the key events? Pin
Nick Parker7-Jan-05 3:03
protectorNick Parker7-Jan-05 3:03 
GeneralRe: How to process the key events? Pin
bouli7-Jan-05 6:26
bouli7-Jan-05 6:26 
AnswerRe: How to process the key events? Pin
Heath Stewart7-Jan-05 6:28
protectorHeath Stewart7-Jan-05 6:28 
If you need the form to process all key events for any controls, then set Form.KeyPreview to true.

While the other controls have focus and without KeyPreview being set the messages are handled only by the active control's message handler (WndProc in managed code).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: How to process the key events? Pin
bouli7-Jan-05 6:35
bouli7-Jan-05 6:35 
Generalurgent ( about window services) Pin
Allah Kaa Bandaa7-Jan-05 0:47
Allah Kaa Bandaa7-Jan-05 0:47 
GeneralRe: urgent ( about window services) Pin
turbochimp7-Jan-05 3:05
turbochimp7-Jan-05 3:05 
GeneralRe: urgent ( about window services) Pin
Heath Stewart7-Jan-05 6:26
protectorHeath Stewart7-Jan-05 6:26 
GeneralConverting a HEX value to a DateTime Pin
Stanimir_Stoyanov7-Jan-05 0:16
Stanimir_Stoyanov7-Jan-05 0:16 
GeneralRe: Converting a HEX value to a DateTime Pin
Heath Stewart7-Jan-05 5:55
protectorHeath Stewart7-Jan-05 5:55 
QuestionHow to develop multi-language application? Pin
luozhan16-Jan-05 21:10
luozhan16-Jan-05 21:10 
AnswerRe: How to develop multi-language application? Pin
Colin Angus Mackay6-Jan-05 21:39
Colin Angus Mackay6-Jan-05 21:39 
GeneralRe: How to develop multi-language application? Pin
Heath Stewart7-Jan-05 6:21
protectorHeath Stewart7-Jan-05 6:21 
AnswerRe: How to develop multi-language application? Pin
Adam Goossens6-Jan-05 23:45
Adam Goossens6-Jan-05 23:45 
AnswerRe: How to develop multi-language application? Pin
OmegaSupreme7-Jan-05 0:05
OmegaSupreme7-Jan-05 0:05 
GeneralRe: How to develop multi-language application? Pin
Heath Stewart7-Jan-05 5:56
protectorHeath Stewart7-Jan-05 5:56 
AnswerRe: How to develop multi-language application? Pin
Heath Stewart7-Jan-05 6:12
protectorHeath Stewart7-Jan-05 6:12 
QuestionHow to make nice GUI like this? Pin
luozhan16-Jan-05 20:59
luozhan16-Jan-05 20:59 
AnswerRe: How to make nice GUI like this? Pin
perlmunger7-Jan-05 5:29
perlmunger7-Jan-05 5:29 
QuestionProblem calling dll from asp.net - workaround? Pin
totig6-Jan-05 20:32
totig6-Jan-05 20:32 
AnswerRe: Problem calling dll from asp.net - workaround? Pin
OmegaSupreme7-Jan-05 0:12
OmegaSupreme7-Jan-05 0:12 

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.