Application Screen Refreshing Issues

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Pope

    Application Screen Refreshing Issues

    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


  • Ben Hinton

    #2
    RE: Application Screen Refreshing Issues

    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

    "David Pope" wrote:
    [color=blue]
    > 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
    >
    >
    >[/color]

    Comment

    Working...