Click here to Skip to main content
Licence 
First Posted 18 Feb 2004
Views 37,878
Downloads 676
Bookmarked 42 times

The Inticator Control

By Mike Finnegan | 18 Feb 2004
A Task Manager Memory Usage-alike control.
3 votes, 27.3%
1

2
3 votes, 27.3%
3
4 votes, 36.4%
4
1 vote, 9.1%
5
3.19/5 - 11 votes
μ 2.96, σa 2.47 [?]

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



Belgium Belgium

Member


Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
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  
Not much of an article but seems like a nice control.

GeneralRe: Not much of an article but... PinsitebuilderUwe Keim22:45 19 Feb '04  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

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

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120210.1 | Last Updated 19 Feb 2004
Article Copyright 2004 by Mike Finnegan
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid