Question

I want to create a taskbar toolbar from my WPF application in c#. Once created, I want to assign it a folder. The Toolbar will then show the contents of the file folder.

Screenshot of what I want: enter image description here

Was it helpful?

Solution

There is no API for making a shell alteration like that (I believe this is mentioned on Raymond Chen's blog, but I don't have the link, sorry). This is because Microsoft believes the user should be in control of the taskbar, not applications.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top