Click here to Skip to main content
16,018,805 members
Home / Discussions / C#
   

C#

 
QuestionOpenFileDialog with Windows Impersonation using C# Pin
B3RN4RD1N011-Jun-08 8:29
B3RN4RD1N011-Jun-08 8:29 
AnswerRe: OpenFileDialog with Windows Impersonation using C# Pin
DaveyM6911-Jun-08 9:54
professionalDaveyM6911-Jun-08 9:54 
QuestionHow can I handle any keys press in my C# form? Pin
Mohammad Dayyan11-Jun-08 7:27
Mohammad Dayyan11-Jun-08 7:27 
AnswerRe: How can I handle any keys press in my C# form? Pin
dimaj11-Jun-08 7:29
dimaj11-Jun-08 7:29 
GeneralRe: How can I handle any keys press in my C# form? Pin
Mohammad Dayyan11-Jun-08 7:32
Mohammad Dayyan11-Jun-08 7:32 
GeneralRe: How can I handle any keys press in my C# form? Pin
dimaj11-Jun-08 7:43
dimaj11-Jun-08 7:43 
AnswerRe: How can I handle any keys press in my C# form? Pin
Christian Graus11-Jun-08 7:35
protectorChristian Graus11-Jun-08 7:35 
AnswerRe: How can I handle any keys press in my C# form? Pin
Giorgi Dalakishvili11-Jun-08 7:36
mentorGiorgi Dalakishvili11-Jun-08 7:36 
If you want to handle key press before it reaches controls set KeyPreview property to true.

If you want to handle key presses even when your form doesn't have focus you will need global keyboard hook. There are several articles about it here at codeproject.

Happy searching.

Giorgi Dalakishvili

#region signature
my articles
#endregion

AnswerRe: How can I handle any keys press in my C# form? Pin
Mohammad Dayyan11-Jun-08 9:09
Mohammad Dayyan11-Jun-08 9:09 
QuestionGetting information about an object hosted on a different application Pin
dimaj11-Jun-08 7:23
dimaj11-Jun-08 7:23 
AnswerRe: Getting information about an object hosted on a different application Pin
led mike11-Jun-08 7:32
led mike11-Jun-08 7:32 
GeneralRe: Getting information about an object hosted on a different application Pin
dimaj11-Jun-08 7:39
dimaj11-Jun-08 7:39 
GeneralRe: Getting information about an object hosted on a different application Pin
led mike12-Jun-08 5:26
led mike12-Jun-08 5:26 
GeneralRe: Getting information about an object hosted on a different application Pin
dimaj12-Jun-08 5:37
dimaj12-Jun-08 5:37 
AnswerRe: Getting information about an object hosted on a different application Pin
Christian Graus11-Jun-08 7:35
protectorChristian Graus11-Jun-08 7:35 
GeneralRe: Getting information about an object hosted on a different application Pin
dimaj11-Jun-08 7:41
dimaj11-Jun-08 7:41 
GeneralRe: Getting information about an object hosted on a different application Pin
Christian Graus11-Jun-08 8:25
protectorChristian Graus11-Jun-08 8:25 
GeneralRe: Getting information about an object hosted on a different application Pin
Christian Graus11-Jun-08 8:25
protectorChristian Graus11-Jun-08 8:25 
GeneralRe: Getting information about an object hosted on a different application Pin
dimaj11-Jun-08 8:29
dimaj11-Jun-08 8:29 
QuestionA field initializer cannot reference the non-static field, method or property... help with code snippet Pin
ssclaire11-Jun-08 6:45
ssclaire11-Jun-08 6:45 
AnswerRe: A field initializer cannot reference the non-static field, method or property... help with code snippet Pin
S. Senthil Kumar11-Jun-08 6:56
S. Senthil Kumar11-Jun-08 6:56 
GeneralRe: A field initializer cannot reference the non-static field, method or property... help with code snippet Pin
ssclaire11-Jun-08 8:35
ssclaire11-Jun-08 8:35 
AnswerSome Progress... Update Pin
ssclaire11-Jun-08 7:08
ssclaire11-Jun-08 7:08 
GeneralRe: Some Progress... Update Pin
Christian Graus11-Jun-08 7:19
protectorChristian Graus11-Jun-08 7:19 
GeneralRe: Some Progress... Update Pin
S. Senthil Kumar11-Jun-08 8:27
S. Senthil Kumar11-Jun-08 8:27 

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.