Application Screen Refreshing Issues

  • Thread starter Thread starter David Pope
  • Start date Start date
D

David Pope

I started having this weird problem.

I developed this user control. I place it on a form and I run the
application. The controls in my user control are all black and you see parts
of the screen the form is hovering over.

It just started doing this. I've even tried a new form and usercontrol and
it's doing it as well.

Anyone know what could be wrong?

Dave
 
David,

This sounds like an issue with the transparrency property of your form. If
you have set a transparrent colour for the form and you have that same colour
in your controls 'on' that form then you will be able to see through the
whole thing! I have not played around much so I can't offer much of a fix for
you. I expect you will find something on MSDN/Google on transparrency though!

-Ben
 
Back
Top