Monday, December 17, 2007

How to enable Glass Effect in Delphi 2007 for .Net (and Win32)

You will see the glass effect in Vista with Aero only. It appears to be a normal form if your OS does not support Aero.

Set the properties of the form as follow.



Then, write the following codes in OnCreate of the form.

And, tada.... here is the output.

No comments: