Cool Windows controls

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • brosembob@yahoo.com

    #1

    Cool Windows controls

    Currently I'm working on a Windows application (C#) where I'll need to
    create controls, like VU Meter, Sine Meter, switches, etc. What's the
    best technology to use to create those controls? Is GDI+ good for it?
    Also I'm looking into possibility of buying such controls. Can
    someone send me into the right direction?

    Thanks,
    -Bob

  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: Cool Windows controls

    Hi,

    <brosembob@yaho o.com> wrote in message
    news:1141319617 .088066.214010@ u72g2000cwu.goo glegroups.com.. .[color=blue]
    > Currently I'm working on a Windows application (C#) where I'll need to
    > create controls, like VU Meter, Sine Meter, switches, etc. What's the
    > best technology to use to create those controls? Is GDI+ good for it?
    > Also I'm looking into possibility of buying such controls. Can
    > someone send me into the right direction?[/color]


    A good source to find frameworks like those is MSDN magazine , it has lot
    of ads.





    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation


    Comment

    • Michael Nemtsev

      #3
      Re: Cool Windows controls

      Hello brosembob@yahoo .com,

      see www.codeproject.com for control samples and http://www.componentsource.com
      for extensive collection of commercial controls
      [color=blue]
      > Currently I'm working on a Windows application (C#) where I'll need to
      > create controls, like VU Meter, Sine Meter, switches, etc. What's the
      > best technology to use to create those controls? Is GDI+ good for it?
      > Also I'm looking into possibility of buying such controls. Can
      > someone send me into the right direction?
      > Thanks, -Bob
      >[/color]
      ---
      WBR,
      Michael Nemtsev :: blog: http://spaces.msn.com/laflour

      "At times one remains faithful to a cause only because its opponents do not
      cease to be insipid." (c) Friedrich Nietzsche


      Comment

      • brosembob@yahoo.com

        #4
        Re: Cool Windows controls

        Thanks guys for your reply.
        As far as do it yourself, is GDI+ would be the right technology to use
        to implement those types of controls? Do you know any good tutorials on
        the web or a book that would be helpful for this matter?

        Thanks,
        -Bob

        Comment

        • Michael Nemtsev

          #5
          Re: Cool Windows controls

          Hello brosembob@yahoo .com,

          yep, GDI+ is good, see samles and tutorials here http://www.codeproject.com/cs/media/#GDI%2B
          BTW, If u are only startind learinig this kind of stuff, I recoment to look
          at XAML (Windows Presentation Framework), it's new UI that will be in Vista.
          There are several books for XAML and you can download WinFX to try to use it
          [color=blue]
          > Thanks guys for your reply.
          > As far as do it yourself, is GDI+ would be the right technology to use
          > to implement those types of controls? Do you know any good tutorials
          > on
          > the web or a book that would be helpful for this matter?
          > Thanks, -Bob
          >[/color]
          ---
          WBR,
          Michael Nemtsev :: blog: http://spaces.msn.com/laflour

          "At times one remains faithful to a cause only because its opponents do not
          cease to be insipid." (c) Friedrich Nietzsche


          Comment

          Working...