I want to create a simple internet speed meter that displays speed right on top of the taskbar using windows toolbar feature on the taskbar but I don't know how to do so in C# or any other language. Please let me know how to do so. Toolbar in windows 10
Asked
Active
Viewed 920 times
4
-
See: [C# NotifyIcon: Windows Forms](https://www.dotnetperls.com/notifyicon). – Olivier Jacot-Descombes Jul 29 '20 at 15:09
-
Thank you, but it is not for toolbar – Bhadrik Jul 29 '20 at 17:59
-
1Hello, I noticed that you marked the UWP Tag. Are you using UWP for development? UWP currently does not provide related APIs for operating the toolbar – Richard Zhang Jul 29 '20 at 23:39
-
Can you please tell me what should I use, actually I am not a developer I have no idea : – Bhadrik Jul 30 '20 at 07:49
1 Answers
3
I found a wonderful repo, called TrafficMonitor
, which can meet your demands.
See https://github.com/zhongyang219/TrafficMonitor/blob/master/README_en-us.md

Vincent
- 3,124
- 3
- 21
- 40
-
-
If you think the answer is helpfu, please consider accept it. See https://stackoverflow.com/help/someone-answers – Vincent Jul 30 '20 at 08:33