Click here to Skip to main content
15,884,353 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all, I want to write a program which can be show the Ethernet internet connection bandwidth Upload and Download Speed, it similar to our Windows Task Manager > Performance > Ethernet Send/Receive. can someone who experiences write this similar code, kindly to share me advice.

What I have tried:

Dim netI() As NetworkInterface = NetworkInterface.GetAllNetworkInterfaces
Label3.Text = netI(0).Speed 
Label3.Text = Label3.Text / 1048576
Posted
Updated 20-Jan-22 3:18am

Please read the posting guidelines

Point number 2 - Have you searched or Googled for a solution? Try internet bandwidth monitor vb.net - Google Search[^] or even search within Code Project Monitoring Network Traffic[^] or look at the list of related questions to the right of this page

Point #3 Be specific! eg "How do I change the dialog colour?" instead of "My code doesn't work. Help?"

Point #4 Tag your question appropriately. Is this VB.net or VB6? Two very different things!
 
Share this answer
 
Please follow the link for Bandwidth monitoring system

vb.net - Bandwidth monitoring system - Stack Overflow[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900