How to apply VCL Style to Delphi Open Dialog, Save Dialog, Print Dialog, Font Dialog, Menus and TTaskDialog ?

We can apply styles to a Delphi Application by using provided VCL styles from Project -> Options -> Appearance -> Styles option. But problem with VCL style is that, it does not support for Menus, Popup Menus, System Menus, TTaskDialog Component and Common Dialogs like Open Dialog, Save Dialog, Print dialog, Font Dialog etc. So whit out above dialogs and menus a Delphi application is not completely VCL style applied. So here in this blog I will explain how to apply VCL style to Menus, Popup Menus, System Menus, TTaskDialog Component and Common Dialogs like Open Dialog, Save Dialog, Print dialog, Font Dialog etc. Rodrigo Ruz a Delphi MVP from Chile has provided a solution for that. He has relased ‘VCL Styles Utils’ units and classes for the above purpose. VCL Styles Utils The VCL Styles Utils is a Delphi library which extend the RAD Studio VCL Styles, adding unique features like the support for Classic and New Common dialogs, Task Dialogs, Stylin...