Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.12 KB

ReadMe.md

File metadata and controls

31 lines (19 loc) · 1.12 KB

wxExplorerBrowser

Introduction

wxExplorerBrowser is a wxWidgets control hosting IExplorerBrowser.

wxExplorerBrowserDemo Screenshot

wxExplorerBrowser does not support all the features of IExplorerBrowser and may have some issues, see the comment for wxExplorerBrowserImplHelper::_SetFilter() in the source code. It probably is not ready for production use but perhaps it could serve as an inspiration.

Requirements

IExplorerBrowser interface is available only on Windows Vista and newer.

To build wxExplorerBrowser, wxWidgets v3.2 or newer and a compiler supporting C++11 with Windows Vista API.

Tested with MSVC 2017, 2019, 2022; and GCC (MSYS2 package mingw-w64-ucrt-x86_64).

Using

See wxExplorerBrowser.h for documentation and demo.cpp showing some of the features of wxExplorerBrowser in action.

Licence

wxWidgets licence