Monitoring data in/out of the computer via vb.net

后端 未结 6 1809
半阙折子戏
半阙折子戏 2021-01-16 20:29

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

6条回答
  •  Happy的楠姐
    2021-01-16 20:33

    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...

提交回复
热议问题