Search code examples
c#windowsuwptaskbarwindows-dev-center

How to create toolbar tool on taskbar in windows 10 using c#


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


Solution

  • I found a wonderful repo, called TrafficMonitor, which can meet your demands.

    See https://github.com/zhongyang219/TrafficMonitor/blob/master/README_en-us.md