A
Arron
I would like to use WebForm(aspx) to Call WinForm
(test.EXE) in the same computer.
The test.exe will create a new Excel File immediately.
This is my code:
Process.Start("c:\test.exe", "")
When I run the code,The Task Manager Add a new process
named "test",but not thing happens.It do not add a new
Excel file.
When I double click the test.exe directly ,It Create a new
Excel file immediately.
What is the problem?
Thank you!!
(test.EXE) in the same computer.
The test.exe will create a new Excel File immediately.
This is my code:
Process.Start("c:\test.exe", "")
When I run the code,The Task Manager Add a new process
named "test",but not thing happens.It do not add a new
Excel file.
When I double click the test.exe directly ,It Create a new
Excel file immediately.
What is the problem?
Thank you!!