Hi.

Does anybody know how to find out when a picture is loaded? (without looking)

I have this:

With Start
.Visible = False
.Stretch = False
.Picture = LoadPicture(lp)
End With

But I need to know when the picture is finished loading, and... but this is not important.. somehow wait until the task is finished before doing something else. Any Ideas?

Thanks