Wait while loading images

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have a little problem. My application consists of many forms whith many
images. The images are preloaded on programm start. I've written functions
that preload all images an then show the log in, but my problem is, that the
form is displayed even if not all images are completely loaded. How can I
determinate if alle graphics are loaded completely (or wait until they are
all loaded).

Greetings,
Cyberdot
 
Are the images loaded on a separate thread? If so, use some sort of
inter-thread notification like an event.

-Chris
 
Hmm, i wrote a Public Sub in another module. If this is the wrong way - could
you give an example for the right one?

Thanks,
Cyberdot
 
Back
Top