mabdalla
February 23rd, 2005, 04:23 PM
Hi,
Im trying to open a UI based external application e.g. notepad.exe or calc.exe residing on the server from an web form(using C#/Asp). I use the following:
System.diagnostics.Process.Start().
The application does not come up(not visible) but it is running somewhere(I can see it in the Windows Task Manager in the processes tab). How can I bring it up(see it)? Will appreciate any suggestions.
Thanks
MA
Im trying to open a UI based external application e.g. notepad.exe or calc.exe residing on the server from an web form(using C#/Asp). I use the following:
System.diagnostics.Process.Start().
The application does not come up(not visible) but it is running somewhere(I can see it in the Windows Task Manager in the processes tab). How can I bring it up(see it)? Will appreciate any suggestions.
Thanks
MA