Click here to Skip to main content
15,894,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to open an application shortcut from web page's single button click. Can any one guide me to do that ? (If possible!)
Posted

1 solution

use like this
in your button click

C#
System.Diagnostics.Process.Start("C:\\Users\\Administrator\\Desktop\\Adobe Reader X");
 
Share this answer
 
Comments
Raavis 26-Apr-13 8:10am    
Not working..!

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