Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi ,

I want create a Solution

Language : C#

FrameWork : 4.5.1

in this software I Definition a method with Test name, when windows startup Each this software also is run. . .

I want definition in this method when user double click to desktop each , this method is run.


Private void Test()
{
MessageBox.Show("Double Click . . . :)");
}


attention ؟
Posted
Updated 18-Jul-14 19:26pm
v4
Comments
[no name] 18-Jul-14 16:55pm    
That makes no sense at all.
George Jonsson 19-Jul-14 0:31am    
Can you add some more information?
What is a test method by your definition?
Member 10711013 19-Jul-14 1:30am    
Helppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
Dave Kreskowiak 19-Jul-14 9:17am    
We'd like to but your English is so bad that we can't understand what you're wanting to do!

1 solution

You need to install a global hook to do that: Processing Global Mouse and Keyboard Hooks in C#[^] may help.
 
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