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

33 lines
1.4 KiB
Plaintext

Explorer Browser Custom Contents Sample
=======================================
Illustrates how to implement a custom exlorer browser contol for your application.
Sample Language Implementations
===============================
C++
Files:
=============================================
ExplorerBrowserCustomContents.cpp
ExplorerBrowserCustomContents.sln
ExplorerBrowserCustomContents.vcproj
resource.h
resources.rc
To build the sample using the command prompt:
=============================================
1. Open the Command Prompt window and navigate to the ExplorerBrowserCustomContents directory.
2. Type msbuild ExplorerBrowserCustomContents.sln.
To build the sample using Visual Studio (preferred method):
===========================================================
1. Open Windows Explorer and navigate to the ExplorerBrowserCustomContents directory.
2. Double-click the icon for the ExplorerBrowserCustomContents.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 ExplorerBrowserCustomContents.exe at the command line, or double-click the icon for ExplorerBrowserCustomContents.exe to launch it from Windows Explorer.