Arie
Aug 14th, 2000, 02:48 PM
Hi, Everybody!
I'm a begginer and I have a problem:
Why when I do like this:
**Example**
Sub Timer1()
Image1.Picture = Image2(x).Picture
x = x + 1
If x = 3 then x = 0
End Sub
** End **
Then When it works, it does some background color flashes
within the image1.
It interupt the animation.
I know you would recommand me BitBlt.
But I want to know if there is any way to fix it.
Anyway Thank you all,
Arie.
Visit: http://www.nip.to/camel2000
I'm a begginer and I have a problem:
Why when I do like this:
**Example**
Sub Timer1()
Image1.Picture = Image2(x).Picture
x = x + 1
If x = 3 then x = 0
End Sub
** End **
Then When it works, it does some background color flashes
within the image1.
It interupt the animation.
I know you would recommand me BitBlt.
But I want to know if there is any way to fix it.
Anyway Thank you all,
Arie.
Visit: http://www.nip.to/camel2000