philprice Posted March 21, 2003 Posted March 21, 2003 Hi all, The topic describes it all - how, and if not why not :) Peace. Quote Phil Price� Visual Studio .NET 2003 Enterprise Edition Microsoft Student Partner 2004 Microsoft Redmond, EMEA Intern 2004
*Gurus* divil Posted March 22, 2003 *Gurus* Posted March 22, 2003 You can enable XP theming on your applications by giving them a manifest file. There is information in MSDN on how to do this. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Leaders quwiltw Posted March 22, 2003 Leaders Posted March 22, 2003 If you're talking about making them look XP at design time, we did this by adding the manifest in the VS directory, and it worked, but we removed it shortly thereafter for some reason that escapes right now. It was a bad idea as I recall -- somehow made things break. Quote --tim
philprice Posted March 22, 2003 Author Posted March 22, 2003 okay if i manifest my own app to look xp by using common controls 6.0 will people using 5.0 etc will get the standard look? Quote Phil Price� Visual Studio .NET 2003 Enterprise Edition Microsoft Student Partner 2004 Microsoft Redmond, EMEA Intern 2004
*Gurus* divil Posted March 22, 2003 *Gurus* Posted March 22, 2003 Yes, the purpose of the manifest file is to tell windows to use Common Controls 6 if it's available, regardless of what version then application was compiled with. And regarding quwiltw's comments, adding a manifest file to the IDE is a very bad idea. It actually changes the way the IDE serializes resources, so you'll never know there's a problem when you open your solution on your computer, but as soon as you give it to someone without that manifest, they won't be able to read the serialized resources properly. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Winston Posted March 23, 2003 Posted March 23, 2003 some controls in .net id say isn't really well designed for the XP OS i mean the notify tray doesnt support balloons the toolbars dont support the gradient background and the tab controls differ from the ones programed inside windows xp windows Quote
philprice Posted March 24, 2003 Author Posted March 24, 2003 note: tabs look okay here (identical to XP ones).. Quote Phil Price� Visual Studio .NET 2003 Enterprise Edition Microsoft Student Partner 2004 Microsoft Redmond, EMEA Intern 2004
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.