<?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; DateTimeControls</title>
	<atom:link href="http://www.timosoft-software.de/tag/datetimecontrols/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>Animation 2.3.1, ButtonControls 1.6.1, ComboListBoxControls 1.2.1, DateTimeControls 1.2.2</title>
		<link>http://www.timosoft-software.de/2011/05/animation-2-3-1-buttoncontrols-1-6-1-combolistboxcontrols-1-2-1-datetimecontrols-1-2-2/</link>
		<comments>http://www.timosoft-software.de/2011/05/animation-2-3-1-buttoncontrols-1-6-1-combolistboxcontrols-1-2-1-datetimecontrols-1-2-2/#comments</comments>
		<pubDate>Fri, 20 May 2011 05:15:10 +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[Frame]]></category>
		<category><![CDATA[ImageComboBox]]></category>
		<category><![CDATA[ListBox]]></category>
		<category><![CDATA[OptionButton]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=709</guid>
		<description><![CDATA[I&#8217;ve released some updates. They don&#8217;t contain new features, but fix several bugs. More updates will come soon, so stay tuned.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released some updates. They don&#8217;t contain new features, but fix several bugs.</p>
<p>More updates will come soon, so stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2011/05/animation-2-3-1-buttoncontrols-1-6-1-combolistboxcontrols-1-2-1-datetimecontrols-1-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DateTimeControls 1.2.1</title>
		<link>http://www.timosoft-software.de/2011/01/datetimecontrols-1-2-1/</link>
		<comments>http://www.timosoft-software.de/2011/01/datetimecontrols-1-2-1/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 22:41:48 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[DateTimeControls]]></category>
		<category><![CDATA[DateTimePicker]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=682</guid>
		<description><![CDATA[I&#8217;ve released another update of DateTimeControls. The CaretDate property of the Calendar control could return invalid dates due to a strange behavior of the native calendar control of Windows.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released another update of DateTimeControls. The CaretDate property of the Calendar control could return invalid dates due to a strange behavior of the native calendar control of Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2011/01/datetimecontrols-1-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>DateTimeControls 1.1.3, StatusBar 1.2.3</title>
		<link>http://www.timosoft-software.de/2010/10/datetimecontrols-1-1-3-statusbar-1-2-3/</link>
		<comments>http://www.timosoft-software.de/2010/10/datetimecontrols-1-1-3-statusbar-1-2-3/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 19:18:41 +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[StatusBar]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=583</guid>
		<description><![CDATA[I have updated DateTimeControls and StatusBar. The StatusBar update fixes a crash that occured when the control tried to retrieve a pane&#8217;s tool tip text and this tool tip text has never been set. The crash was caused by a &#8230; <a href="http://www.timosoft-software.de/2010/10/datetimecontrols-1-1-3-statusbar-1-2-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have updated DateTimeControls and StatusBar. The StatusBar update fixes a crash that occured when the control tried to retrieve a pane&#8217;s tool tip text and this tool tip text has never been set. The crash was caused by a bug in comctl32.dll.<br />
The DateTimeControls update fixes a major bug and a minor one. The major one occurred with version 5.x of comctl32 only. If a text box has the focus and the user clicks the drop-down button of the DateTimePicker control, the button was drawn pressed and all the events like CalendarDropDown were raised, but the Calendar never showed up, because it was destroyed again immediately. This also is a bug in comctl32.dll. I have implemented a complex work-around.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2010/10/datetimecontrols-1-1-3-statusbar-1-2-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DateTimeControls 1.1.2</title>
		<link>http://www.timosoft-software.de/2010/08/datetimecontrols-1-1-2/</link>
		<comments>http://www.timosoft-software.de/2010/08/datetimecontrols-1-1-2/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 04:35:15 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[DateTimeControls]]></category>
		<category><![CDATA[DateTimePicker]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=573</guid>
		<description><![CDATA[I have released version 1.1.2 of DateTimeControls. It fixes four bugs and adds a new property page for specifying Unicode texts at design time.]]></description>
			<content:encoded><![CDATA[<p>I have released version 1.1.2 of DateTimeControls. It fixes four bugs and adds a new property page for specifying Unicode texts at design time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2010/08/datetimecontrols-1-1-2/feed/</wfw:commentRss>
		<slash:comments>0</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>DateTimeControls 1.1.0</title>
		<link>http://www.timosoft-software.de/2009/07/datetimecontrols-110/</link>
		<comments>http://www.timosoft-software.de/2009/07/datetimecontrols-110/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 17:18:06 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[DateTimeControls]]></category>
		<category><![CDATA[DateTimePicker]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=338</guid>
		<description><![CDATA[Here&#8217;s another update of DateTimeControls. I&#8217;ve added a new property &#8220;Value&#8221;. You may wonder why I did this, as there&#8217;s already the &#8220;CurrentDate&#8221; property. Well, &#8220;CurrentDate&#8221; is of type &#8220;Date&#8221;. This causes problems with data-binding if the table contains NULL &#8230; <a href="http://www.timosoft-software.de/2009/07/datetimecontrols-110/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another update of DateTimeControls. I&#8217;ve added a new property &#8220;Value&#8221;. You may wonder why I did this, as there&#8217;s already the &#8220;CurrentDate&#8221; property. Well, &#8220;CurrentDate&#8221; is of type &#8220;Date&#8221;. This causes problems with data-binding if the table contains NULL values. Those NULL values should be handled as &#8220;no selection made&#8221;, i. e. the &#8220;DateSelected&#8221; property should be set to &#8220;False&#8221; on such a NULL value. However, you would need to bind 2 properties for 1 column. I doubt this is possible.<br />
I could have changed the type of &#8220;CurrentDate&#8221; to &#8220;Variant&#8221; and change its implementation so that setting this property to a NULL value is handled as if &#8220;DateSelected&#8221; was being set to &#8220;False&#8221;. But this would have broken binary compatibility. Therefore I introduced a new property that combines &#8220;CurrentDate&#8221; and &#8220;DateSelected&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2009/07/datetimecontrols-110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DateTimeControls 1.0.1, ProgressBar 2.1.2, TabStrip 1.3.0, TrackBar 1.2.2</title>
		<link>http://www.timosoft-software.de/2009/07/datetimecontrols-101-progressbar-212-tabstrip-130-trackbar-122/</link>
		<comments>http://www.timosoft-software.de/2009/07/datetimecontrols-101-progressbar-212-tabstrip-130-trackbar-122/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 23:01:19 +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[ProgressBar]]></category>
		<category><![CDATA[TabStrip]]></category>
		<category><![CDATA[TrackBar]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=307</guid>
		<description><![CDATA[I&#8217;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 &#8230; <a href="http://www.timosoft-software.de/2009/07/datetimecontrols-101-progressbar-212-tabstrip-130-trackbar-122/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;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.</p>
<p>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&#8230;</p>
<p>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.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2009/07/datetimecontrols-101-progressbar-212-tabstrip-130-trackbar-122/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>DateTimeControls 1.0.0</title>
		<link>http://www.timosoft-software.de/2009/01/datetimecontrols-100/</link>
		<comments>http://www.timosoft-software.de/2009/01/datetimecontrols-100/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 11:54:18 +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[Windows 7]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=238</guid>
		<description><![CDATA[I&#8217;ve finished two new controls: A date-time picker and a calendar. If you&#8217;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&#8217;n'drop and so &#8230; <a href="http://www.timosoft-software.de/2009/01/datetimecontrols-100/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finished two new controls: A date-time picker and a calendar. If you&#8217;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&#8217;n'drop and so on.</p>
<p>The controls are my hobby and I&#8217;ve not much spare time, so don&#8217;t expect too many releases in 2009. But I&#8217;ll release a highly updated ExplorerListView control soon. The next <em>new</em> controls (among ShellBrowser) will be ComboBox, DriveComboBox, ImageComboBox and ListBox.</p>
<p>Oh, by the way, DateTimeControls officially supports Windows 7 Beta 1.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2009/01/datetimecontrols-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

