Friday, March 16, 2012

Open an application

Hi,

Is there a possibility to open a Windows application (eg. notepad, paint,
dialer, ...) using ASP.Net ?

Thanks in advanceOn the client side ASP.NET ends up as a regular HTML with javascript and
whatever else the browser can understand. Your question is not about
ASP.NET. It's about how to open a Windows app from a browser. The simple
answer is with ActiveX.

Eliyahu

"mv" <verhaert@.gmail.com> wrote in message
news:OOoyejyTFHA.3620@.TK2MSFTNGP09.phx.gbl...
> Hi,
>
> Is there a possibility to open a Windows application (eg. notepad, paint,
> dialer, ...) using ASP.Net ?
>
> Thanks in advance
Sure you can.

Just remember that it will open on the server, not at the client.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================

"mv" <verhaert@.gmail.com> wrote in message news:OOoyejyTFHA.3620@.TK2MSFTNGP09.phx.gbl...
> Hi,
>
> Is there a possibility to open a Windows application (eg. notepad, paint, dialer, ...)
> using ASP.Net ?
>
> Thanks in advance

0 comments:

Post a Comment