Reputation: 59
Is it possible to modify the jumplist for an exe using VB6? I want to remove the option to launch the exe from jumplist. For example considering chrome is my exe I want to remove the option to launch chrome from the jumplist(highlighted in red). If I could disable jumplist using code(VB6) that would also be fine. Any suggestions?
Upvotes: 0
Views: 169
Reputation: 437
The name to which you are referring is there to tell a user what program he/she is running, and to provide the user with additional options for a program. Left-clicking on it will open a new instance of the same program. Right-clicking on it will show the additional options. This is the default behaviour of Windows Explorer in Windows 7 and 8 with any program running in the foreground. The name on the context menu of each program running in the foreground, cannot be removed.
Upvotes: 1