4
In Delphi 2010 the interface components (buttons, etc.) are all square, Windows 95/98 style.
How do I make it adapt the visual pattern to the latest versions of Windows?
4
In Delphi 2010 the interface components (buttons, etc.) are all square, Windows 95/98 style.
How do I make it adapt the visual pattern to the latest versions of Windows?
3
You need to go to Project -> Options -> Application and select the option "Enable Runtime themes".
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 once loaded it activates the functionality for all forms.
Browser other questions tagged delphi windows look-and-feel
You are not signed in. Login or sign up in order to post.