I’ve fixed some memory leaks that occurred with certain events. ExplorerListView, ExplorerTreeView and the Pager control have been fixed first. Expect more updates to come.
Tag: Pager
Pager 1.2.1, StatusBar 1.5.1
I’ve updated the Pager and StatusBar controls to fix the drag’n’drop crashes.
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… Continue reading Animation 2.7.0, ButtonControls 1.10.0, Pager 1.2.0
Pager 1.1.0
I’ve released a new version of the Pager control. It now has events for extended mouse button clicks. Additionally I’ve activated the data-binding capabilities. Be aware that the events for the extended mouse buttons depend on the mouse driver configuration. So if they are not raised at all, this is more likely because of the… Continue reading Pager 1.1.0
Pager 1.0.0
A new control has been born: Pager. It wraps the native SysPager control of Windows and can be used to make other controls, for instance a tool bar, scrollable. Most VB6 developers won’t know such a control, as Microsoft has never released one for VB6. Also it is a control that is used rarely –… Continue reading Pager 1.0.0
ToolBarControls 1.1.2
I’ve released an update of the ToolBarControls library. It mainly prepares it for use with the upcoming Pager control.