Click here to Skip to main content
15,881,413 members
Articles / Programming Languages / C++

Host Windows Explorer in your applications using the new Vista hosting APIs

Rate me:
Please Sign up or sign in to vote.
4.92/5 (37 votes)
27 Feb 2007CPOL9 min read 161.3K   4.2K   57  
This article describes in detail the new IExplorerBrowser interface and the Explorer Browser object available in Windows Vista. The Explorer Browser object allows developers to host Windows Explorer in their applications.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ExplorerBrowser.rc
//
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDP_NAVIGATION_FAILED           101
#define IDS_SELECTEDFILES               102
#define IDR_EXPLORERBROWSER             103
#define IDR_MAINFRAME                   128
#define IDR_ExplorerBrowserTYPE         129
#define ID_VIEW_TILES                   32771
#define ID_VIEW_THUMBNAILS              32772
#define ID_VIEW_THUMBSTRIP              32773
#define ID_VIEW_DETAILS32774            32774
#define ID_VIEW_GOTOUSERPROFILE         32775
#define ID_VIEW_BACK                    32776
#define ID_VIEW_FORWARD                 32777
#define ID_VIEW_FRAMES                  32778
#define ID_FILE_NEWFRAMEDWINDOW         32779
#define ID_VIEW_SHOWSELECTION           32780

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32781
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           104
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions