Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Taskbar API [closed]

Is there any API that allows to control which icons are shown in the Windows (7) Taskbar at a given time? I would like to have the processes still running, but their icons not show up on the taskbar.

like image 448
webdreamer Avatar asked Mar 18 '26 18:03

webdreamer


1 Answers

See the various extended window styles in CreateWindowEx, and figure out which one suits your needs. (Many of them deal with taskbar items, it's not just one.) Then just set the style with SetWindowLong.

There's also ITaskbarList::DeleteTab, but I really don't recommend this for hiding your window.

like image 78
user541686 Avatar answered Mar 20 '26 08:03

user541686



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!