skip to main
|
skip to sidebar
Delphi .Net Programming
All about Delphi .Net Programming
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2008
(5)
►
September
(1)
►
June
(1)
►
February
(3)
▼
2007
(9)
▼
December
(9)
Format, String.Format and StringBuilder.AppendFormat
How to enable Glass Effect in Delphi 2007 for .Net...
Memory Leak and Real time memory (object) allocati...
How to copy string content to unmanaged memory blo...
Event Message Handling in Delphi 2007 for .Net
SendMessage LPARAM type casting in Delphi 2007 for...
How to use unmanaged Win32 DLL in Delphi 2007 for ...
AllocateHWND and DeallocateHWND in Delphi 2007 for...
Where is HInstance in Delphi 2007 for .Net?
About Me
C.C.Cheng
I have been using Delphi since version 2.0 and is currently trying out Delphi for .Net... most of my works are still in Win32 :)
View my complete profile
No comments:
Post a Comment