<?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; ExplorerListView</title>
	<atom:link href="http://www.timosoft-software.de/tag/explorerlistview/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>ExplorerListView 1.3.1, ExplorerTreeView 2.2.1</title>
		<link>http://www.timosoft-software.de/2012/01/explorerlistview-1-3-1-explorertreeview-2-2-1/</link>
		<comments>http://www.timosoft-software.de/2012/01/explorerlistview-1-3-1-explorertreeview-2-2-1/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 17:45:09 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ExplorerListView]]></category>
		<category><![CDATA[ExplorerTreeView]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/?p=864</guid>
		<description><![CDATA[I&#8217;ve fixed a couple of tiny, drag&#8217;n'drop related bugs in ExplorerListView and ExplorerTreeView.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve fixed a couple of tiny, drag&#8217;n'drop related bugs in ExplorerListView and ExplorerTreeView.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2012/01/explorerlistview-1-3-1-explorertreeview-2-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>ExplorerListView 1.2.0</title>
		<link>http://www.timosoft-software.de/2011/08/explorerlistview-1-2-0/</link>
		<comments>http://www.timosoft-software.de/2011/08/explorerlistview-1-2-0/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 22:45:49 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ExplorerListView]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/?p=756</guid>
		<description><![CDATA[I&#8217;ve released ExplorerListView 1.2.0. It fixes a problem with drag&#8217;n'drop and comes with a new feature that makes it possible to extract info tip texts asynchronously. ShellBrowserControls 1.2.0 will make use of this feature if it is supported.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released ExplorerListView 1.2.0. It fixes a problem with drag&#8217;n'drop and comes with a new feature that makes it possible to extract info tip texts asynchronously. ShellBrowserControls 1.2.0 will make use of this feature if it is supported.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2011/08/explorerlistview-1-2-0/feed/</wfw:commentRss>
		<slash:comments>0</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>ExplorerListView 1.1.0, ExplorerTreeView 2.1.0</title>
		<link>http://www.timosoft-software.de/2011/01/explorerlistview-1-1-0-explorertreeview-2-1-0/</link>
		<comments>http://www.timosoft-software.de/2011/01/explorerlistview-1-1-0-explorertreeview-2-1-0/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 23:19:42 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ExplorerListView]]></category>
		<category><![CDATA[ExplorerTreeView]]></category>
		<category><![CDATA[Windows 2000]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=671</guid>
		<description><![CDATA[I have migrated ExplorerListView and ExplorerTreeView to Visual C++ 2010 and fixed some bugs.]]></description>
			<content:encoded><![CDATA[<p>I have migrated ExplorerListView and ExplorerTreeView to Visual C++ 2010 and fixed some bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2011/01/explorerlistview-1-1-0-explorertreeview-2-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ButtonControls 1.5.1, ComboListBoxControls 1.1.3, ExplorerListView 1.0.0</title>
		<link>http://www.timosoft-software.de/2010/11/buttoncontrols-1-5-1-combolistboxcontrols-1-1-3-explorerlistview-1-0-0/</link>
		<comments>http://www.timosoft-software.de/2010/11/buttoncontrols-1-5-1-combolistboxcontrols-1-1-3-explorerlistview-1-0-0/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 01:27:36 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ButtonControls]]></category>
		<category><![CDATA[CheckBox]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[ComboListBoxControls]]></category>
		<category><![CDATA[CommandButton]]></category>
		<category><![CDATA[DriveComboBox]]></category>
		<category><![CDATA[ExplorerListView]]></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=598</guid>
		<description><![CDATA[I released some updates which fix various bugs. The update for ButtonControls also brings an interesting new VB6 sample that demonstrates how to implement a color chooser drop-down button using ButtonControls. As only one bug has been reported for the &#8230; <a href="http://www.timosoft-software.de/2010/11/buttoncontrols-1-5-1-combolistboxcontrols-1-1-3-explorerlistview-1-0-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I released some updates which fix various bugs. The update for ButtonControls also brings an interesting new VB6 sample that demonstrates how to implement a color chooser drop-down button using ButtonControls.<br />
As only one bug has been reported for the RC1, ExplorerListView now is final.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2010/11/buttoncontrols-1-5-1-combolistboxcontrols-1-1-3-explorerlistview-1-0-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShellBrowserControls 1.0.0 Release Candidate 1</title>
		<link>http://www.timosoft-software.de/2010/07/shellbrowsercontrols-1-0-0-release-candidate-1/</link>
		<comments>http://www.timosoft-software.de/2010/07/shellbrowsercontrols-1-0-0-release-candidate-1/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 13:25:07 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[ExplorerListView]]></category>
		<category><![CDATA[ExplorerTreeView]]></category>
		<category><![CDATA[ShellBrowserControls]]></category>
		<category><![CDATA[ShellListView]]></category>
		<category><![CDATA[ShellTreeView]]></category>
		<category><![CDATA[StatusBar]]></category>
		<category><![CDATA[TrackBar]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=519</guid>
		<description><![CDATA[I guess some of you did not expect it anymore, but I&#8217;ve released a first release candidate of the ShellBrowserControls library. The library contains two controls: ShellTreeView and ShellListView. ShellTreeView can be attached to ExplorerTreeView 2.0.0 or newer, ShellListView can &#8230; <a href="http://www.timosoft-software.de/2010/07/shellbrowsercontrols-1-0-0-release-candidate-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I guess some of you did not expect it anymore, but I&#8217;ve released a first release candidate of the ShellBrowserControls library.<br />
The library contains two controls: ShellTreeView and ShellListView. ShellTreeView can be attached to ExplorerTreeView 2.0.0 or newer, ShellListView can be attached to ExplorerListView 1.0.0 RC1 or newer. The setup contains only 1 sample, but it demonstrates how to use ShellBrowserControls, ExplorerListView, ExplorerTreeView, StatusBar, TrackBar and Animation to build a Explorer-like shell browser. The sample does not contain much code, but supports things like dynamically scalable thumbnails (in Vista design!), Tiles view, elevation overlays, drag&#8217;n'drop, context menus and much more. It also demonstrates how to mix shell items with user-defined items.<br />
ShellBrowserControls has been designed to hide as much of the ugly shell stuff as possible while letting you customize every detail. If you don&#8217;t want to bother with shell programming, you will be happy with this library. If you are a control freak and want to control every part of the shell-browsing, you will be happy with this library as well. The only major feature that is missing is grouping support, i. e. currently there is no group view mode (although ExplorerListView supports it).<br />
ShellBrowserControls makes extensive use of multi-threading. Loading of items, icons, thumbnails, details and columns has been moved to background threads as much as possible, so that the GUI remains responsive even if some loading process takes a long time.</p>
<p>If you have questions about the usage of the library, please use the <a href="http://www.timosoft-software.de/forum/viewforum.php?f=41">forum</a>. Some concepts seem to be complicated, but my beta tester already assured, that they are very powerful once you have understood them.<br />
When using the controls, do not forget that tree view features are controlled by ExplorerTreeView, list view features are controlled by ExplorerListView and shell features are controlled by ShellTreeView/ShellListView.</p>
<p>This is the most complex software I have ever written. I did extensive tests, but be aware of bugs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2010/07/shellbrowsercontrols-1-0-0-release-candidate-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExplorerListView 1.0.0 RC1</title>
		<link>http://www.timosoft-software.de/2010/06/explorerlistview-1-0-0-rc1/</link>
		<comments>http://www.timosoft-software.de/2010/06/explorerlistview-1-0-0-rc1/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 13:51:45 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ExplorerListView]]></category>
		<category><![CDATA[ShellBrowserControls]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=480</guid>
		<description><![CDATA[As I consider the interface for the ShellBrowserControls to be complete, I&#8217;ve decided to release an update of ExplorerListView. The changes are massive. There are new features like group footers, subsetted groups and grouping in virtual mode. Other features have &#8230; <a href="http://www.timosoft-software.de/2010/06/explorerlistview-1-0-0-rc1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As I consider the interface for the ShellBrowserControls to be complete, I&#8217;ve decided to release an update of ExplorerListView. The changes are massive. There are new features like group footers, subsetted groups and grouping in virtual mode. Other features have been improved, e. g. there is an extended full row selection mode now. Of course I have also fixed bugs.<br />
Unfortunately I had to break compatibility, but that&#8217;s why the previous release was labeled as a beta.</p>
<p>By the way, the ShellBrowserControls library currently is in final tests.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2010/06/explorerlistview-1-0-0-rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExplorerListView gets some new features</title>
		<link>http://www.timosoft-software.de/2009/04/explorerlistview-gets-some-new-features/</link>
		<comments>http://www.timosoft-software.de/2009/04/explorerlistview-gets-some-new-features/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 17:56:40 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ExplorerListView]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[Undocumented]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=279</guid>
		<description><![CDATA[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 &#8230; <a href="http://www.timosoft-software.de/2009/04/explorerlistview-gets-some-new-features/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thanks to <a href="http://www.geoffchappell.com/">Geoff Chappell</a>, 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&#8217;ve published an <a href="http://www.codeproject.com/KB/vista/listviewundoc.aspx">article</a> on The Code Project about it.<br />
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&#8217;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.<br />
Here&#8217;s a screenshot showing the footer area support: <a href="http://www.timosoft-software.de/wp-content/uploads/TiKu/2009/04/footerarea.png"><img src="http://www.timosoft-software.de/wp-content/uploads/TiKu/2009/04/footerarea.png" alt="footerarea" title="footerarea" width="480" height="216" class="aligncenter size-full wp-image-280" /></a><br />
Unfortunatly, to implement groups in virtual mode in a clean manner, I had to do some compatibility-breaking changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2009/04/explorerlistview-gets-some-new-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ExplorerListView 1.0.0 Beta 5</title>
		<link>http://www.timosoft-software.de/2009/03/explorerlistview-100-beta-5/</link>
		<comments>http://www.timosoft-software.de/2009/03/explorerlistview-100-beta-5/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 23:02:09 +0000</pubDate>
		<dc:creator>TiKu</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[ExplorerListView]]></category>
		<category><![CDATA[ShellBrowserControls]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 98]]></category>
		<category><![CDATA[Windows ME]]></category>
		<category><![CDATA[Windows NT 4.0]]></category>

		<guid isPermaLink="false">http://www.timosoft-software.de/index.php/?p=270</guid>
		<description><![CDATA[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 &#8230; <a href="http://www.timosoft-software.de/2009/03/explorerlistview-100-beta-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>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&#8217;ve also fixed many bugs.<br />
Support for Windows 98, ME and NT4 has been dropped because my compiler doesn&#8217;t support those systems anymore. But Windows 7 is already supported.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timosoft-software.de/2009/03/explorerlistview-100-beta-5/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

