Ask a Question related to ASP.NET General, Design and Development.
-
Augusto #1
Launch aplication
Can I lauch a program with ASP.NET?
IF yes, How I could do?
Thanks
Augusto Guest
-
How do I get KDM to launch KDE ?
Hi, I selected KDM to run at startup by editing /etc/ttys : ttyv8 ³/usr/local/bin/kdm nodaemon² xterm on secure I also created a... -
How do i get KDM to launch KDE?
Tried a .xinitrc instead of a .xsession ? -
Can't launch FH MX 11.0.2
Hello, I haven't browsed all the threads to check somebody with the same issue of mine, but at now I have a machine in my local network with... -
Launch another EXE
Is there anyway to have Flash Launch an EXE thats in the same directory, or a sub directory of the Flash Published EXE. I want to create an... -
MXa won't launch under OSX 10.3 but MX will - WTH?
After upgrading to OSX 10.3 FHMXa would not launch - no splash screen - nothing. I tried everyone's suggestions from other threads about getting MXa... -
Alvin Bruney #2
Re: Launch aplication
Look into the process namespace. I believe it is process.exec("notepad.exe")
"Augusto" <augusto@semi.com.br> wrote in message
news:0b6a01c33b26$ee35dfd0$a501280a@phx.gbl...> Can I lauch a program with ASP.NET?
>
> IF yes, How I could do?
>
> Thanks
Alvin Bruney Guest
-
Peter McMahon [MVP] #3
Re: Launch aplication
Hi
If you want to launch a program on the server, then Alvin's correct.
However, if you mean you want to launch an application on the client's
machine, you'll need to use client-side script and for IE, you can use the
Shell.Execute() method, I believe.
Peter
"Augusto" <augusto@semi.com.br> wrote in message
news:0b6a01c33b26$ee35dfd0$a501280a@phx.gbl...> Can I lauch a program with ASP.NET?
>
> IF yes, How I could do?
>
> Thanks
Peter McMahon [MVP] Guest



Reply With Quote

