banner while waiting for 3rd party started up/build its gui
Ok, we have a little problem here

we have a loader on a portable medium which starts a 3rd party program with parameters
while starting 3rd party we want to have a banner "please wait"
starting 3rd party takes some time depending on hardware

so i thought findwindow & intcmp will do - negativ - it hangs waiting although the name of the class is correct
(did it before with some other app successfully - but app has to be closed - so i know how to find the window class)

findwindow & iswindow will wait such long as 3rd party is not startet. in case it is started banner will immeadately disappear before 3rd party has already build its gui.

3rd party has no indicator when its ready. we want to check if a window with a specific window class or window name is *shown or in memory

pls help us.