I’m writing a .net (3.0) program using Visual C++,
when running the program on the Windows 7 jump list it only displays “XXX.exe” I want it to display the name of my application, how could I do that?
I’m writing a .net (3.0) program using Visual C++, when running the program on
Share
You need to get the IPropertyStore interface. This CodeProject example demonstrates creating and setting a Jump List (with its title).