Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to be anywhere in the environment of windows press keys(ctr + s) load my program started
pls Please help me
meanwhile service explorer.exe is deactive
Posted
Updated 8-Jul-12 19:34pm
v2
Comments
Shahin Khorshidnia 9-Jul-12 1:37am    
Maryam, 1. Please do not use sms words like "pls" istead of "please". 2. Why don't you create a Windows Service Application? Look at this link: http://msdn.microsoft.com/en-us/library/zt39148a(v=vs.80).aspx

1 solution

I Hope that this is going to help you.
You need to use keyboard hook[^] or
Low-level Windows API hooks from C#[^]
to handle the ctrl+s key press and then use Process.Start Method ()[^] to run 'explorer.exe'.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900