Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Need examples of extra nice program UI’s built for free with Windows Forms

Need examples of extra nice program UI’s built for free with Windows Forms

Scheduled Pinned Locked Moved Windows Forms
csharpwinformswpfdesignquestion
10 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    copec
    wrote on last edited by
    #1

    I've never written a program before but I've decided to do one using C#. I want a good looking (and free) UI, and I've decided to use either Windows Forms or WPF. I know WPF is snazzy, but can't a UI built on Windows Forms with only free components look good too? I've read that Paint.net was built on Winforms, but I don't think the UI is very attractive. It's just Windows-style. Are there any fresher looking programs whose UI's show how good Windows Forms can look with all free components? Thanks.

    modified on Tuesday, July 28, 2009 12:12 AM

    S M 2 Replies Last reply
    0
    • C copec

      I've never written a program before but I've decided to do one using C#. I want a good looking (and free) UI, and I've decided to use either Windows Forms or WPF. I know WPF is snazzy, but can't a UI built on Windows Forms with only free components look good too? I've read that Paint.net was built on Winforms, but I don't think the UI is very attractive. It's just Windows-style. Are there any fresher looking programs whose UI's show how good Windows Forms can look with all free components? Thanks.

      modified on Tuesday, July 28, 2009 12:12 AM

      S Offline
      S Offline
      Sk93
      wrote on last edited by
      #2

      If you've never written an application before, then diving straight in with a barrel load of custom controls and trying to generate a snazzy interface probably isn't the best way to learn... you may get something that "looks" good, but you're likely to have not learned anything from doing so! [edit]also.. don't duplicate your posts. you'll get eaten by the admins ;)[/edit]

      modified on Tuesday, July 28, 2009 6:35 AM

      C 1 Reply Last reply
      0
      • S Sk93

        If you've never written an application before, then diving straight in with a barrel load of custom controls and trying to generate a snazzy interface probably isn't the best way to learn... you may get something that "looks" good, but you're likely to have not learned anything from doing so! [edit]also.. don't duplicate your posts. you'll get eaten by the admins ;)[/edit]

        modified on Tuesday, July 28, 2009 6:35 AM

        C Offline
        C Offline
        copec
        wrote on last edited by
        #3

        Sk93, thanks for the reply. I know my ignorance is showing, but you're saying it complicates things to use custom controls? Can you tell me in what ways and to what degree? Thanks again.

        D 1 Reply Last reply
        0
        • C copec

          Sk93, thanks for the reply. I know my ignorance is showing, but you're saying it complicates things to use custom controls? Can you tell me in what ways and to what degree? Thanks again.

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          That depends on the quality and complexity of the custom controls you use. Some have a nice object model that is easy to use and works very well. Others will probably force you to come up with your own work arounds or use other data objects besides the ones in the .NET Framework. Documentation may be lacking or non-existant. Support for those controls is going to come from the manufacturer of them, not any public forum like CP. ...

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007, 2008
          But no longer in 2009...

          C 1 Reply Last reply
          0
          • D Dave Kreskowiak

            That depends on the quality and complexity of the custom controls you use. Some have a nice object model that is easy to use and works very well. Others will probably force you to come up with your own work arounds or use other data objects besides the ones in the .NET Framework. Documentation may be lacking or non-existant. Support for those controls is going to come from the manufacturer of them, not any public forum like CP. ...

            A guide to posting questions on CodeProject[^]
            Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                 2006, 2007, 2008
            But no longer in 2009...

            C Offline
            C Offline
            copec
            wrote on last edited by
            #5

            Thanks Dave. So you happen to know how [Krypton](<a href=)[^] ranks in quality and complexity? These are the coolest free controls I've seen, and if feasible and if I don't find any better options, I'd like to use them

            S D 2 Replies Last reply
            0
            • C copec

              Thanks Dave. So you happen to know how [Krypton](<a href=)[^] ranks in quality and complexity? These are the coolest free controls I've seen, and if feasible and if I don't find any better options, I'd like to use them

              S Offline
              S Offline
              Sk93
              wrote on last edited by
              #6

              They look relatively well documented. However, i may be wrong.. but they look very similar to the standard WPF controls...

              1 Reply Last reply
              0
              • C copec

                Thanks Dave. So you happen to know how [Krypton](<a href=)[^] ranks in quality and complexity? These are the coolest free controls I've seen, and if feasible and if I don't find any better options, I'd like to use them

                D Offline
                D Offline
                Dave Kreskowiak
                wrote on last edited by
                #7

                Don't know. Haven't used them. Don't care to... Use them all you want. You're the only person who can determine if they are going to work for you, based on your skill level. Personally, I'd suggest making the app work with the standard controls first, then worry about making it look pretty.

                A guide to posting questions on CodeProject[^]
                Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                     2006, 2007, 2008
                But no longer in 2009...

                C 1 Reply Last reply
                0
                • D Dave Kreskowiak

                  Don't know. Haven't used them. Don't care to... Use them all you want. You're the only person who can determine if they are going to work for you, based on your skill level. Personally, I'd suggest making the app work with the standard controls first, then worry about making it look pretty.

                  A guide to posting questions on CodeProject[^]
                  Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                       2006, 2007, 2008
                  But no longer in 2009...

                  C Offline
                  C Offline
                  copec
                  wrote on last edited by
                  #8

                  Thanks for the info Sk93.

                  Dave Kreskowiak wrote:

                  Personally, I'd suggest making the app work with the standard controls first, then worry about making it look pretty.

                  This seems like a good idea if it's not too much work to get everything working with one UI, then change it. Would this be preferable to using the desired UI from the beginning?

                  modified on Tuesday, July 28, 2009 4:35 PM

                  D 1 Reply Last reply
                  0
                  • C copec

                    Thanks for the info Sk93.

                    Dave Kreskowiak wrote:

                    Personally, I'd suggest making the app work with the standard controls first, then worry about making it look pretty.

                    This seems like a good idea if it's not too much work to get everything working with one UI, then change it. Would this be preferable to using the desired UI from the beginning?

                    modified on Tuesday, July 28, 2009 4:35 PM

                    D Offline
                    D Offline
                    Dave Kreskowiak
                    wrote on last edited by
                    #9

                    Since you have no experience in building applications - yes.

                    A guide to posting questions on CodeProject[^]
                    Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                         2006, 2007, 2008
                    But no longer in 2009...

                    1 Reply Last reply
                    0
                    • C copec

                      I've never written a program before but I've decided to do one using C#. I want a good looking (and free) UI, and I've decided to use either Windows Forms or WPF. I know WPF is snazzy, but can't a UI built on Windows Forms with only free components look good too? I've read that Paint.net was built on Winforms, but I don't think the UI is very attractive. It's just Windows-style. Are there any fresher looking programs whose UI's show how good Windows Forms can look with all free components? Thanks.

                      modified on Tuesday, July 28, 2009 12:12 AM

                      M Offline
                      M Offline
                      Mycroft Holmes
                      wrote on last edited by
                      #10

                      You have a steep learning curve to deal with, work with the basics of data and manipluting that data first. Your question is like someone deciding to build a car and discussing the paint type, almost totally irrelevant at your stage.

                      Never underestimate the power of human stupidity RAH

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups