Let's say I have an application (A) which starts another application (B). How kan A know if B is finished loading ???
Printable View
Let's say I have an application (A) which starts another application (B). How kan A know if B is finished loading ???
Have a look at the tip "How do I tell when an app executed using SHELL is finished?"
Good luck!
------------------
Joacim Andersson
[email protected]
[email protected]
www.YellowBlazer.com
[This message has been edited by Joacim Andersson (edited 11-05-1999).]
Yeah I saw that one.
I don't get it... Al it seems to do is start explorer.exe...
What I want is that app 'A' can launch applications and that it will show a *.gif animation until the program it launches is completly loaded... Then the animation should stop.
In order to do this I must know when n app has finished loading (I reckon)