Does Windows 11 have an API or other method to programmably add/remove icons from the taskbar?
CodePudding user response:
The ITaskbarList interface has AddTab()
and DeleteTab()
methods.
Does Windows 11 have an API or other method to programmably add/remove icons from the taskbar?
CodePudding user response:
The ITaskbarList interface has AddTab()
and DeleteTab()
methods.