Windows 7 taskbar widget or toolbar

My Lenovo laptop has two programs, such as a taskbar, that show network status and battery status. I am trying to find what these types of widgits are called. Unfortunately, my google-foo returns results only to minimize programs in the taskbar.

I'm not even sure if these are system tray applications or taskbar applications. but anyway, please help me find an API link or even a better tutorial.

I want to create a Work Week Widgit that displays the current work week number of this widget. I program mainly in python, but I want to learn another language to make this tool.

Task bar widget

+6
source share
1 answer

They are known as Desk Strips , also known as DeskBands. Please note that for desktop groups, it is not recommended to start with Windows 7 . Also note that since they are shell extensions, they must be written to native code.

+7
source

Source: https://habr.com/ru/post/907577/


All Articles