Author: TiKu

  • ExplorerListView 1.7.0, ShellBrowserControls 1.5.4, ToolBarControls 1.3.0

    Today I’ve released updates to the ExplorerListView and ToolBarControls libraries, introducing the FinishOLEDragDrop method. I’ve also updated the ShellBrowserControls library. Now it does ensure that the drag image is hidden before displaying the right mouse button drag context menu.

  • LabelControls 1.2.0, StatusBar 1.5.0, TabStrip 1.10.0

    Today I’ve released updates to the LabelControls, StatusBar, and TabStrip libraries, introducing the FinishOLEDragDrop method.

  • DateTimeControls 1.5.0, EditControls 1.10.0, ExplorerTreeView 2.6.0

    Today I’ve released updates to the DateTimeControls, EditControls, and ExplorerTreeView libraries, introducing the FinishOLEDragDrop method.

  • ComboListBoxControls 1.5.0, ProgressBar 2.6.0, TrackBar 1.7.0

    As promised I’ve released updates to the ComboListBoxControls, ProgressBar, and TrackBar libraries, introducing the FinishOLEDragDrop method.

  • Animation 2.7.0, ButtonControls 1.10.0, Pager 1.2.0

    I’ve released updates to a couple of controls. They add a new method called FinishOLEDragDrop.
    If you display a message box from within the OLEDragDrop event, you’ll have noticed that the OLE drag image is still displayed while the message box is shown. This is because Microsoft suggests hiding the drag image only after starting the drop operation. Usually this isn’t a problem, because usually the drop operation is done asynchronously, so that it does not block the UI thread.
    But as we all know asynchronous operations are difficult to implement with VB6. Therefore I’ve implemented FinishOLEDragDrop. It can be called from within the OLEDragDrop event (and only from there!) and will hide the OLE drag image. Of course this breaks the suggested order, and that’s why it is a separate, optional method and not executed by default.
    I’ll update all controls, so expect more updates within the next days.

  • ShellBrowserControls 1.5.3

    I’ve released an update to the ShellBrowserControls library. It fixes a crash on Windows Vista and significantly improves auto-update performance.

  • ExplorerTreeView 2.5.2, ShellBrowserControls 1.5.2

    I’ve released updates to ExplorerTreeView and the ShellBrowserControls library. Many bugs have been fixes in the ShellBrowserControls library and support for non-shell items has been improved. If you want to make use of all of these improvements, you’ll also need the update of ExplorerTreeView.

  • ExplorerListView 1.6.2, TabStrip 1.9.0

    I’ve updated the ExplorerListView control and the TabStrip control. ExplorerListView 1.6.2 makes sub-item controls work on Windows 10 and fixes another minor bug that affected list view groups.
    TabStrip 1.9.0 introduces a new feature: Now it is possible to display the close button on certain tabs only.

  • ComboListBoxControls 1.4.1

    I’ve released version 1.4.1 of the ComboListBoxControls library. It fixes a crash that occurred in any of the controls when removing the last item.

  • ToolBarControls 1.2.4

    I’ve released a small update to the ToolBarControls library. It fixes problems with the rebar’s CustomDraw event and with both controls’ Align property.

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