2025-11-28 00:35:46 +09:00
..
new
2025-11-28 00:35:46 +09:00
new
2025-11-28 00:35:46 +09:00
new
2025-11-28 00:35:46 +09:00
new
2025-11-28 00:35:46 +09:00
new
2025-11-28 00:35:46 +09:00
new
2025-11-28 00:35:46 +09:00
new
2025-11-28 00:35:46 +09:00
new
2025-11-28 00:35:46 +09:00
new
2025-11-28 00:35:46 +09:00

Automatic Jump List Sample
================================
Demonstrates how to add items to the automatic Jump List for an application, including switching between displaying the Frequent and Recent categories.

Sample Language Implementations
===============================
C++

Files:
=============================================
AutomaticJumpListSample.cpp
AutomaticJumpListSample.ico
AutomaticJumpListSample.rc
FileRegistrations.h
resource.h


Prerequisites:
=============================================
     None


To build the sample using the command prompt:
=============================================
     1. Open the Command Prompt window and navigate to the AutomaticJumpList directory.
     2. Type msbuild AutomaticJumpListSample.sln.


To build the sample using Visual Studio (preferred method):
===========================================================
     1. Open Windows Explorer and navigate to the AutomaticJumpList directory.
     2. Double-click the icon for the AutomaticJumpListSample.sln file to open the file in Visual Studio.
     3. In the Build menu, select Build Solution. The application will be built in the default \Debug or \Release directory.


To run the sample:
=================
     1. Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer.
     2. Type AutomaticJumpListSample.exe at the command line, or double-click the icon for AutomaticJumpListSample.exe to launch it from Windows Explorer.
     3. This sample must be run as an administrator the first time it is run so it can install the necessary file type registrations.  After the file types have been registered, the sample may run as a standard user.
     4. Select options from the menu in the sample application, including selecting .TXT or .DOC documents via the Open dialog to see how they affect the application's Jump List in the taskbar.