<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TimoSoft-Software.de &#187; IPAddressBox</title>
	<atom:link href="http://www.timosoft-software.de/tag/ipaddressbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timosoft-software.de</link>
	<description>Unicode ActiveX controls for Visual Basic 6</description>
	<lastBuildDate>Thu, 02 Feb 2012 20:55:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Many new releases</title>
		<link>http://www.timosoft-software.de/2011/11/many-new-releases/</link>
		<comments>http://www.timosoft-software.de/2011/11/many-new-releases/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 23:30:01 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[DateTimeControls]]></category>
		<category><![CDATA[DateTimePicker]]></category>
		<category><![CDATA[EditControls]]></category>
		<category><![CDATA[ExplorerListView]]></category>
		<category><![CDATA[ExplorerTreeView]]></category>
		<category><![CDATA[HotKeyBox]]></category>
		<category><![CDATA[IPAddressBox]]></category>
		<category><![CDATA[TabStrip]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[TrackBar]]></category>
		<category><![CDATA[UpDownTextBox]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/?p=799</guid>
		<description><![CDATA[I&#8217;ve released the following controls: DateTimeControls 1.3.0 EditControls 1.7.0 ExplorerListView 1.3.0 ExplorerTreeView 2.2.0 TabStrip 1.5.0 TrackBar 1.5.0 The DateTimeControls, EditControls and the TrackBar control have got the new DetectDoubleClicks property. For some controls, for instance for the Calendar control, Windows &#8230; <a href="http://www.timosoft-software.de/2011/11/many-new-releases/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released the following controls:</p>
<ul>
<li>DateTimeControls 1.3.0</li>
<li>EditControls 1.7.0</li>
<li>ExplorerListView 1.3.0</li>
<li>ExplorerTreeView 2.2.0</li>
<li>TabStrip 1.5.0</li>
<li>TrackBar 1.5.0</li>
</ul>
<p>The DateTimeControls, EditControls and the TrackBar control have got the new DetectDoubleClicks  property. For some controls, for instance for the Calendar control, Windows does not detect double mouse clicks. I wanted to provide DblClick events, so I worked around this limitation. Unfortunately the Microsoft developers had good reasons to not detect double-clicks for some controls. For instance if you rapidly click on the navigation arrows of the calendar control, you want the months fly by rapidly, but with double clicks enabled, the app will run into double clicks every now and then, and this slows down navigation alot. So I decided to implement a new property which can be used to deactivate my work-around. <strong>Attention:</strong> For the Calendar control and the up-down part of the UpDownTextBox control, double-clicks now are disabled by default. If you use the DblClick events of those controls, make sure to change the DetectDoubleClicks property to True.</p>
<p>The TabStrip control now can attach a window (usually a control) with a tab and show/hide this window depending on the tab selection. This should make it a bit easier to display different controls on each tab. For instance the attached window could be a Frame control (without border and caption) that contains a specific tab&#8217;s child controls. Selecting the tab would make the Frame control (and its content) visible; unselecting the tab would make the Frame control invisible.</p>
<p>ExplorerListView and ExplorerTreeView come with new sorting capabilities. There are new sort criterions which are based on the item text (just like sobText), but treat the texts as integer values, floating point values, currency values or date/time values. Your items are named &#8220;1&#8243;, &#8220;10&#8243; and &#8220;2&#8243; and you want them to be sorted &#8220;1&#8243;-&#8221;2&#8243;-&#8221;10&#8243; instead of alphabetically, which would be &#8220;1&#8243;-&#8221;10&#8243;-&#8221;2&#8243;? No problem! Simply specify sobNumericIntText as the sort criterion. You can also specify the locale identifier and a couple of flags that are applied when parsing the texts. Of course all this also applies to sorting listview groups.<br />
Additionally I improved the ItemGetDisplayInfo event a bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2011/11/many-new-releases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EditControls 1.6.2</title>
		<link>http://www.timosoft-software.de/2011/08/editcontrols-1-6-2/</link>
		<comments>http://www.timosoft-software.de/2011/08/editcontrols-1-6-2/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 23:00:16 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[EditControls]]></category>
		<category><![CDATA[HotKeyBox]]></category>
		<category><![CDATA[IPAddressBox]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[UpDownTextBox]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/?p=765</guid>
		<description><![CDATA[I&#8217;ve fixed some bugs in the EditControls library. Some properties could not be changed at runtime.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve fixed some bugs in the EditControls library. Some properties could not be changed at runtime.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2011/08/editcontrols-1-6-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>EditControls 1.6.1, ExplorerListView 1.1.1, ExplorerTreeView 2.1.1, ProgressBar 2.2.1</title>
		<link>http://www.timosoft-software.de/2011/05/editcontrols-1-6-1-explorerlistview-1-1-1-explorertreeview-2-1-1-progressbar-2-2-1/</link>
		<comments>http://www.timosoft-software.de/2011/05/editcontrols-1-6-1-explorerlistview-1-1-1-explorertreeview-2-1-1-progressbar-2-2-1/#comments</comments>
		<pubDate>Fri, 20 May 2011 23:39:24 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[EditControls]]></category>
		<category><![CDATA[ExplorerListView]]></category>
		<category><![CDATA[ExplorerTreeView]]></category>
		<category><![CDATA[HotKeyBox]]></category>
		<category><![CDATA[IPAddressBox]]></category>
		<category><![CDATA[ProgressBar]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[UpDownTextBox]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=725</guid>
		<description><![CDATA[I&#8217;ve released the next bunch of updates. As yesterday these are bug fix releases, no feature releases.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released the next bunch of updates. As yesterday these are bug fix releases, no feature releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2011/05/editcontrols-1-6-1-explorerlistview-1-1-1-explorertreeview-2-1-1-progressbar-2-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animation 2.3.0, ButtonControls 1.6.0, ComboListBoxControls 1.2.0, DateTimeControls 1.2.0, EditControls 1.6.0</title>
		<link>http://www.timosoft-software.de/2011/01/animation-2-3-0-buttoncontrols-1-6-0-combolistboxcontrols-1-2-0-datetimecontrols-1-2-0-editcontrols-1-6-0/</link>
		<comments>http://www.timosoft-software.de/2011/01/animation-2-3-0-buttoncontrols-1-6-0-combolistboxcontrols-1-2-0-datetimecontrols-1-2-0-editcontrols-1-6-0/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 14:17:19 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[ButtonControls]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[CheckBox]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[ComboListBoxControls]]></category>
		<category><![CDATA[CommandButton]]></category>
		<category><![CDATA[DateTimeControls]]></category>
		<category><![CDATA[DateTimePicker]]></category>
		<category><![CDATA[DriveComboBox]]></category>
		<category><![CDATA[EditControls]]></category>
		<category><![CDATA[Frame]]></category>
		<category><![CDATA[HotKeyBox]]></category>
		<category><![CDATA[ImageComboBox]]></category>
		<category><![CDATA[IPAddressBox]]></category>
		<category><![CDATA[ListBox]]></category>
		<category><![CDATA[OptionButton]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[UpDownTextBox]]></category>
		<category><![CDATA[Windows 2000]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=646</guid>
		<description><![CDATA[Happy new year to everyone! I have released new versions of some controls. I fixed several bugs, including crashes (which did not happen often though). I also migrated to Visual C++ 2010. Unfortunately this also means that Windows 2000 is &#8230; <a href="http://www.timosoft-software.de/2011/01/animation-2-3-0-buttoncontrols-1-6-0-combolistboxcontrols-1-2-0-datetimecontrols-1-2-0-editcontrols-1-6-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Happy new year to everyone!</p>
<p>I have released new versions of some controls. I fixed several bugs, including crashes (which did not happen often though). I also migrated to Visual C++ 2010. Unfortunately this also means that Windows 2000 is not supported any longer, because the compiler doesn&#8217;t support it anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2011/01/animation-2-3-0-buttoncontrols-1-6-0-combolistboxcontrols-1-2-0-datetimecontrols-1-2-0-editcontrols-1-6-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EditControls 1.5.0</title>
		<link>http://www.timosoft-software.de/2010/08/editcontrols-1-5-0/</link>
		<comments>http://www.timosoft-software.de/2010/08/editcontrols-1-5-0/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 15:33:15 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[EditControls]]></category>
		<category><![CDATA[HotKeyBox]]></category>
		<category><![CDATA[IPAddressBox]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[UpDownTextBox]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=545</guid>
		<description><![CDATA[I have released version 1.5.0 of the EditControls control library. It introduces a new property page for specifying Unicode texts at design time and fixes two bugs.]]></description>
			<content:encoded><![CDATA[<p>I have released version 1.5.0 of the EditControls control library. It introduces a new property page for specifying Unicode texts at design time and fixes two bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2010/08/editcontrols-1-5-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Animation 2.2.1, ButtonControls 1.4.3, ComboListBoxControls 1.1.0, DateTimeControls 1.1.1, EditControls 1.4.2</title>
		<link>http://www.timosoft-software.de/2010/01/animation-2-2-1-buttoncontrols-1-4-3-combolistboxcontrols-1-1-0-datetimecontrols-1-1-1-editcontrols-1-4-2/</link>
		<comments>http://www.timosoft-software.de/2010/01/animation-2-2-1-buttoncontrols-1-4-3-combolistboxcontrols-1-1-0-datetimecontrols-1-1-1-editcontrols-1-4-2/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 22:27:45 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[ButtonControls]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[CheckBox]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[ComboListBoxControls]]></category>
		<category><![CDATA[CommandButton]]></category>
		<category><![CDATA[DateTimeControls]]></category>
		<category><![CDATA[DateTimePicker]]></category>
		<category><![CDATA[Debug Symbols]]></category>
		<category><![CDATA[DriveComboBox]]></category>
		<category><![CDATA[EditControls]]></category>
		<category><![CDATA[Frame]]></category>
		<category><![CDATA[HotKeyBox]]></category>
		<category><![CDATA[ImageComboBox]]></category>
		<category><![CDATA[IPAddressBox]]></category>
		<category><![CDATA[ListBox]]></category>
		<category><![CDATA[OptionButton]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[UpDownTextBox]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=407</guid>
		<description><![CDATA[Happy new year! I&#8217;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&#8217;ve also started to ship stripped &#8230; <a href="http://www.timosoft-software.de/2010/01/animation-2-2-1-buttoncontrols-1-4-3-combolistboxcontrols-1-1-0-datetimecontrols-1-1-1-editcontrols-1-4-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Happy new year!</p>
<p>I&#8217;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.<br />
I&#8217;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++.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2010/01/animation-2-2-1-buttoncontrols-1-4-3-combolistboxcontrols-1-1-0-datetimecontrols-1-1-1-editcontrols-1-4-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ButtonControls 1.4.2, EditControls 1.4.1</title>
		<link>http://www.timosoft-software.de/2009/10/buttoncontrols-1-4-2-editcontrols-1-4-1/</link>
		<comments>http://www.timosoft-software.de/2009/10/buttoncontrols-1-4-2-editcontrols-1-4-1/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 22:01:56 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ButtonControls]]></category>
		<category><![CDATA[CheckBox]]></category>
		<category><![CDATA[CommandButton]]></category>
		<category><![CDATA[EditControls]]></category>
		<category><![CDATA[Frame]]></category>
		<category><![CDATA[HotKeyBox]]></category>
		<category><![CDATA[IPAddressBox]]></category>
		<category><![CDATA[OptionButton]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[UpDownTextBox]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=356</guid>
		<description><![CDATA[I&#8217;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.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;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.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2009/10/buttoncontrols-1-4-2-editcontrols-1-4-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animation 2.2.0, ButtonControls 1.4.1, EditControls 1.4.0, StatusBar 1.2.0</title>
		<link>http://www.timosoft-software.de/2009/07/animation-220-buttoncontrols-141-editcontrols-140-statusbar-120/</link>
		<comments>http://www.timosoft-software.de/2009/07/animation-220-buttoncontrols-141-editcontrols-140-statusbar-120/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 22:03:04 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[ButtonControls]]></category>
		<category><![CDATA[CheckBox]]></category>
		<category><![CDATA[CommandButton]]></category>
		<category><![CDATA[EditControls]]></category>
		<category><![CDATA[Frame]]></category>
		<category><![CDATA[HotKeyBox]]></category>
		<category><![CDATA[IPAddressBox]]></category>
		<category><![CDATA[OptionButton]]></category>
		<category><![CDATA[StatusBar]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[UpDownTextBox]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=331</guid>
		<description><![CDATA[I&#8217;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, &#8230; <a href="http://www.timosoft-software.de/2009/07/animation-220-buttoncontrols-141-editcontrols-140-statusbar-120/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;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.</p>
<p>Animation and StatusBar support Windows 7 now, too. EditControls got some new features. See the changelog for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2009/07/animation-220-buttoncontrols-141-editcontrols-140-statusbar-120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EditControls 1.3.3</title>
		<link>http://www.timosoft-software.de/2009/03/editcontrols-133/</link>
		<comments>http://www.timosoft-software.de/2009/03/editcontrols-133/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 23:01:35 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[EditControls]]></category>
		<category><![CDATA[HotKeyBox]]></category>
		<category><![CDATA[IPAddressBox]]></category>
		<category><![CDATA[TextBox]]></category>
		<category><![CDATA[UpDownTextBox]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=265</guid>
		<description><![CDATA[I&#8217;ve released a minor update of EditControls. Not much has changed. OLE drag&#8217;n'drop has been improved a bit and it is possible to set the Appearance property to &#8220;Default&#8221; now (HotKeyBox and IPAddressBox only). Also this is the first release &#8230; <a href="http://www.timosoft-software.de/2009/03/editcontrols-133/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released a minor update of EditControls. Not much has changed. OLE drag&#8217;n'drop has been improved a bit and it is possible to set the Appearance property to &#8220;Default&#8221; now (HotKeyBox and IPAddressBox only). Also this is the first release supporting Windows 7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2009/03/editcontrols-133/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

