Click here to Skip to main content
15,888,303 members
Home / Discussions / C#
   

C#

 
QuestionC# 1byte-1char strings Pin
Dave Shaw19-Oct-05 10:49
Dave Shaw19-Oct-05 10:49 
AnswerRe: C# 1byte-1char strings Pin
leppie19-Oct-05 11:04
leppie19-Oct-05 11:04 
AnswerRe: C# 1byte-1char strings Pin
Dave Kreskowiak19-Oct-05 14:04
mveDave Kreskowiak19-Oct-05 14:04 
GeneralRe: C# 1byte-1char strings Pin
lmoelleb19-Oct-05 20:58
lmoelleb19-Oct-05 20:58 
AnswerRe: C# 1byte-1char strings Pin
uno freeware19-Oct-05 16:45
uno freeware19-Oct-05 16:45 
AnswerRe: C# 1byte-1char strings Pin
Daniel Turini20-Oct-05 0:07
Daniel Turini20-Oct-05 0:07 
QuestionKeyboard Events Pin
ShimiG19-Oct-05 10:31
ShimiG19-Oct-05 10:31 
AnswerRe: Keyboard Events Pin
Dave Kreskowiak19-Oct-05 10:53
mveDave Kreskowiak19-Oct-05 10:53 
The form itself rarely ever has the focus. The controls on the form have it, so the form's KeyDown event is rarely ever called. Unless, that is, the Form's KeyPreview property is set to true. This will pass all the keyboard events going to the form's control with the focus to the form's handlers first, then pass them on to the control that has the focus. There is a side effect to setting this though. The KeyDown event will fire for every keystroke going to any control on your form.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Keyboard Events Pin
ShimiG19-Oct-05 11:08
ShimiG19-Oct-05 11:08 
GeneralRe: Keyboard Events Pin
Patric_J19-Oct-05 11:28
Patric_J19-Oct-05 11:28 
GeneralRe: Keyboard Events Pin
ShimiG19-Oct-05 11:39
ShimiG19-Oct-05 11:39 
GeneralRe: Keyboard Events Pin
Dave Kreskowiak19-Oct-05 14:01
mveDave Kreskowiak19-Oct-05 14:01 
QuestionPrototyping unmanaged DLL's Pin
Timothy Finn19-Oct-05 10:14
Timothy Finn19-Oct-05 10:14 
AnswerRe: Prototyping unmanaged DLL's Pin
Dan Neely19-Oct-05 10:29
Dan Neely19-Oct-05 10:29 
AnswerRe: Prototyping unmanaged DLL's Pin
leppie19-Oct-05 10:33
leppie19-Oct-05 10:33 
GeneralRe: Prototyping unmanaged DLL's Pin
Timothy Finn19-Oct-05 10:42
Timothy Finn19-Oct-05 10:42 
AnswerRe: Prototyping unmanaged DLL's Pin
leppie19-Oct-05 10:59
leppie19-Oct-05 10:59 
QuestionMoving to a Managed World Pin
Robert M Greene19-Oct-05 8:25
Robert M Greene19-Oct-05 8:25 
AnswerRe: Moving to a Managed World Pin
Judah Gabriel Himango19-Oct-05 10:22
sponsorJudah Gabriel Himango19-Oct-05 10:22 
AnswerRe: Moving to a Managed World Pin
Matt Gerrans19-Oct-05 19:55
Matt Gerrans19-Oct-05 19:55 
QuestionCreating an image from a picturebox Pin
budidharma19-Oct-05 8:05
budidharma19-Oct-05 8:05 
AnswerRe: Creating an image from a picturebox Pin
turbochimp19-Oct-05 18:23
turbochimp19-Oct-05 18:23 
Questioncall a method on a parent form Pin
Sled Dog19-Oct-05 8:04
Sled Dog19-Oct-05 8:04 
AnswerRe: call a method on a parent form Pin
Rick Beideman19-Oct-05 8:34
Rick Beideman19-Oct-05 8:34 
AnswerRe: call a method on a parent form Pin
MoustafaS19-Oct-05 11:36
MoustafaS19-Oct-05 11:36 

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.