Search code examples
delphiwindows-7coding-stylewindowaero-glass

How do I create a window with different Aero glass frame?


I think there is a customized window style in Windows 7. like this :

enter image description here enter image description here

And as you can see it's different from normal style :

enter image description here

How can i create a window with the style that you can see in the first picture ?


Solution

  • What Delphi version? Delphi 2010 can do this natively:

    enter image description here

    You just have to play with the GlassFrame property of the form. You might also want to read my answer here, and make sure you also read the comments: Delphi support for Aero Glass and the DoubleBuffered property - what is going on and how do we use them?