Results 1 to 5 of 5

Thread: [2008] Where can I find free components GUI?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2005
    Posts
    5

    [2008] Where can I find free components GUI?

    where can I find free controls to build nice GUI?

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    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

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    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.

  4. #4
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  5. #5
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: [2008] Where can I find free components GUI?

    DevExpress
    VBAccelerator.com
    CodeProject.com
    PlanetSourceCode.com
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width