I am making a program that starts other exactutables. Some executables will take some time to load. In that time I want my program to display an animation. I want the animation to stop when the executable(program) is fully loaded.
The executables that are started by my program can't comunicate with my program becuase I did not make them.

Is there a way that I can make my program detect when an aplication that it started is fully loaded (not finished) ??

I know Windows can detect it so I reckon a vb app should be able to detect it too..