Hi,
I have a nice "windows application" in C#.
Now I like to give it a nice look.
Do you have any ideea where can I find some free .net controls for Visual Studio 2005, like panels, buttons, radio buttons, ....?
Regard,
Adrian
Printable View
Hi,
I have a nice "windows application" in C#.
Now I like to give it a nice look.
Do you have any ideea where can I find some free .net controls for Visual Studio 2005, like panels, buttons, radio buttons, ....?
Regard,
Adrian
I found this
What is it that you are trying to achieve? You can owner-draw the existing controls and make them look however you want. You'll find that the majority, but certainly not all, of controls out there focus on additional functionality, while appearance is either secondary or mostly left to the default theming. The XPCC library (see my signature for link) will have a .NET 2.0 version soon, and it adds additional visual features.