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


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

How can i create a window with the style that you can see in the first picture ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What Delphi version? Delphi 2010 can do this natively:
You just have to play with the
GlassFrameproperty 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?