- Notifications
You must be signed in to change notification settings - Fork3
An ActiveX control library for Visual Basic 6 that contains add-on controls for ExplorerListView and ExplorerTreeView to use them for browsing the shell namespace.
License
TimoKunze/ShellBrowserControls
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
An ActiveX control library for Visual Basic 6 that contains add-on controls forExplorerListView andExplorerTreeView to use them for browsing the shell namespace.
I've developed this ActiveX control library between 2005 and 2010 and did update it on a regular basis until 2016. Currently I have little interest to maintain this project any longer, but I think the code might be of some use to others.
If you make changes to the code and deploy the binary, keep in mind that ActiveX controls are COM components and therefore should stay binary compatible as long as you don't change the COM object's, i.e. the ActiveX control's public class name and GUIDs. Otherwise people using these components are likely to end up in the famous COM hell.
You will need theMicrosoft Windows 10 SDK, ATL, andWTL 9.
Some version of ATL have a bug inAtlIPersistPropertyBag_Load which causes crashes. In the file atlcom.h search forAtlIPersistPropertyBag_Load. Inside the implementation of this function search forHRESULT hr = pPropBag->Read(pMap[i].szDesc, &var, pErrorLog);. Make sure that there is this code before this line:var.pdispVal = NULL;.
About
An ActiveX control library for Visual Basic 6 that contains add-on controls for ExplorerListView and ExplorerTreeView to use them for browsing the shell namespace.
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.