Scalabium Software

SMExport advertising
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
 
DBExport tools
ExcelFile Viewer
Mail parser (ActiveX)
Excel Reader (dll)
Paradox to Text converter
Excel Web-stream
Paradox Viewer
SMReport
Word Web-stream
Metafile Convert
 
 


Contact to webmaster

 

Borland Software Code Gear Scalabium Delphi tips

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

SMReport Autogenerated