How to change Opacity of a child form at runtime...?
-
Hi... I want to change the 'Opacity' property of my form when i move my form using mouse from one place to another while application is running. I want same effect as we can see when we get an exception while debugging any application in VS2005. We get one form & if we try to move that form its opacity chnges & that form becomes normal when we stop moving that form. My application is a MDI application & i want to change the Opacity of child Form. Thank & Regards, Vinay
-
Hi... I want to change the 'Opacity' property of my form when i move my form using mouse from one place to another while application is running. I want same effect as we can see when we get an exception while debugging any application in VS2005. We get one form & if we try to move that form its opacity chnges & that form becomes normal when we stop moving that form. My application is a MDI application & i want to change the Opacity of child Form. Thank & Regards, Vinay
Quoted from MSDN -Click here to read the article[^]- "Note The MDI child form you create in this step is a standard Windows Form. As such, it has an Opacity property, which allows you to control the transparency of the form. However, the Opacity property was designed for top-level windows. Do not use it with MDI child forms, as painting problems can occur."
Regards:rose: