Best user interface control suite?

The application I'm currently developing requires a very robust and user-friendly interface. I know there are many third party control suites out there, but which one is the best for the money?

I'm looking for a package that supports dockable toolbars and windows/containers, preferrably multiple color schemes, menus with icons, tab interfaces, etc. (pretty much the standards.) I've looked at Infragistic's NetAdvantage, Actipro's UIStudio, QIOS DevSuite, DivElement's Sandbar and Sandock, etc.

If anyone has personal experience with any number of these (or other) packages, please share your suggestions and preferences.

Also, I've seen that VS.NET 2005 includes some more extensive UI controls... are they worth using?

Thanks

[753 byte] By [root] at [2007-12-16]
# 1
I find infragistics is a good group of controls.
Takes a bit of time to learn them though as they have billions of properties.
Also differences between web and windows controls will drive ya nutters.
But they are clean and very prowerful when used right.
Deasun at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
How is their support for VS.NET 2005? I've been playing with Actipro's UIStudio over the past day or so and I really like the suite, but Beta 2 freaks out every 5 minutes and deletes all my controls or screws something else up.
root at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 3
Hmm i have not tried them in the beta yet. Been too busy at work lately.
Will have to try that out soon :)
Deasun at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 4
they released a version of 2005 vol 1 that works with the vs2005 beta 2. as i recall from converting to 2005, there was only one issue with a AutoScaleDimensions property on certain controls... but it was only a Obsolete message, not an error per se.
Anyway, yeah, Infragistics works great in 2005, can't tell you how happy I have been with both their products as well as their technical support staff. I highly recommend the additional priority support, worth every penny!
michaelscott at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 5
We use Qios.DevSuite and we are very happy about it. They don't have as much controls as the other providers, but the controls they have work great and are easy to configure and use. Another thing we like is that they support the Windows XP themes fully. You can define the colors for all the themes at once, instead of switching from colorschemes or something.

Also the guys from that library give a good support, they reply within a working day and often in several minutes. They give deep technical information and if you have a good addition to the library they implement it in the upcoming version.

So i would recommend Qios.DevSuite.

Robin27015 at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 6
There are also several other control suites listed on www.windowsforms.net.
BenWillett at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 7
Actually, I ended up hating most of the control suites I tried and ended up using Sandbar and Sandock from Divelements: http://www.divelements.co.uk/net/

The controls seem to be pretty stable in VS.NET 2005 and the price is very appealing. Tech support is not quite as impressive as others (probably due to being located on the opposite side of the world from me), but they have a forum that usually generates responses in 24 hours or so.

windowsforms.net has a very comprehensive selection of controls, including a lot of free/open source ones. CodeProject.com also has a wide array of open source controls as well.

root at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 8

your can try the IrisSkin, which is a easiest-to-use .NET skin solution for .NET(WinForms). you don't need make any modification for your existing projects.
http://www.sunisoft.com/irisskin/

Solmyr at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...