I want to create a bandwidth meter for Windows using vb.net, but I cannot seem to find anything in the .net framework for monitoring the amount of data in or out. I want to
You need to go down to driver level and monitor your ethernet device and count up the bytes coming and out.
It'll involve P/Invoke I'm pretty sure. Don't think it's that simple...