Dim A
Feb 12th, 2001, 02:58 PM
I'm trying to make a screensaver based on an animated gif. I use bitblt to redraw the background on the maximized form, and I have each piece of the animated gif stored in an image control that is selectively visible or invisible.
No matter what I try, I can't get the transparency to work properly. Flashes of white will show up momentarily ruining the effect. Even the lockwindowdisplay tip did not help. Setting the form's clipcontrol property to false did improve it, but it's still a problem.
I've attempted having a picture box that just accepted a different image as it's source, but that didn't seem to work either.
Anyways, is there anyway to view an animated gif in a picture box? some sort of web-embeded format? That may fix this problem.
Any other techniques that may reduce this flicker?
Basically I want to have a animated sprite-like object move accrossed the form that is painted to look like the background.
- Dim A
No matter what I try, I can't get the transparency to work properly. Flashes of white will show up momentarily ruining the effect. Even the lockwindowdisplay tip did not help. Setting the form's clipcontrol property to false did improve it, but it's still a problem.
I've attempted having a picture box that just accepted a different image as it's source, but that didn't seem to work either.
Anyways, is there anyway to view an animated gif in a picture box? some sort of web-embeded format? That may fix this problem.
Any other techniques that may reduce this flicker?
Basically I want to have a animated sprite-like object move accrossed the form that is painted to look like the background.
- Dim A