Results 1 to 11 of 11

Thread: Free .NET gauge control [FOUND]

  1. #1

    Thread Starter
    Fanatic Member sbasak's Avatar
    Join Date
    Aug 2001
    Location
    Globe Trotter
    Posts
    524

    Unhappy Free .NET gauge control [FOUND]

    Does anyone have any idea where from I can get a free .NET gauge control?

    Thanks
    Last edited by sbasak; Feb 16th, 2005 at 11:36 AM. Reason: Found solution
    Life is a one way journey, not a destination. Travel it with a smile and never regret anything.
    Yesterday is history, tomorrow is a mystery, today is gift - that's why we call it present.

  2. #2
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    Re: Free .NET gauge control

    execuse my ignorance but i don't understand , what is a GUAGE Control?????

  3. #3

    Thread Starter
    Fanatic Member sbasak's Avatar
    Join Date
    Aug 2001
    Location
    Globe Trotter
    Posts
    524

    Re: Free .NET gauge control

    Gauge or gage control is like speedometer control.
    There are some paid versions available in the net, but I'm looking for a free version.

    Thanks
    Life is a one way journey, not a destination. Travel it with a smile and never regret anything.
    Yesterday is history, tomorrow is a mystery, today is gift - that's why we call it present.

  4. #4
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    Re: Free .NET gauge control

    in simple words for idiots like me

    you need a free progress BAr

    am i right???

  5. #5
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    Re: Free .NET gauge control

    anyway this website may help you

    Code Project

    i hope u can benefit from it

  6. #6
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Free .NET gauge control

    Why don't you write your own? Then it will do exactly what you want.
    I don't live here any more.

  7. #7
    Addicted Member Nigh™a®e's Avatar
    Join Date
    Feb 2002
    Location
    Belgium
    Posts
    175

    Re: Free .NET gauge control

    see http://www.ni.com/mstudio/whats_new.htm for some cool controls like a speedometer.

    Ain't free, but very usefull

  8. #8

    Thread Starter
    Fanatic Member sbasak's Avatar
    Join Date
    Aug 2001
    Location
    Globe Trotter
    Posts
    524

    Re: Free .NET gauge control

    Wrote code of my own using GDI+
    However free gauge can be downloaded from www.componentxtra.com
    Life is a one way journey, not a destination. Travel it with a smile and never regret anything.
    Yesterday is history, tomorrow is a mystery, today is gift - that's why we call it present.

  9. #9
    Hyperactive Member pourkascheff's Avatar
    Join Date
    Apr 2020
    Location
    LocalHost
    Posts
    384

    Re: Free .NET gauge control

    Quote Originally Posted by maged View Post
    execuse my ignorance but i don't understand , what is a GUAGE Control?????
    Well, there are some times due to lack of free space or the app operator used to encounter with such scaled radial progress bars with at least 2 measuring units on it. Very useful in avionics and marine industries. I'm also looking for one. Already tried to write one but analog clock made me sick. This one would kill me =)))

  10. #10
    Sinecure devotee
    Join Date
    Aug 2013
    Location
    Southern Tier NY
    Posts
    6,598

    Re: Free .NET gauge control

    You've resurrected a fairly old thread.

    In any case, a basic gauge is fairly easy to create if you have an image of the face of the gauge you want to draw the needles on.
    I created a quick example for someone at work and I posted it in this thread post #8.

    It also includes a link to an analog clock example done for someone else, because the gauge code was just a modification done to the clock code.
    Actually, the gauge code could be much simpler if I started from scratch rather than using the existing clock code, but I wanted to give him an example quick.

    Also, above the analog clock link is a much more complicated example of drawing a more complex instrument (VB drawing demo), I did for another person at work. I did it originally in C# as he is a C# guy, and not familiar with the graphic capabilities of GDI+ so this was an introduction for him. Afterward, I created a VB.Net version from the C# code, which is what is linked to.
    "Anyone can do any amount of work, provided it isn't the work he is supposed to be doing at that moment" Robert Benchley, 1930

  11. #11
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,423

    Re: Free .NET gauge control [FOUND]

    It’s easy enough to create your own gauges in GDI+

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