Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi all,

 

The topic describes it all - how, and if not why not :)

 

Peace.

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

  • Leaders
Posted
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.
--tim
Posted
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?

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

  • *Gurus*
Posted

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.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Posted

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

Posted
note: tabs look okay here (identical to XP ones)..

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...