AtariJag64
Programmer
I want to open up a windows application (*.exe file) from a webform.
Does anyone know the code for this?
I've tried:
System.Diagnostics.Process.Start(fileName);
but this doesn't seem to do anything.
Any suggestions?
Thanks,
-Chris B.
Does anyone know the code for this?
I've tried:
System.Diagnostics.Process.Start(fileName);
but this doesn't seem to do anything.
Any suggestions?
Thanks,
-Chris B.