PDA

Click to See Complete Forum and Search --> : Knowing when it's finished loading...


Inhumanoid
Nov 4th, 1999, 06:54 PM
Let's say I have an application (A) which starts another application (B). How kan A know if B is finished loading ???

Joacim Andersson
Nov 4th, 1999, 07:53 PM
Have a look at the tip "How do I tell when an app executed using SHELL is finished? (http://www.vb-world.net/api/tip5.html)"

Good luck!

------------------
Joacim Andersson
joacim@programmer.net
joacim@yellowblazer.com
www.YellowBlazer.com (http://www.YellowBlazer.com)




[This message has been edited by Joacim Andersson (edited 11-05-1999).]

Inhumanoid
Nov 4th, 1999, 08:03 PM
Yeah I saw that one.
I don't get it... Al it seems to do is start explorer.exe...

Inhumanoid
Nov 4th, 1999, 08:40 PM
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)