newbie question: how to set a launched process (by Process.Start methods) as Modal

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

I am using C#.NET WinForm. The scenario I have is: a WinForm child
form launches a process using Process.Start(app_name). Other than
checking the HasExited property and waiting, is there a way to forced
a launched process (a third party application) as Modal (i.e. user has
to respond to that process before get back to the WinForm
application)?

Thanks in advance for the help.
MichaelJ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top