Process p = Process.Start(@"C:\Users\Desktop\desktop_d\desk.exe");
p.WaitForInputIdle();
IntPtr h = p.MainWindowHandle;
The application exe file executed, then I wanted to the data set each textbox and Submit button click event, I want to execute from the web application.
Any suggestion, please share the comments. It's helpful for me
Aucun commentaire:
Enregistrer un commentaire