I’ve released version 2.4.0 of the ProgressBar control. It comes with a neat new feature: On Windows 7 it can display the progress in the application’s taskbar button.
Tag: Windows 7
-
ExplorerListView gets some new features
Thanks to Geoff Chappell, the next release of ExplorerListView will include several new features. Geoff has analyzed Windows Vista and he has found out that the native list view control of Vista has an undocumented COM interface. This interface can be used to do things like footer areas, subseted groups and groups in virtual mode. I’ve published an article on The Code Project about it.
Footer area support is already implemented and works fine on Windows Vista and 7 Beta 1 (I did not test 2008, but would be surprised if it wouldn’t work there). Subseted groups support is complete, too. It works on Vista (and probably 2008), but not yet on 7. Groups in virtual mode are working, too, but again on Vista and 2008 only.
Here’s a screenshot showing the footer area support:
Unfortunatly, to implement groups in virtual mode in a clean manner, I had to do some compatibility-breaking changes. -
ExplorerListView 1.0.0 Beta 5
Much later than planned I have released an update of ExplorerListView. The changelog is as long as a novel. Most changes are new features available on Windows Vista. No less important is the implementation of the interface for the upcoming ShellBrowser control. I’ve also fixed many bugs.
Support for Windows 98, ME and NT4 has been dropped because my compiler doesn’t support those systems anymore. But Windows 7 is already supported. -
EditControls 1.3.3
I’ve released a minor update of EditControls. Not much has changed. OLE drag’n’drop has been improved a bit and it is possible to set the Appearance property to “Default” now (HotKeyBox and IPAddressBox only). Also this is the first release supporting Windows 7.
-
TabStrip 1.2.1
I’ve released version 1.2.1 of the TabStrip control. It’s a bugfix release, but also the first one that supports Windows 7.
-
DateTimeControls 1.0.0
I’ve finished two new controls: A date-time picker and a calendar. If you’re tired of the no-themes-support of the corresponding controls from Microsoft, you should give the new controls a try. Of course they also support Unicode, drag’n’drop and so on.
The controls are my hobby and I’ve not much spare time, so don’t expect too many releases in 2009. But I’ll release a highly updated ExplorerListView control soon. The next new controls (among ShellBrowser) will be ComboBox, DriveComboBox, ImageComboBox and ListBox.
Oh, by the way, DateTimeControls officially supports Windows 7 Beta 1.