39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
TabThumbnails Sample
|
|
=====================
|
|
Demonstrates how an application can expose multiple switch targets (as for tabs) on the taskband and how to provide their thumbnails.
|
|
|
|
|
|
Sample Language Implementations
|
|
===============================
|
|
C++
|
|
|
|
Files:
|
|
=============================================
|
|
resource.h
|
|
TabApp.cpp
|
|
TabApp.h
|
|
TabApp.ico
|
|
TabApp.rc
|
|
TabWnd.cpp
|
|
TabWnd.h
|
|
|
|
Prerequisites:
|
|
=============================================
|
|
None
|
|
|
|
|
|
To build the sample using the command prompt:
|
|
=============================================
|
|
1. Open the Command Prompt window and navigate to the CustomJumpList directory.
|
|
2. Type msbuild CustomJumpListSample.sln.
|
|
|
|
|
|
To build the sample using Visual Studio (preferred method):
|
|
===========================================================
|
|
1. Open Windows Explorer and navigate to the CustomJumpList directory.
|
|
2. Double-click the icon for the CustomJumpListSample.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.
|
|
|
|
|
|
|