Posts Tagged ‘EditControls’
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++.
Tags: Animation, ButtonControls, Calendar, CheckBox, ComboBox, ComboListBoxControls, CommandButton, DateTimeControls, DateTimePicker, Debug Symbols, DriveComboBox, EditControls, Frame, HotKeyBox, ImageComboBox, IPAddressBox, ListBox, OptionButton, TextBox, UpDownTextBox
Posted in Releases | 1 Comment »
Friday, October 2nd, 2009
I’ve released updates of ButtonControls and EditControls. For ButtonControls, I mainly improved the data-binding support of the CheckBox control. For EditControls, I mainly fixed some serious drawing issues that had been introduced with version 1.4.0. See the changelogs for details.
Tags: ButtonControls, CheckBox, CommandButton, EditControls, Frame, HotKeyBox, IPAddressBox, OptionButton, TextBox, UpDownTextBox
Posted in Releases | No Comments »
Friday, July 24th, 2009
I’ve released updates of Animation, ButtonControls, EditControls and StatusBar. Animation, ButtonControls and StatusBar got the usual bugfixes. As for the controls released two weeks ago, I could lower the usage of GDI objects.
Animation and StatusBar support Windows 7 now, too. EditControls got some new features. See the changelog for details.
Tags: Animation, ButtonControls, CheckBox, CommandButton, EditControls, Frame, HotKeyBox, IPAddressBox, OptionButton, StatusBar, TextBox, UpDownTextBox, Windows 7
Posted in Releases | No Comments »
Sunday, March 1st, 2009
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.
Tags: EditControls, HotKeyBox, IPAddressBox, TextBox, UpDownTextBox, Windows 7
Posted in Releases | Comments Off
Friday, December 5th, 2008
EditControls has had another bug. The MultiLine property of the TextBox control could not be changed after control window creation – or better: the change had no effect. The control now destroys and recreates itself if this property is changed.
Tags: EditControls
Posted in Releases | Comments Off
Friday, November 28th, 2008
Two bugs have been found in EditControls 1.3.0. If you put a TextBox (or any other of the controls) onto a VB6 UserControl and put several instances of this UserControl onto a VB6 Form, you could set focus to the TextBox controls by pressing the TAB key, but once the TextBox had the focus, pressing the TAB key didn’t move the focus to the next control.
The other bug had to do with Aero drag images and occured on Windows x64 only. If you dragged data from a 64 bit application over the controls (which are 32 bit), the drop description of the Aero drag image didn’t reflect the current drop effect. Everything worked fine if the drag source was 32 bit, too.
Version 1.3.1 fixes both bugs.
Tags: EditControls
Posted in Releases | Comments Off
Thursday, October 30th, 2008
Here are three more releases. EditControls 1.3.0 brings some new features for the TextBox, namely the read-only properties LastVisibleLine, LineHeight and TextLength. There’s also a new VB6 sample which demonstrates how to display line numbers. It’s not perfect, but a point to start from.
ProgressBar 2.1.1 and StatusBar 1.1.1 are bugfix releases.
The drop of support for Windows 98, ME and NT 4.0 that I mentioned in the last news, applies to these releases, too.
Tags: EditControls, ProgressBar, StatusBar, Windows 98, Windows ME, Windows NT 4.0
Posted in Releases | Comments Off