Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NotificationsYou must be signed in to change notification settings

TimoKunze/ShellBrowserControls

Release 1.5.8 ReleaseDownload ShellBrowserControlsLicenseDonate

ShellBrowserControls

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.

Before you make changes

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.

Dependencies

You will need theMicrosoft Windows 10 SDK, ATL, andWTL 9.

Required Change to ATL

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

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp