| Author: Kapil Deo Malhotra 05 Sep 2008 | Member Level: Gold | Rating: Points: 2 |
Hi,
For that you have to create the ActiveX control which has to be downloaded on the client browser.
In the ActiveX control you can have one method which can run the calc.exe. For that you can use the Process.start (calc.exe)
I think that should work.
Enjoy!!
|