HotDog's Blog

Hotdog (Robert Verpalen) about C# and vb.net

This blog hosted by:
http://blogs.vbcity.com      
  Home :: Syndication  :: Login

FebMarch 2005Apr
SMTWTFS
272812345
6789101112
13141516171819
20212223242526
272829303112
3456789

Articles

Archives

Topics

CONTACT

Fun but useful linkies

General

VS 2005

Wolfenstein ET

Tuesday, March 22, 2005 #

Wanted a different sort of progress indicator cq counter for myself and the result became a customizable gauge. Its needle needs some more work, but for now this one suits me fine.
The class can either create an image (on a baseimage or from ground up) or paint on a graphics object directly (as done in the example project).
In this example the background is just the plain old control colour, but don't mind that. Since the gauge can be drawn on any image, the background can be set as pleased.

As my friend Wonko (http://blogs.vbcity.com/wonkotsane) mentioned to me, there are probably tons of controls like this out there already and some may be a lot better, but I've got this thing about creating it ground up (must be a Dutch thing :-D  ) Anyway, the code and example project are attched below.

Download HotGauge (exe only)
Download HotGauge (source)

posted @ 1:09 PM