D
**Developer**
I have a usercontrol that contains two pictureboxes
One is on top of the other.
The bottom one is the parent of the top one.
The top one is transparent.
I invalidate the top one often
I don't need all the bells and whistles of a picturebox so I change the top
one to a panel
Now when I invalidate I get much flashing.
Is there something about the way a picurebox draws itself that is different
from how a panel does it?
Can I fix the panel?
Even if I can, does it make more sense to use the picturebox?
Thanks in advance
One is on top of the other.
The bottom one is the parent of the top one.
The top one is transparent.
I invalidate the top one often
I don't need all the bells and whistles of a picturebox so I change the top
one to a panel
Now when I invalidate I get much flashing.
Is there something about the way a picurebox draws itself that is different
from how a panel does it?
Can I fix the panel?
Even if I can, does it make more sense to use the picturebox?
Thanks in advance