Category: Releases

  • ExplorerTreeView 2.2.2

    I’ve released a new version of ExplorerTreeView. It fixes a bug in the ITreeViewItems::Add method and includes a new feature: When inserting items, it no longer is necessary to tell the control whether the item should be displayed with an expando (“+”/”-” button). Instead you can let the control decide this. The control will display an expando as soon as the item gets a sub-item (and remove it when the last sub-item gets removed).
    Unfortunately this feature requires version 6 of comctl32.dll, i.e. you need to specify a manifest file for your application. The reason for this limitation is that the feature relies on a feature of the native list view control of Microsoft Windows and the native list view doesn’t provide this feature in older versions.

  • ExplorerListView 1.5.0, ShellBrowserControls 1.3.0

    I’ve released new versions of ExplorerListView and the ShellBrowserControls library. They come with a new feature called sub-item controls. It is an undocumented list view feature, that Windows Explorer uses to display the seizure of drives and the rating of media files. Now ShellListView can also use this feature.


    If you use ExplorerListView as a plain list view, i.e. without ShellListView, you can also use this feature. But you should be warned that it’s not easy to use. Microsoft implemented this mainly for Windows Explorer, so it’s best used with the property system of the Windows Shell. Additionally the implementation is modern and uses data types that Visual Basic 6 can’t handle very well.

  • ProgressBar 2.4.1

    I’ve released version 2.4.1 of the ProgressBar control. It fixes the bug that clicking the control raised the Validate event of the currently focused control.

  • ShellBrowserControls 1.2.2

    I’ve released version 1.2.2 of the ShellBrowserControls library. It fixes a crash in the ShellListView control that occurred when the built-in column-selection dialog was opened while the list view control contained custom (i.e. non-shell) columns.

  • DateTimeControls 1.3.1

    I’ve released version 1.3.1 of the DateTimeControls library. It fixes the problem that the MinDate and MaxDate properties did not really work at runtime.

  • ButtonControls 1.8.2

    I’ve released version 1.8.2 of ButtonControls. This release fixes two bugs in the Frame control related to keyboard focus. The more serious of both problems occured in MDI applications only and caused child controls of the Frame control to lose keyboard focus on double-click. The other problem was a bit less serious: The Frame control could receive keyboard focus by double-clicking it.

  • ExplorerListView 1.4.0, StatusBar 1.3.2

    I’ve released versions 1.4.0 of ExplorerListView and 1.3.2 of StatusBar. ExplorerListView has been extended with a couple of new events that are raised if a group has been collapsed/expanded, if a group has gained or lost the keyboard focus and if the selection state of a group has changed.
    The StatusBar control has been fixed so that it no longer raises the Validate event of the currently focused control if the StatusBar is double-clicked.

  • ToolBarControls 1.0.3

    I’ve released a new version of the ToolBarControls library. It works-around the problem that the background of stand-alone toolbars wasn’t drawn properly by default.
    This version also comes with a new VB6 sample which demonstrates how to build a breadcrumb bar like that in Windows Explorer. Here’s a screenshot of the sample:

    Create Explorer style breadcrumb bars

  • ProgressBar 2.4.0

    I’ve released version 2.4.0 of the ProgressBar control. It comes with a neat new feature: On Windows 7 it can display the progress in the application’s taskbar button.

  • Animation 2.5.0, ButtonControls 1.8.1, EditControls 1.8.0, TrackBar 1.5.1

    I’ve released new versions of Animation, ButtonControls, EditControls and TrackBar. All controls come with improved drawing code which fixes a couple of problems that could occur with version 6.0 of comctl32.dll.
    You might wonder what happened to ButtonControls 1.8.0. Well, I released it yesterday and an hour later I had an idea how the drawing performance of the Frame control can be improved extremely while making it more robust against drawing issues at the same time. I could have canceled the release, but this would have produced some chaos in my source code repository.
    EditControls 1.8.0 contains an interesting new VB6 sample project: A search box that looks and feels like the search box of Windows 7 Explorer. It also requires the ToolBarControls library and runs on Windows Vista/7 only with Aero Glass being activated – that’s the price for using modern API calls.

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close