Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 7 Taskbar Widget or Toolbar

My Lenovo laptop has two task bar type programs that show the network status and battery status. I have been trying to search for what these types of widgits are called. Unfortuantly my google-foo is only returning results for minimizing programs to the system tray.

I am not even sure if these are system tray apps or taskbar apps. but either way, please help me find a API reference or even better a tutorial.

I want to make a Work Week Widgit, that displays the current work week number on this widget. I program mostly in python, but am willing to learn another language just to make this tool.

Task Bar Widget

like image 739
i_4_got Avatar asked Feb 03 '12 14:02

i_4_got


People also ask

What is the difference between taskbar and toolbar in Windows 7?

A toolbar like the Main browser bar/ Favorites bar/ Bing bar and even other third party toolbars like google toolbar are usually located on the top of the screen, Where as the Taskbar is usually on the bottom of the screen but can be on either side of the screen.

What is the taskbar in Windows 7?

The taskbar is the access point for programs displayed on the desktop. With the new Windows 7 taskbar features, users can give commands, access resources, and view program status directly from the taskbar. The taskbar is the access point for programs displayed on the desktop, even if the program is minimized.


1 Answers

They are known as Desktop Bands, also known as DeskBands. Note that Desktop Bands are not recommended starting in Windows 7. Note also that since they are shell extensions, they must be written in native code.

like image 150
Raymond Chen Avatar answered Oct 08 '22 00:10

Raymond Chen