G
Guest
Hello,
Is there a standard way of determining when a process has finished its
initial loading, such that it is ready to accept commands? For example, I am
starting Visual Studio (devenv.exe) from my own program. I would like to
perform some actions (like open a file), when Visual Studio is ready. Is
there a way to test when an application has finished displaying its main
window and is ready to accept user commands?
Thanks,
Notre
Is there a standard way of determining when a process has finished its
initial loading, such that it is ready to accept commands? For example, I am
starting Visual Studio (devenv.exe) from my own program. I would like to
perform some actions (like open a file), when Visual Studio is ready. Is
there a way to test when an application has finished displaying its main
window and is ready to accept user commands?
Thanks,
Notre