Hello,
I have a real {*filter*} problem that i can't solve. In my application im using
an imagebox, called "imgDisplay" and an imagelist, called "imlPictures".
I use this line to change between pictures.
imgDisplay.picture = imlPictures.ListImages(Frame).Picture.
My problem is that i want to fade out the previous picture, before inserting
a new one. (Looks much cooler). In QBasic you could just write Fade 100 or
something, and then the picture faded out. Does anyone know how to fade
pictures in VB5???
Please help me...