How to display XP Style buttons using VC++6.0?
-
How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao
-
How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao
for an application to support windows xp theme u just need to add a manifest file to the resource.It is explained in http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/xptheming.asp[^] When u put a manifest file, all controls in the application will be using this the current theme. To prevent an item from using the windows theme, use the api SetWindowTheme() with second and third parameters as NULL nave
-
How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao
-
How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao
http://www.codeproject.com/buttonctrl/xp_button.asp[^] maybe it is some helpful to you
-
How to display only buttons in XP Style not the toolbar and propertysheets knarasimharao
Thy using Davide Calabro's CXPStyleButtonST. You can found it at: http://www.codeproject.com/buttonctrl/cxpstylebuttonst.asp[^]