44 lines
1.5 KiB
Plaintext
44 lines
1.5 KiB
Plaintext
Explorer Browser SearchSample
|
|
================================
|
|
Demonstrates how to use the Explorer Browser control to embed Windows Explorer in an application. It then demonstrates how to simply implement instant search functionality with an in-memory search folder.
|
|
|
|
Sample Language Implementations
|
|
===============================
|
|
C++
|
|
|
|
Files:
|
|
=============================================
|
|
ExplorerBrowserSearch.cpp
|
|
ExplorerBrowserSearch.sln
|
|
ExplorerBrowserSearch.vcproj
|
|
clear.bmp
|
|
clearhot.bmp
|
|
clearwh.bmp
|
|
readme.txt
|
|
ResizeableDialog.h
|
|
resource.h
|
|
resources.rc
|
|
search.bmp
|
|
searchwh.bmp
|
|
ShellHelpers.h
|
|
|
|
|
|
To build the sample using the command prompt:
|
|
=============================================
|
|
1. Open the Command Prompt window and navigate to the ExplorerBrowserSearch directory.
|
|
2. Type msbuild ExplorerBrowserSearch.sln.
|
|
|
|
|
|
To build the sample using Visual Studio (preferred method):
|
|
===========================================================
|
|
1. Open Windows Explorer and navigate to the ExplorerBrowserSearch directory.
|
|
2. Double-click the icon for the ExplorerBrowserSearch.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 ExplorerBrowserSearch.exe at the command line, or double-click the icon for ExplorerBrowserSearch.exe to launch it from Windows Explorer.
|
|
|