G
Guest
I have a managed application called MainApp.exe and another non-managed
application called OtherApp.exe. I want to launch OtherApp.exe from
MainApp.exe using System.Diagnostics.Process.Start("OtherApp.exe"). This
works fine. Here is the trick: I want OtherApp.exe to behave like a modal
dialog. In other words, I don't want the user to be able to return to
MainApp.exe until OtherApp.exe has closed.
Is there any way to accomplish this?
Thanks,
Joe
application called OtherApp.exe. I want to launch OtherApp.exe from
MainApp.exe using System.Diagnostics.Process.Start("OtherApp.exe"). This
works fine. Here is the trick: I want OtherApp.exe to behave like a modal
dialog. In other words, I don't want the user to be able to return to
MainApp.exe until OtherApp.exe has closed.
Is there any way to accomplish this?
Thanks,
Joe