How do the visual components of Delphi 2010 follow the visual standard of Windows?

Asked

Viewed 508 times

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?

1 answer

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

You are not signed in. Login or sign up in order to post.