Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
Semitransparent overlay
posted

Hello,

I'm using NetAdvantage for WinForms 2008.2. I'd like to know if it is possible to create a semitransparent overlay like the one Vista uses for UAC, or websites use for dialogs or lightboxes. More precisely, I want to have such an overlay on my form while it loads quite a lot of data, and show a progress bar. I want the controls on the form to be visible through the overlay, which would have 50% opacity.

I tried using the CreationFilter described here http://forums.infragistics.com/forums/p/14709/54938.aspx, but I could only get the whole form to be transparent. I didn't find any control I could set the opacity on. BackColor Transparent only inherits the BackColor of the parent, controls are not visible through a panel or label, so that doesn't help.

Of course, this isn't essential to the application, I just thought it would be a welcome addition to the interface. I'm not sure this can be done.

Parents Reply Children
No Data