Click here to Skip to main content
15,915,160 members
Home / Discussions / C#
   

C#

 
AnswerRe: Byte Array question Pin
Guffa8-Feb-07 3:08
Guffa8-Feb-07 3:08 
GeneralRe: Byte Array question Pin
Planker8-Feb-07 3:50
Planker8-Feb-07 3:50 
QuestionUsing resource file in C# Pin
s v joshi8-Feb-07 1:04
s v joshi8-Feb-07 1:04 
AnswerRe: Using resource file in C# Pin
stancrm8-Feb-07 1:57
stancrm8-Feb-07 1:57 
GeneralRe: Using resource file in C# Pin
s v joshi8-Feb-07 4:13
s v joshi8-Feb-07 4:13 
AnswerRe: JournalRecord and Journal Playback problems Pin
gauthee8-Feb-07 1:10
gauthee8-Feb-07 1:10 
QuestionKeyboard focus in Visual Studio C# Pin
sysrev8-Feb-07 0:51
sysrev8-Feb-07 0:51 
AnswerRe: Keyboard focus in Visual Studio C# Pin
Martin#8-Feb-07 0:57
Martin#8-Feb-07 0:57 
Hello,

I'm not sure if it works in every situation (actually I know it's not, because I had problems with a PDF viewer Control in this case), but you can try this in your main form.

this.KeyPreview = true;
this.KeyDown += new KeyEventHandler(...);
this.KeyPress + = ...

Hope that helps a little!

All the best,

Martin
GeneralRe: Keyboard focus in Visual Studio C# Pin
sysrev8-Feb-07 1:18
sysrev8-Feb-07 1:18 
GeneralRe: Keyboard focus in Visual Studio C# Pin
aSarafian8-Feb-07 1:41
aSarafian8-Feb-07 1:41 
AnswerRe: Keyboard focus in Visual Studio C# Pin
Martin#8-Feb-07 1:45
Martin#8-Feb-07 1:45 
GeneralRe: Keyboard focus in Visual Studio C# Pin
sysrev8-Feb-07 2:01
sysrev8-Feb-07 2:01 
AnswerRe: Keyboard focus in Visual Studio C# Pin
Martin#8-Feb-07 2:05
Martin#8-Feb-07 2:05 
GeneralRe: Keyboard focus in Visual Studio C# Pin
sysrev8-Feb-07 4:54
sysrev8-Feb-07 4:54 
Questionsoftware engineering problems Pin
rao raja8-Feb-07 0:20
rao raja8-Feb-07 0:20 
GeneralRe: software engineering problems Pin
Martin#8-Feb-07 0:27
Martin#8-Feb-07 0:27 
AnswerRe: software engineering problems Pin
Christian Graus8-Feb-07 0:34
protectorChristian Graus8-Feb-07 0:34 
GeneralRe: software engineering problems Pin
rao raja8-Feb-07 0:54
rao raja8-Feb-07 0:54 
GeneralRe: software engineering problems Pin
Colin Angus Mackay8-Feb-07 0:58
Colin Angus Mackay8-Feb-07 0:58 
GeneralRe: software engineering problems Pin
Martin#8-Feb-07 0:59
Martin#8-Feb-07 0:59 
GeneralRe: software engineering problems Pin
Christian Graus8-Feb-07 1:05
protectorChristian Graus8-Feb-07 1:05 
GeneralRe: software engineering problems Pin
Colin Angus Mackay8-Feb-07 0:59
Colin Angus Mackay8-Feb-07 0:59 
AnswerRe: software engineering problems Pin
badgrs8-Feb-07 1:01
badgrs8-Feb-07 1:01 
GeneralRe: software engineering problems Pin
Christian Graus8-Feb-07 1:06
protectorChristian Graus8-Feb-07 1:06 
AnswerRe: software engineering problems Pin
Michael P Butler8-Feb-07 1:48
Michael P Butler8-Feb-07 1:48 

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.