i want to know how much data receive and sent from my ethernet card. i want to using vb6 to monitoring these data that receive and sent on ethernet card.
Printable View
i want to know how much data receive and sent from my ethernet card. i want to using vb6 to monitoring these data that receive and sent on ethernet card.
checking the amount sent is a lot easier than getting the actual packets sent across the card, which is it?
Here is a project I made a while back to display the incomming and outgoing bandwidth of a network card. Should contain the code you're looking for.