Hi,

I want to run the calculator.exe file from my c# webapp.I did this by
using the hyperlink control and the location of the exe is the navigate
url and is working nice.

But it gives the dialog box telling ,'one or more files can harm your
computer ...' since it is opening on the IE. if i click the open button
the calc.exe is opened.

i want to eliminate /deactivate the asking dialog box and directly open
the calculator exe thru c# webapp .

Could u please tell me how can i do that.

If you are looking to launch an app on the users desktop when they click a link or button on a webpage, and your desktop apps are in .NET then you may want to look into using ClickOnce to deploy the apps.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.