Is there a way to create Windows Taskbar jumplists in a VB.NET Windows Form Application? I'd like to add my last opened files to the list.
I've done a bunch of searching and can find this: https://learn.microsoft.com/en-us/dotnet/api/system.windows.shell.jumplist?redirectedfrom=MSDN&view=net-5.0, but I can't figure out how to get System.Windows.Shell to be accessible in my application. It says the namespace can't be found.
Any direction you can point me would be appreciated!
Here's what I got working:
Important Notes: