I got the bot working to show my my bandwidth
I have in this form , 3 labels named Label1,2 & 3
2 buttons enabling
and 1 timer enabled with 1000 for interval
MPS , KBPS and MBPS are declared as strings
but it is not refreshing and that is the code i put in a timer, i did a loop but that didn't work either , help again please ?Code:Dim div As Integer = 0 Dim myNA() As NetworkInterface = NetworkInterface.GetAllNetworkInterfaces Dim MPS = myNA(0).Speed Dim KBPS = MPS.ToString / 1024 Dim MBPS = MPS.ToString / 1048576 Label1.Text = MPS Label2.Text = KBPS Label3.Text = MBPS
Results 1 to 3 of 3
Thread: Bandwidth project
- 28 Feb. 2012 01:01am #1
Bandwidth project
- 28 Feb. 2012 04:07am #2
- 28 Feb. 2012 12:55pm #3