In Delphi 2010 the interface components (buttons, etc) are all square, Windows 95/98 style.
How do I adapt the visual pattern to the latest versions of Windows?
In Delphi 2010 the interface components (buttons, etc) are all square, Windows 95/98 style.
How do I adapt the visual pattern to the latest versions of Windows?
You need to go to Project - > Options - > Application and select the "Enable runtime themes" option.
Another option is to use a TXPManifest component, which makes it always look like windows XP. You just need to put it in 1 form of the application and after it loads it activates the functionality for all forms.