Wait while loading images

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
 
C

Chris Tacke, eMVP

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

-Chris
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top