Python Forum

Full Version: Application desktop toolbar with PyQt6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Has someone here ever worked with SHAppBarMessage? I'm trying to create a top bar that can always stay on the desktop having it's own reserved space by windows, but I cannot make my PyQt6 bar work this way.

Does someone have some resources I can use to complete this project?

Many thanks
What is SHAppBarMessage? A Statusbar that show messages?
It's an app bar message to the system (https://learn.microsoft.com/en-us/window...barmessage)
You can use it with ctypes and it creates an app bar, like another taskbar
What is preventing you from using SHAppBarMessage? Have you looked at PyWin32?
I cannot find a way to get it work, I don't completely understand it, so I asked if someone ever worked with it before and could give me some tips