I released some more minor updates. The changelogs are short, I’ve fixed some minor bugs only.
Tag: TrackBar
-
ShellBrowserControls 1.0.0 Release Candidate 1
I guess some of you did not expect it anymore, but I’ve released a first release candidate of the ShellBrowserControls library.
The library contains two controls: ShellTreeView and ShellListView. ShellTreeView can be attached to ExplorerTreeView 2.0.0 or newer, ShellListView can be attached to ExplorerListView 1.0.0 RC1 or newer. The setup contains only 1 sample, but it demonstrates how to use ShellBrowserControls, ExplorerListView, ExplorerTreeView, StatusBar, TrackBar and Animation to build a Explorer-like shell browser. The sample does not contain much code, but supports things like dynamically scalable thumbnails (in Vista design!), Tiles view, elevation overlays, drag’n’drop, context menus and much more. It also demonstrates how to mix shell items with user-defined items.
ShellBrowserControls has been designed to hide as much of the ugly shell stuff as possible while letting you customize every detail. If you don’t want to bother with shell programming, you will be happy with this library. If you are a control freak and want to control every part of the shell-browsing, you will be happy with this library as well. The only major feature that is missing is grouping support, i. e. currently there is no group view mode (although ExplorerListView supports it).
ShellBrowserControls makes extensive use of multi-threading. Loading of items, icons, thumbnails, details and columns has been moved to background threads as much as possible, so that the GUI remains responsive even if some loading process takes a long time.If you have questions about the usage of the library, please use the forum. Some concepts seem to be complicated, but my beta tester already assured, that they are very powerful once you have understood them.
When using the controls, do not forget that tree view features are controlled by ExplorerTreeView, list view features are controlled by ExplorerListView and shell features are controlled by ShellTreeView/ShellListView.This is the most complex software I have ever written. I did extensive tests, but be aware of bugs.
-
TrackBar 1.3.1
I have released version 1.3.1 of the TrackBar control. It fixes a bug.
-
TrackBar 1.3.0
I have released version 1.3.0 of the TrackBar control. It fixes a serious bug, adds a new property and comes with a new VB6 sample.
-
ProgressBar 2.1.3, StatusBar 1.2.1, TabStrip 1.3.1, TrackBar 1.2.3
I have some more releases for you. All four are bugfix releases. Like announced yesterday, I’m shipping stripped debug symbol files (*.pdb) now.
-
DateTimeControls 1.0.1, ProgressBar 2.1.2, TabStrip 1.3.0, TrackBar 1.2.2
I’ve released updates of DateTimeControls, ProgressBar, TabStrip and TrackBar. Nothing spectacular, mainly bugfixes. I could also lower the usage of GDI objects and make the binaries a bit smaller.
ProgressBar and TrackBar support Windows 7 now, too. Both controls also got 1-2 new features. Actually, version numbers 2.2.0 and 1.3.0 would have fit better, but this awareness comes a bit too late…
TabStrip also has got a new feature. Using the OLEDragImageStyle property, you can choose between Aero style OLE drag-images and classic OLE drag-images. If the system supports only classic ones, then of course those will be used even if the control is configured to produce Aero drag images. And of course all this applies only if you let the control create the drag-image instead of doing it yourself.
-
TabStrip 1.2.0, TrackBar 1.2.1
Another day, another two releases: TabStrip 1.2.0 and TrackBar 1.2.1. While both controls have seen several bugfixes, TabStrip has also got some new features regarding OLE drag’n’drop.
Of course support for Windows 98, ME and NT 4.0 has been dropped for both controls.