A glass look at MDI windows under Vista

I am developing an MDI winforms application in C # in VS 2008. I noticed that MDI forms do not have glass under Vista.

Is it for design? Is there an easy way to get glass for these windows?

+3
source share
2 answers

By default, glass is not included in WinForms (or in this case, WPF applications). The only way to enable glass is with PInvoke in your own APIs. This channel9 site does a tutorial for great utility, which makes it trivial to add Glass effects to your controls.

http://channel9.msdn.com/playground/Sandbox/201158/

+5
source

, MDI.

+2

All Articles