Posts Tagged ‘ComboBox’

Animation 2.2.1, ButtonControls 1.4.3, ComboListBoxControls 1.1.0, DateTimeControls 1.1.1, EditControls 1.4.2

Friday, January 1st, 2010

Happy new year!

I’ve released updates of Animation, ButtonControls, ComboListBoxControls, DateTimeControls and EditControls. The ComboListBoxControls update is a larger one and includes a new feature. The other updates contain minor fixes and tweaks only.
I’ve also started to ship stripped debug symbol files (*.pdb) with the binaries. This will give you more detailed stack traces when creating crash dumps or debugging your program with a symbolic debugger like Visual C++.

ComboListBoxControls 1.0.0

Monday, November 16th, 2009

I found time earlier than expected, so I could finish ComboListBoxControls. I fixed some bugs, completed the feature set and added two C++ samples. Unfortunately I had to break compatibility – but it’s better to do this two weeks after the initial release than after one year.

ComboListBoxControls 1.0.0 Release Candidate 1

Saturday, October 31st, 2009

I know that many of you are waiting for Unicode combo and list box controls. I had planned to release them around October 15th, but I had too many other things to do. Even today, the controls are not yet fully ready for release. They need much more testing, the sample projects are incomplete, and I’m thinking about one more feature (AutoUpdate) for the DriveComboBox control. But since I won’t be able to work on the controls in November (and maybe December), I’m releasing them now, tagged as release candidate. You can start using the controls, but shouldn’t be surprised if you come across bugs.

The control library contains a combo box control, a list box, an image combo box and a drive combo box. All controls support drag’n'drop, the list box also supports item tool tips. The combo box and list box support an owner draw mode, which e. g. can be used when displaying a list of all fonts installed on the system.

I won’t start working on new controls anytime soon. Instead I’ll concentrate on final releases of ExplorerListView 1.0 and ExplorerTreeView 2.0 (and of course ComboListBoxControls). And there’s also the ShellBrowserControls library, which is delayed due to some hard-to-solve show stoppers.