I’ve released a new version of the ShellBrowserControls library. It fixes crashes on Windows 8, so an update is recommended.
Author: TiKu
-
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.
-
ExplorerTreeView 2.3.0
I’ve released version 2.3.0 of ExplorerTreeView. It fixes a bug with the ResizedControlWindow event and introduces a new feature called RichToolTips. Rich tool tips are tool tips for truncated items that include the item’s icon. Windows Vista and newer use this feature in Windows Explorer.
Additionally, ExplorerTreeView now officially supports Windows 8. -
ExplorerListView 1.5.1
I’ve released a new version of ExplorerListView. It introduces the
IListViewColumns::PositionsString
property, which makes it a bit easier to store and restore the order of listview columns.
As no problems have been found, I’ve added Windows 8 to the list of supported operating systems.