A
arkam
Hi,
I have a form which has a background image. My problem is that when I
load a user control its background hides my image.
I used
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
and
BackColor = Color.Transparent;
on each of my usercontrols and it works great, even the buttons do
draw the background image on their back !
I have two problems :
1. ListView, TreeView and TabControl do not support this, they stay
gray and white !
2. When I maximize/minimize/resize my form it takes ages to
refresh/redraw the form ! It is simply very very slow !!!
Any ideas ?
Thanks,
Arkam
I have a form which has a background image. My problem is that when I
load a user control its background hides my image.
I used
SetStyle(ControlStyles.SupportsTransparentBackColor, true);
and
BackColor = Color.Transparent;
on each of my usercontrols and it works great, even the buttons do
draw the background image on their back !
I have two problems :
1. ListView, TreeView and TabControl do not support this, they stay
gray and white !
2. When I maximize/minimize/resize my form it takes ages to
refresh/redraw the form ! It is simply very very slow !!!
Any ideas ?
Thanks,
Arkam