How to call/execute window application from web application ?
-
Hi, I have a web application and I need to call a different window application (exe file) from my web application. Is it possible? How do I do that? Can I transfer parameters to that exe file from my web application? Thanks, :confused: Thanh Tri.
Le Thanh Tri
-
Hi, I have a web application and I need to call a different window application (exe file) from my web application. Is it possible? How do I do that? Can I transfer parameters to that exe file from my web application? Thanks, :confused: Thanh Tri.
Le Thanh Tri
Use Process.Start()[^] to start running a program
-
Use Process.Start()[^] to start running a program
It doesn't work???? I have already try it. It work easily on Windows Application but in web application, it start process but the new window don't appear.I mean to say when i start process of NODEPADE, it start process but the nodepad window does't appear. Rgds, aLi