Scalabium Software

SMExport/SMImport suites
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)
2. call the EnableVisualStyles method for Application in Main():

 	static void Main() 
 	{ 
 		Application.EnableVisualStyles(); 
 		Application.Run(new frmMain()); 
 	}


Published: March 31, 2010

See also
 
SMDBGrid
Metafile Convert
ABA Database Convert
DBExport tools
Fast Document Viewer
Excel Reader (dll)
ExcelFile Viewer
ABA Picture Convert
dBase Viewer
Viewer for TNEF-files (winmail.dat)
 
 


Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

Copyright© 1998-2026, Scalabium Software. All rights reserved.
webmaster@scalabium.com

SMReport Autogenerated