Click here to Skip to main content
Email Password   helpLost your password?

Introduction

This tool displays information about system resources and settings. It uses the WMI instrumentation for the queries. At the moment, the following system information is available for display:

Further features:

Background

I came up with the idea of writing this program because I wasn't satisfied with the possibilities of a related program from sysinternals called bginfo. I wanted to be able to position the tool on any place on the desktop. Another annoying thing was that any fullscreen program like mediaplayer was restored to windowed mode when the tool made a refresh.

So I hope some of you folks might fancy this tool. As I'm just a beginner with C#, you shouldn't expect too much with regard to the code. Any suggestions, corrections or improvements are very welcome!

Using the Program

The first time you start the program, you have to set up the information to be displayed.

The right row shows the available functions. You can add them to the active function list by double-clicking. Or remove them from the active list also by double-clicking. You can add an individual title to each active function. Just select the function, write a title in the left title field and assign the title by clicking the arrow button beside it.

The functions will be displayed in the order in which they show up in the list. You can change the order with the arrow buttons on the bottom of the form.

Text color and font type apply to the whole form.

You can test your settings with the test button. 'Restore' restores the settings to the last saved state.

Apply the settings and close the form with the 'apply' button.

If want to change settings later, just double-click the gadget or right-click on it:

screenshot1.jpg

Points of Interest

I first wrote a single language version in German just for myself and some friends of mine. Later I thought it might be useful for other people, too. So I had to integrate at least English as a second language. It was a bit difficult and would have been easier if I had done so from the beginning.

I adopted most of the ideas for the code from examples on programming websites like this here. So thanks to all the programmers out there for publishing their ideas and knowledge!

History

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
Generalit's all in german
jessemotes
4:44 22 Jul '09  
the code sample is all in german, but the screenshots are english. how do i make the program into english? i tried recompiling but it's asking for a password to a pfx file, and i definately dont know what to do with that.
AnswerRe: it's all in german
stepe
13:05 22 Jul '09  
Upps, sorry!
That's the problem, when developing on 2 pc's... Sigh

The last update I made has no english language support...
I'll try to merge the last state(with english support) with the updates I made as soon as possible!
Sorry again,

Stephan
GeneralRe: it's all in german
stepe
9:45 4 Oct '09  
O.K.,

finally found the original source... Sleepy
I've posted it today with the win7 network fix, dunno when it will be available.
Nevertheless found another prob with win7 and servicepack...it's not fixed yet.

Cheers,

Steph
GeneralCool
Md. Marufuzzaman
2:00 11 Jul '09  
You wrote a good article.

Md. Marufuzzaman

Generalgood
jgglg
18:10 10 Mar '09  
nice
GeneralNice
seb0
0:01 4 Mar '09  
Just another system information tool, but well done! Thumbs Up
GeneralRe: Nice
tamash_ionut
12:15 8 Mar '09  
indeed brings out things i didn't knew .keep'em coming mate
Cheers! Big Grin


Last Updated 5 Oct 2009 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2010