Manifest/Control Panel applet
I have a C++ control panel applet which embeds a manifest to use the comctl v6.0 to use the new XP style common controls. When I take the same application and use it on vista, everything is fine except that I do not get the new common controls style.
It appears I need to do something different on vista. I am doing what is suggested in the following MSDN article to enable the new visual style for control panel applets (http://windowssdk.msdn.microsoft.com/en-us/library/ms649781.aspx#control_panel).
Thanks,
Al.

