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

C#

 
AnswerRe: Csemaphore,C# Pin
Giorgi Dalakishvili1-Jun-07 9:19
mentorGiorgi Dalakishvili1-Jun-07 9:19 
QuestionHow to get all the instance of a windows Service using WMI? Pin
sundar1561-Jun-07 8:24
sundar1561-Jun-07 8:24 
AnswerRe: How to get all the instance of a windows Service using WMI? Pin
kubben1-Jun-07 8:53
kubben1-Jun-07 8:53 
GeneralRe: How to get all the instance of a windows Service using WMI? Pin
sundar1561-Jun-07 9:06
sundar1561-Jun-07 9:06 
QuestionHow to access the data in a "DataSet" rather than a "DataGridView"? Pin
Khoramdin1-Jun-07 8:24
Khoramdin1-Jun-07 8:24 
AnswerRe: How to access the data in an "DataSet" rather than DataGridView? [modified] Pin
Giorgi Dalakishvili1-Jun-07 8:31
mentorGiorgi Dalakishvili1-Jun-07 8:31 
Questionshortcut to trigger event when not in focus Pin
crash8931-Jun-07 7:44
crash8931-Jun-07 7:44 
AnswerRe: shortcut to trigger event when not in focus Pin
kubben1-Jun-07 7:51
kubben1-Jun-07 7:51 
You can do it, but I am not sure you really want to. If you hook into the windows message loop you can pick up on all windows messages includeing keyboard keypresses, but it is pretty intensive and would most likely affect the proformace of your application and perhaps the performance of others as well. I guess I would ask why do you want to do this? Is there a better way to do the same thing? It would be un likely that your users would know this key press short cut.

Now if you are trying to write a nice little hack that is looking for control - alt del and then you are trying to get the password typed it etc. that is another issue. You won't find much help here on this site for that type of stuff.

Ben
GeneralRe: shortcut to trigger event when not in focus Pin
crash8931-Jun-07 7:55
crash8931-Jun-07 7:55 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben1-Jun-07 7:56
kubben1-Jun-07 7:56 
GeneralRe: shortcut to trigger event when not in focus Pin
crash8931-Jun-07 7:58
crash8931-Jun-07 7:58 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben1-Jun-07 8:03
kubben1-Jun-07 8:03 
GeneralRe: shortcut to trigger event when not in focus Pin
crash8931-Jun-07 8:10
crash8931-Jun-07 8:10 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben1-Jun-07 8:21
kubben1-Jun-07 8:21 
GeneralRe: shortcut to trigger event when not in focus Pin
crash8931-Jun-07 8:45
crash8931-Jun-07 8:45 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben1-Jun-07 8:51
kubben1-Jun-07 8:51 
GeneralRe: shortcut to trigger event when not in focus Pin
crash8931-Jun-07 17:37
crash8931-Jun-07 17:37 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben2-Jun-07 0:55
kubben2-Jun-07 0:55 
GeneralRe: shortcut to trigger event when not in focus Pin
crash8932-Jun-07 6:52
crash8932-Jun-07 6:52 
GeneralRe: shortcut to trigger event when not in focus Pin
kubben2-Jun-07 8:10
kubben2-Jun-07 8:10 
Questionlist all running proccess in a textbox Pin
crash8931-Jun-07 6:24
crash8931-Jun-07 6:24 
AnswerRe: list all running proccess in a textbox Pin
kubben1-Jun-07 6:30
kubben1-Jun-07 6:30 
GeneralRe: list all running proccess in a textbox Pin
crash8931-Jun-07 7:43
crash8931-Jun-07 7:43 
GeneralRe: list all running proccess in a textbox Pin
kubben1-Jun-07 7:44
kubben1-Jun-07 7:44 
GeneralRe: list all running proccess in a textbox Pin
crash8931-Jun-07 7:46
crash8931-Jun-07 7:46 

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.