PDA

Click to See Complete Forum and Search --> : Hmmm... Thinking about it...


Arie
Feb 1st, 2001, 02:17 PM
Hi, Guys!

I want to ask something.
I put a picturebox, I put a BitBlt animation in it,
and I put a label.
When the program runs, it uses the GetTickCount.
(For the animation).
But the label flashes.without the animation it doesn't
flash.
How do I stop it?
Any idea?

Thank you anyway,
Arie.

Mad Compie
Feb 1st, 2001, 02:22 PM
Probably the BackStyle property is set to 0 - Transparent. I think you should use the Print statement or the TextOut() API.