|
A positive comment may please you but may not improve the application. My first ever comment in code project.
1. The speed is fixed and is not dynamic. or eg: 2.3kbps in DUMeter shows 0.0 in DUMeter clone. The speed should vary in human readeable format and not preselected as DSL this and that. It is very old fashioned. It should automatically change from kbps->Mbps->etc
2. Is it so difficult to hide the graph? Every program in the market boasts about the graph. While many of us are not even interested in seeing the graph. It is something just fancy and does not make real statistical sense. Just like performance monitor of our PCs, Why NO CLONE TO DU METER MINI MODE?
Pros:
*The font is good
*Transparecy is good
Functionality perspective
|
|
|
|
|
This article is over a decade old and talks about dial up connections. UX has moved on a lot since then. Give the guy a break!
|
|
|
|
|
|
How do i use modem EVDO connection? Select any connection type then machine name equal ".". Not work!
|
|
|
|
|
Hi,
First, congratulations on a well done job.
Second, I have a couple of questions:
1. In your opinion, do you think this could be used as a control rather than a standalone application? 2. Could it be implemented with in-memory data, instead of MDB?
Cheers
Michael.
Michael Mussulis
Web Developer, Software Programmer
modified on Saturday, September 27, 2008 5:34 AM
|
|
|
|
|
Nice code, nice article!
I search for vista gadgets like this, but nothing found (only one, witch is not work).
Don't you plan to implement the gadget version?
Regard: Peter Kovács
|
|
|
|
|
great work
any chance of an xml/rss/txt file output reporting stats (last n sec/min/hr/wk/mth/yr etc)
so this could be incorporated into other apps/asp/php and the like as the access db is locked as its in use
perhaps put your project on sf.net so others can contribute as iam sure it would get a lot of interest,
alerts and notifications for those on bandwidth caps (run app/sound etc when n.kb/Mb/gb is passed in a certain time interval)
multiple interface monitoring (LAN vs inet)
SNMP output perhaps
best regards and thanks for the great work
Andy
|
|
|
|
|
is it possible to have the detail of consumption (upload and download) by
application using the line ??
thank you a lot
|
|
|
|
|
I must say you've done and awesome piece of code...really very nice...2 thunmbs up!
|
|
|
|
|
Hi leepie,
I downloaded MyDUMeter sometime ago and last two weeks I decided to make some customizations ont it. In fact I decided to do this for two main reasons. I really liked the tool, and it is very usefull to me, and second because I´m learning .NET development (C# mostly). I would like to know if MyDUMeter is "Open Source", so I could post the application, and source code, at some site, like SourceForge, so another developers should improve it.
Most of the customizations are based on original DUMeter and NET Traffic Meter features. Some are:
- Added a label below the Graphic showing the measures in label;
- Added a "Hide label" and "Hide Graph" popupmenu item
- Added "Statistics" report, on Grid, detailing Days, Month and Total transfers
- Changed a bit the Graph form
- Added a Notifier (like MSN Messenger) for "Volume transfer" information
- Added the possibility to customize the Vertical Lines on Graph (10, 20, 30 or 60 seconds)
What do you think about it?
Thanks in advance
Alessandro Fragnani
|
|
|
|
|
|
Hi Leppie,
Thanks for your answer. I already did some changes, and since I have it finished, I would like to send you the final project, so you could give me your approval
Alessandro Fragnani
|
|
|
|
|
I'm interested in what u did, can you send me the results?
Thanks
|
|
|
|
|
Hi,
It is not ready yet, but very soon it should be used . I´m already using in home, checking my ADSL connection, and it is working really good. Unfortunatelly, I didn´t check for the availability to publish it on SourceForge yet, so I have no site to put the source code and the instalation package. Maybe I would try to post here at TheCodeProject.com.
Also, I have to check both source codes (leepie´s original and mine) to see if I did some change that couldn´t be done, and add the correct credits on them. This is for a simple reason. Since the original project is from leepie, the credits from the base project must be to him. I just added some features
Not just leepie and mine source code, but also for other authors wich articles and components that I did read on TheCodeProject.com and used on the project, has teached me what I know about C# today.
Since I finish the first stable version of the project, and receive the approval from leepie, I post the download address here, and send you a copy from both, the installation and the source code.
Thanks for your interest
Alessandro Fragnani
|
|
|
|
|
System.Diagnostics.PerformanceCounter does not support Windows ME.
Perhaps can you suggest a Workaround?
|
|
|
|
|
I'm not sure if there is a workaround for Windows ME. Does Windows ME have any sort of network monitoring counters built into it? Like in the task manager? I've not had much experience with Windows ME so I can't be sure if it does. If there is something like that included with Windows ME then there might be a way to modify the program to use that like it uses the Windows 2K/XP counters.
|
|
|
|
|
I downloaded and it was working perfectly til sunday, when I executed a WindowsUpdate. It hangs on BeginInit call for the first PerformanceCounter.
Do you know if there is some issue about it? I´m using .NET Framework v 1.1, and still didn´t downloaded the .NET Framework Service Pack 2.
Thanks in advance
|
|
|
|
|
I thought the only Service Pack 2 for .NET Framework was for v1.0...but I could be mistaken. My computer is fully up to date and it works fine.
Try rebuilding the program again and see if that makes any difference.
|
|
|
|
|
Hi leppie
Nice app; lightweight and functional. I find myself using it most days
I just noticed that if I resize the window so it's vertically very narrow then double-click it to show the titlebar it throws an exception.
I popped it in the debugger and found that when toggling the titlebar in this case, there's a moment when pictureBox1 has zero height.
Modifiying pictureBox1_Resize as follows seems ok:
private void pictureBox1_Resize(
object sender,
System.EventArgs e
) {
if (pictureBox1.Height > 0 && pictureBox1.Width > 0) {
bit = new Bitmap(bit, pictureBox1.Width - 2,pictureBox1.Height - 2);
}
options.Size = Size;
}
|
|
|
|
|
Can't build solution - The referenced component 'Haxord' could not be found.
Where can I get this "Haxord" assembly?
|
|
|
|
|
Err! Just remove it! IIRC i was testing signing assemblies, and that was an attempt to modify an assembly, it appears it found its way in the solution. (it didnt work either!)
leppie::AllocCPArticle("Zee blog"); Seen on my Campus BBS: Linux is free...coz no-one wants to pay for it.
|
|
|
|
|
this utility is cool. but seems to occupy most of the CPU usage. any suggestion on this.
|
|
|
|
|
It was a problem originally, but I dont have any problems any more. Its really the database code causing this, disabling the updates could make it perform better. Also removing AllPaintingWmPaint style from the control can put less stress on cpu, but response may seem a bit lagged (not that that would be an issue).
leppie::AllocCPArticle("Zee blog"); Seen on my Campus BBS: Linux is free...coz no-one wants to pay for it.
|
|
|
|
|
I become this error message:
"Please set registry key HKLM\Software\.NETFramework\InstallRoot to point to the .Net Framework install location"
What does it means and what kann I do?
François
|
|
|
|
|
I don't know if anyone answered this problem, or if you found out the answer yourself, but it sounds like you don't have the .NET Framework installed on your computer. If you go to Windows Update you should be able to download it from there. Hope that helps.
|
|
|
|