I’ve updated the ButtonControls and LabelControls libraries. These controls have been the last ones with data-binding capabilities.
Category: Releases
-
Animation 2.5.2, DateTimeControls 1.3.3, EditControls 1.8.3
I’ve released new versions of the Animation, DateTimeControls and EditControls libraries. They fix a couple of bugs, one of them being the infamous data-binding bug, which made me remove data-binding features.
-
ShellBrowserControls 1.4.2
I’ve released a new version of the ShellBrowserControls library. It fixes crashes on Windows 8, so an update is recommended.
-
ExplorerListView 1.5.2
I’ve released version 1.5.2 of ExplorerListView. It fixes problems with the drag’n’drop auto-scrolling feature and the ResizedControlWindow event.
-
LabelControls 1.0.0
I’ve released three new controls. The LabelControls library contains a SysLink control which can be used to display text with embedded clickable hyper links. The links can have a context menu and a tool tip text.
The second control in this library is the WindowedLabel. It is similar to the Label control of VB6, but has more events. Also, unlike the VB6 control, it creates a window which increases the overhead, but also makes the control more accessible from the world of the Win32-API.
If you need a lightweight replacement for the VB6 Label control, you should use the WindowlessLabel. As the name suggests, it is a windowless control. Compared to the VB6 control, it gives more control over the appearance of the text and provides more events.
Of course all events support Unicode. -
ShellBrowserControls 1.4.1
Happy new year to everyone!
I’ve released an update of the ShellBrowserControls library. It has some improvements to auto update, but I think more important is the support for Windows 8. The previous version crashed on Windows 8 if thumbnail mode has been activated.