Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 hereenter 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 ?

like image 926
Kermia Avatar asked Jun 23 '11 13:06

Kermia


2 Answers

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?

like image 143
Cosmin Prund Avatar answered Oct 17 '22 21:10

Cosmin Prund


those things are done with glass composition color.

take a look here: Changing the glass composition color (DWM) using delphi

like image 29
coding Bott Avatar answered Oct 17 '22 19:10

coding Bott