All source code in Visual Basic Ask a Visual Basic Pro Discussion Forum Categories All jobs in Visual Basic
Measures,network,traffic,Displays,total,bytes
   Code/Articles � |  Newest/Best � |  Community � |  Jobs � |  Other � |  Goto � | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 5,135,513. lines
 Jobs: 279. postings

 How to support the site

 
Sponsored by:
Quick Search for:  in language:    
You are in:
 
Login





Latest postings for Visual Basic.
Improvised Employee Examination System
By kevern on 3/15


PortScanner
By Kaustubh Pratap Chand on 3/15


Click here to see a screenshot of this code!EXCEL SHEET LIKE PROTECCTION
By MUHAMMAD SAIF UL RAHMAN HASHMI on 3/15

(Screen Shot)

Click here to see a screenshot of this code!Risk for Stroke in Atrial Fibrillation
By Warren Goff on 3/4

(Screen Shot)

Click here to see a screenshot of this code!DFT - Discrete Fourier Transform of digitaly sampled data
By Dolac on 3/14

(Screen Shot)

ClickText *UPDATE*
By Lars Jansen on 3/14


Centroid in Polygon Finder for AutoCAD
By Mark Acuna on 3/4


Click here to see a screenshot of this code!Crypto
By Krishna Ram Prakash on 3/13

(Screen Shot)

LOCK YOUR TEXTBOX
By MUHAMMAD SAIF UL RAHMAN HASHMI on 3/13


Click here to see a screenshot of this code!SMSlogger
By Emilio Ficara on 3/8

(Screen Shot)

Click here to see a screenshot of this code!Real Photomosaic v12 (cieLAB)
By reexre on 3/12

(Screen Shot)

Click here to see a screenshot of this code!Kimmo - MyHelp
By Anele Mbanga on 9/24

(Screen Shot)

Click here to see a screenshot of this code!Kimmo - CoolCode Update
By Anele Mbanga on 2/9

(Screen Shot)

Click here to see a screenshot of this code!NIC VALIDATION
By Kasun Nayanajith Jayamuni on 3/12

(Screen Shot)

Click here to see a screenshot of this code!Bezier ART v.0
By reexre on 3/11

(Screen Shot)

Lista Mp3
By Massimiliano Ganzaborn on 3/17


Click here to see a screenshot of this code!Swarm of Gnats
By Paul Bahlawan on 7/15

(Screen Shot)

Click here to see a screenshot of this code!Create runtime popup menu
By Red Corn on 3/11

(Screen Shot)

Click here to see a screenshot of this code!Time Engine 7.7.661
By Kaveh Abdollahi on 3/10

(Screen Shot)

Click here to see a screenshot of this code!DM Timepicker
By Frank Donckers on 3/10

(Screen Shot)

Click here to see a screenshot of this code!Time Engine 7.7.661
By Kaveh Abdollahi on 3/9

(Screen Shot)

Click here to see a screenshot of this code!RGB <--> Cie Lab Converter
By reexre on 3/9

(Screen Shot)

Click here to see a screenshot of this code!DmDatePicker
By Frank Donckers on 3/3

(Screen Shot)

Click here to see a screenshot of this code!Air Line Reservation History System
By Muhammad Faraz Shaikh on 3/6

(Screen Shot)

Sales and Inventory
By Eduard Dueñas on 3/8


Enrollment System
By Eduard Dueñas on 3/8


Click here to see a screenshot of this code!School Management System
By Ashar Babar on 3/8

(Screen Shot)

Phonebook
By Andron Smith on 3/7


Click here to see a screenshot of this code!Formats the time in Real-Time.
By programadorvb6 on 3/7

(Screen Shot)

sticky VB windows that stick to each other (like seen in Winamp)
By Louis Coder on 1/9


Click here to see a screenshot of this code!calculator
By wadii el jaziri on 3/6

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!



 
 
   

graphical Bandwidth Meter

Print
Email
 
winzip icon
Submitted on: 11/22/2009 7:51:44 AM
By: Ivan Enriquez 
Level: Intermediate
User Rating: By 6 Users
Compatibility:VB 6.0

Users have accessed this code 2778 times.
 
(About the author)
 
     Measures network traffic. Displays total bytes sent/received. Displays current bandwidht usage in a dual VU meter display (Inbound/Outbound). Can escalate display for higher/lower bandwidths.

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzip to decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 5 submission(s) by this author

 

 
 Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
This submission should be removed because:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
11/24/2009 9:27:52 AMkil san

Thanks. I think there is one problem in this program, that is when '10x' button is pressed, the line get correct position, but picture doesn't changes. How about changing 'KBPS' to 'MBPS' or something?
(If this comment was disrespectful, please report it.)

 
11/25/2009 6:26:33 PMMike Morrow

Very nice start but you need to think about an autoranging function in the program. I have been using one for many years called NetPerSec and it does autoranging and it is reasonably easy to implement. Going in steps smaller than 10x would be nice for the autorange. With this, you can leave out the range buttons and just let it fly by itself adjusting to whatever comes along.

I like the round displays. They take up a lot of real estate on the screen but look good and the dual graph is a great idea.

Respond by email if you want some ideas on autoranging. I have not looked at your code yet. Might post again with more, later. No time... NO TIME!!! ;-)

Thanks for posting!
Mike Morrow
(If this comment was disrespectful, please report it.)

 
11/25/2009 10:47:33 PMMike Morrow

Really nice work. I like the scrolling display and so easy to do with your code.

One minor point. In VB6, when you define more than one item in a DIM, be sure to put a datatype on each one or those without it will be Variant. In several places you did something like

DIM a, b as long

B will be a Long but A will be a Variant costing you time to convert on each use. This is a difference in VB from some other languages where the final datatype applies to all.

Thanks for posting. I enjoying looking at the code and it runs great!!

Mike Morrow
(If this comment was disrespectful, please report it.)

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author from the email account you registered on the site, so you can correspond directly.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
To post feedback, first please login.


 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Games | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | Open Letter from Moderators | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright� 1997-2010 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.   Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.