|
-
Feb 7th, 2005, 06:01 AM
#1
Thread Starter
Fanatic Member
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.
-
Feb 7th, 2005, 06:45 AM
#2
Frenzied Member
Re: Free .NET gauge control
execuse my ignorance but i don't understand , what is a GUAGE Control?????
-
Feb 7th, 2005, 06:50 AM
#3
Thread Starter
Fanatic Member
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.
-
Feb 7th, 2005, 06:59 AM
#4
Frenzied Member
Re: Free .NET gauge control
in simple words for idiots like me
you need a free progress BAr
am i right???
-
Feb 7th, 2005, 07:04 AM
#5
Frenzied Member
Re: Free .NET gauge control
anyway this website may help you
Code Project
i hope u can benefit from it
-
Feb 7th, 2005, 07:47 AM
#6
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.
-
Feb 7th, 2005, 09:01 AM
#7
Addicted Member
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
-
Feb 16th, 2005, 11:35 AM
#8
Thread Starter
Fanatic Member
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.
-
Oct 9th, 2022, 03:55 PM
#9
Hyperactive Member
Re: Free .NET gauge control
 Originally Posted by maged
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 =)))
-
Oct 11th, 2022, 11:44 AM
#10
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
-
Oct 11th, 2022, 03:10 PM
#11
Re: Free .NET gauge control [FOUND]
It’s easy enough to create your own gauges in GDI+
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|