|
-
Dec 16th, 2008, 03:08 PM
#1
Thread Starter
New Member
[2008] Where can I find free components GUI?
where can I find free controls to build nice GUI?
-
Dec 16th, 2008, 03:15 PM
#2
Re: [2008] Where can I find free components GUI?
Aside from the ones that come with Visual Studio? What types of controls are you looking for?
My usual boring signature: Nothing
 
-
Dec 16th, 2008, 03:30 PM
#3
Re: [2008] Where can I find free components GUI?
My guess is he is looking for fancy eye candy type controls.
The reality is there may be some floating around, but the majority of the really nice ones cost a good buck. While not always the case, most of the time, the "get what you pay for" quote fits well when it comes to custom 3rd party components, especially UI ones.
Aside from buying them, a number of stock .NET controls can be either totally, or partially owner drawn, which means you can modify how the control is painted on the screen, to make it look "nicer".
Another option, since you are using VS2008, if you are using .NET 3.5, you can make your UI in WPF instead of WinForms. WPF is much easier to make nicer looking UIs, but it comes at a steep learning curve because its structure is much different than WinForms.
Yet another option is to just use standard windows controls like Shaggy mentioned. I am a fan of this one, because usually custom UI controls try to be so different from standard controls, they become hard to use.
-
Dec 16th, 2008, 05:02 PM
#4
Re: [2008] Where can I find free components GUI?
SteepValley.net
CodePlex.com
Dacris.com
are some of the ones I've used in the past with varying success.... SteepValley and Dacris are (or were, haven't used them in a while) supported pretty well... CodePlex is a carp shoot as it's a .NET targeted Open Source site (it wants to be like SourceForge, but strictly with .NET ... and it's sponsored by MS).
-tg
-
Dec 16th, 2008, 05:25 PM
#5
Re: [2008] Where can I find free components GUI?
DevExpress
VBAccelerator.com
CodeProject.com
PlanetSourceCode.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|