Windows Develop Bookmark and Share   
 index > Windows Forms General > XP Look and Feel - Manifest Not Working With VS 2005
 

XP Look and Feel - Manifest Not Working With VS 2005

My project won't compile in VS2005 with a manifest file specifying a dependency on Microsoft Common-Controls version 6.0.0.0.  I noticed my version has rolled to 6.1.95.45.  I changed the version number in the manifest file, but it's still saying it can't find it.  Has the publickeytoken changed?

FYI, I'm using it to dynamically configure some of my custom controls based on whether the rest of the controls are showing the XP look and feel or the old style look and feel.

OutlawPhx  Wednesday, November 09, 2005 3:28 PM

I'm not sure what you are trying to do, but have you had a look at Application.EnableVisualStyles()?

David M. Kean  Saturday, December 10, 2005 10:03 AM

I'm not sure what you are trying to do, but have you had a look at Application.EnableVisualStyles()?

David M. Kean  Saturday, December 10, 2005 10:03 AM

You can use google to search for other answers

Custom Search

More Threads

• PDF Report Build Software
• Cool App
• Unusual Button Text behaviour
• Saving Data through Windows Forms
• loading animated gif while sql query is executing
• Anyone else seen strange behaviour from a Tab control in VS2005 Standard?
• Datetimepicker bug
• Setting up a comment log box
• MVC Pattern
• ToolStripSplitButton BackColor does not work.