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. C#
  4. How to make a attractive user interface.

How to make a attractive user interface.

Scheduled Pinned Locked Moved C#
csharpwpfdesignhelptutorial
10 Posts 8 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.
  • R Offline
    R Offline
    R DileepKumar
    wrote on last edited by
    #1

    Making an userinterface like a media player GUI without using WPF. Can any one help me how to create it.. or else just give the some examples...

    P R K OriginalGriffO P 6 Replies Last reply
    0
    • R R DileepKumar

      Making an userinterface like a media player GUI without using WPF. Can any one help me how to create it.. or else just give the some examples...

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #2

      What you are looking to do is skin a .NET form. You can find more information by following the links[^] in Google.

      I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

      Forgive your enemies - it messes with their heads

      My blog | My articles | MoXAML PowerToys | Onyx

      R N 2 Replies Last reply
      0
      • R R DileepKumar

        Making an userinterface like a media player GUI without using WPF. Can any one help me how to create it.. or else just give the some examples...

        R Offline
        R Offline
        realJSOP
        wrote on last edited by
        #3

        "Atractive" is subjective (beauty is in the eye of the beholder). I'd be more worried about maintaining a standard (and more importantly, consistent) interface.

        .45 ACP - because shooting twice is just silly
        -----
        "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
        -----
        "The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

        1 Reply Last reply
        0
        • R R DileepKumar

          Making an userinterface like a media player GUI without using WPF. Can any one help me how to create it.. or else just give the some examples...

          K Offline
          K Offline
          Keith Barrow
          wrote on last edited by
          #4

          dileepkumar1244 wrote:

          Making an userinterface like a media player GUI without using WPF

          If you can't use WPF, you pretty much have to use Winforms, use a browser or abandon .net

          dileepkumar1244 wrote:

          Can any one help me how to create it.. or else just give the some examples

          This is why I voted 1:

          1. Beauty is subjective and [partially or mostly???] cultural.
          2. Open some apps you like the look of, figure out what makes them nice, replicate the ideas. Not hard to figure out
          3. There isn't really a programming question there
          4. You ask for examples without having tried anything.

          Sort of a cross between Lawrence of Arabia and Dilbert.[^]

          1 Reply Last reply
          0
          • R R DileepKumar

            Making an userinterface like a media player GUI without using WPF. Can any one help me how to create it.. or else just give the some examples...

            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #5

            I have to agree with Keith - his four reason cover nearly all of mine. But I would add this: "Attractive" is going to depend on what you are producing. An app to rip MP3's, mash 'em together and scratch the result is going to have a vastly different audience view to the monitoring software for a nuclear power station. The latter is not going to want hexagonal text boxes and see-though buttons so the background image is easily visible. But it is going to want a clear display of the core temperature, and output megawatts.

            Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            1 Reply Last reply
            0
            • R R DileepKumar

              Making an userinterface like a media player GUI without using WPF. Can any one help me how to create it.. or else just give the some examples...

              P Offline
              P Offline
              PIEBALDconsult
              wrote on last edited by
              #6

              You'll need buttons that the user wants to lick.

              1 Reply Last reply
              0
              • P Pete OHanlon

                What you are looking to do is skin a .NET form. You can find more information by following the links[^] in Google.

                I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

                Forgive your enemies - it messes with their heads

                My blog | My articles | MoXAML PowerToys | Onyx

                R Offline
                R Offline
                R DileepKumar
                wrote on last edited by
                #7

                yah thanks yar....

                1 Reply Last reply
                0
                • R R DileepKumar

                  Making an userinterface like a media player GUI without using WPF. Can any one help me how to create it.. or else just give the some examples...

                  A Offline
                  A Offline
                  annathor
                  wrote on last edited by
                  #8

                  GUI design is trade in it self that requers much experience, Amazone'd it for ya' when it comes to the technical side of implementing a nice GUI in C# you could a) create your own custom controls using GDI+ or b) by a set of 3rd party controls like telerik WinForms.

                  1 Reply Last reply
                  0
                  • P Pete OHanlon

                    What you are looking to do is skin a .NET form. You can find more information by following the links[^] in Google.

                    I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

                    Forgive your enemies - it messes with their heads

                    My blog | My articles | MoXAML PowerToys | Onyx

                    N Offline
                    N Offline
                    Nish Nishant
                    wrote on last edited by
                    #9

                    5! This was the only reply that addressed the OP's poorly worded question. Thanks Pete.

                    Regards, Nish


                    My technology blog: voidnish.wordpress.com Code Project Forums : New Posts Monitor This application monitors for new posts in the Code Project forums.

                    P 1 Reply Last reply
                    0
                    • N Nish Nishant

                      5! This was the only reply that addressed the OP's poorly worded question. Thanks Pete.

                      Regards, Nish


                      My technology blog: voidnish.wordpress.com Code Project Forums : New Posts Monitor This application monitors for new posts in the Code Project forums.

                      P Offline
                      P Offline
                      Pete OHanlon
                      wrote on last edited by
                      #10

                      My pleasure mate.

                      I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be

                      Forgive your enemies - it messes with their heads

                      My blog | My articles | MoXAML PowerToys | Onyx

                      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