Click here to Skip to main content
6,818,958 members and growing! (21,393 online)
Email Password   helpLost your password?
Desktop Development » Miscellaneous » Miscellaneous Controls     Intermediate

The Inticator Control

By Mike Finnegan

A Task Manager Memory Usage-alike control.
C#, Windows, .NET1.0, .NET1.1, Visual-Studio, Dev
Posted:18 Feb 2004
Views:34,423
Bookmarked:39 times
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
11 votes for this article.
Popularity: 3.09 Rating: 2.96 out of 5
3 votes, 27.3%
1

2
3 votes, 27.3%
3
4 votes, 36.4%
4
1 vote, 9.1%
5

Sample Image - shot.gif

Introduction

This is a control which mimics the Task Manager Memory Usage Control. You know, if you open the Task Manager in Windows 2000, you can see an indicator which displays the memory usage in green. Well, the Inticator is such a control.

Why the name Inticator? Inticator is a contraction of Int32 and Indicator. I don't like the name that much, but couldn't find anything better.

Usage

Inticator _Inticator4 = new Inticator();
...
_Inticator4.BackColor = Color.Black;
_Inticator4.Top = 100;
_Inticator4.Left = 10;
_Inticator4.Width = 100;
_Inticator4.GraphWidth = 4;
_Inticator4.Height = 120;
_Inticator4.ForeColor = Color.FromArgb(255,0,0);
_Inticator4.Minimum = 10;
_Inticator4.Maximum = 20;
_Inticator4.Value = 15;
_Inticator4.Text = "15 MB";
...

That's it! Very easy to use indeed!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Mike Finnegan


Member

Location: Belgium Belgium

Other popular Miscellaneous articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 4 of 4 (Total in Forum: 4) (Refresh)FirstPrevNext
GeneralFlicker PinmemberEmmanuel8:24 19 Aug '05  
GeneralNice control and easy to use. PinmemberChristian Ballerstaller0:28 20 Feb '04  
GeneralNot much of an article but... PinmemberCarl Mercier11:45 19 Feb '04  
GeneralRe: Not much of an article but... PinsitebuilderUwe Keim22:45 19 Feb '04  

General General    News News    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads.

PermaLink | Privacy | Terms of Use
Last Updated: 18 Feb 2004
Editor: Smitha Vijayan
Copyright 2004 by Mike Finnegan
Everything else Copyright © CodeProject, 1999-2010
Web10 | Advertise on the Code Project