|
-
Apr 23rd, 2024, 04:04 AM
#21
Re: [VB6] Adding Custom Tasks and Items to the Jump List (Taskbar Right-click)
Not at a high level like here, you have to dig into the stored data directly; the jump lists are on the disk as structured storage files- you can read/write the .automaticDestinations-ms and .customDestinations-ms files in AppData\Microsoft\Windows\Recent\ with IPropertyStorage and IPropertySetStorage, see https://learn.microsoft.com/en-us/wi...iteread-sample
I don't think there's a ready-made VB6 example though. You have that C++ example which is pretty easy to port to VB6 and for C# there's a good library, OpenMCDF, that would be a bit harder to port.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|