D
dvestal
How can I launch a .NET executable (a windows app written in VB.NET)
from within another .NET assembly, and be able to tell when the user
receives control?
I could just kick it off with System.Diagnostics.Process.Start, but it
has a lengthy loading sequence, and I wouldn't know when it was loaded.
So, is it be possible to launch the app and trap the main form's
Activate event? Is there an easier way?
from within another .NET assembly, and be able to tell when the user
receives control?
I could just kick it off with System.Diagnostics.Process.Start, but it
has a lengthy loading sequence, and I wouldn't know when it was loaded.
So, is it be possible to launch the app and trap the main form's
Activate event? Is there an easier way?