Custom Jump List Sample
Demonstrates how to create a custom Jump List for an application, including adding a custom category and tasks.
This topic contains the following sections.
- Requirements
- Downloading the Sample
- Building the Sample
- Running the Sample
- Related topics
Requirements
Product | Minimum Product Version |
---|---|
Windows | Windows 7 |
Windows Software Development Kit (SDK) | 7.0 |
Downloading the Sample
This sample is available in the following locations.
Location | Path URL |
---|---|
Code Gallery | Windows Shell Integration Samples on Code Gallery |
Windows 7 SDK | Download Windows 7 SDK |
In the case of the Windows SDK, once you have downloaded and installed it, you will find the samples in the installed directory. For example, use of the default installation path for the Windows 7 SDK results in the samples being placed under C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\
.
Building the Sample
To build the sample from the command prompt:
- Open the command prompt window and navigate to the CustomJumpList project directory.
- Enter
msbuild CustomJumpListSample.sln
.
To build the sample using Microsoft Visual Studio (preferred):
- Open Windows Explorer and navigate to the CustomJumpList project directory.
- Double-click the icon for the CustomJumpListSample.sln file to open the project in Visual Studio.
- From the Build menu, select Build Solution.
Running the Sample
- Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer.
- At the command line, enter
CustomJumpListSample.exe
. Alternatively, from Windows Explorer double-click the icon for CustomJumpListSample.exe. - This sample must be run as an administrator the first time it is run so that it can install the necessary file type registrations. After the file types have been registered, the sample can run as a standard user.
- Select options from the menu in the sample application to see how they affect the application's Jump List in the taskbar.