Scalabium Software |
|
Knowledge for your independence'. | |
Home Delphi and C++Builder tips |
#6: How can I enable XP theming for application? |
|
1. use the manifest (compile as resource or as external file) static void Main() { Application.EnableVisualStyles(); Application.Run(new frmMain()); }
|
|
Copyright© 1998-2024, Scalabium
Software. All rights reserved. |