<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Sorting a ListView</title>
	<link>http://raz-soft.com/c-builder/sorting-a-listview/</link>
	<description>Share your knowledge. It's a way to achieve immortality.</description>
	<pubDate>Tue, 06 Jan 2009 10:46:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.1</generator>

	<item>
		<title>By: Anonymous</title>
		<link>http://raz-soft.com/c-builder/sorting-a-listview/#comment-452</link>
		<author>Anonymous</author>
		<pubDate>Thu, 10 May 2007 02:05:02 +0000</pubDate>
		<guid>http://raz-soft.com/c-builder/sorting-a-listview/#comment-452</guid>
					<description>Great stuff, thanks! exactly the code snippit I was looking for :)</description>
		<content:encoded><![CDATA[<p>Great stuff, thanks! exactly the code snippit I was looking for<img src='http://raz-soft.com/smilies/yahoo_smiley.gif' alt='&#32;&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#32;&#58;&#41;' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Raz</title>
		<link>http://raz-soft.com/c-builder/sorting-a-listview/#comment-454</link>
		<author>Raz</author>
		<pubDate>Fri, 11 May 2007 19:55:03 +0000</pubDate>
		<guid>http://raz-soft.com/c-builder/sorting-a-listview/#comment-454</guid>
					<description>You're welcome, I'm glad to hear that this snippet  helped you :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome, I&#8217;m glad to hear that this snippet  helped you<img src='http://raz-soft.com/smilies/yahoo_smiley.gif' alt='&#32;&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#32;&#58;&#41;' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Joiner A.</title>
		<link>http://raz-soft.com/c-builder/sorting-a-listview/#comment-3488</link>
		<author>Joiner A.</author>
		<pubDate>Mon, 17 Nov 2008 20:32:31 +0000</pubDate>
		<guid>http://raz-soft.com/c-builder/sorting-a-listview/#comment-3488</guid>
					<description>oh my god!!! thxxx dude. im looking for this long time ago... its exactly what i need.

pd:  in the code posted here the sorting its made descending/ascending, just changing:

#
if (ColTag==1)
#
     Compare=CompareText(Str1,Str2);
#
  else
#
     Compare=CompareText(Str2,Str1);

for this:

#
if (ColTag==1)
#
     Compare=CompareText(Str2,Str1);
#
  else
#
     Compare=CompareText(Str1,Str2);

the sorting change to ascending/descending, at least in my proyect.

greetings from venezuela, sorry about my english xD</description>
		<content:encoded><![CDATA[<p>oh my god!!! thxxx dude. im looking for this long time ago&#8230; its exactly what i need.</p>
<p>pd:  in the code posted here the sorting its made descending/ascending, just changing:</p>
<p>#<br />
if (ColTag==1)<br />
#<br />
     Compare=CompareText(Str1,Str2);<br />
#<br />
  else<br />
#<br />
     Compare=CompareText(Str2,Str1);</p>
<p>for this:</p>
<p>#<br />
if (ColTag==1)<br />
#<br />
     Compare=CompareText(Str2,Str1);<br />
#<br />
  else<br />
#<br />
     Compare=CompareText(Str1,Str2);</p>
<p>the sorting change to ascending/descending, at least in my proyect.</p>
<p>greetings from venezuela, sorry about my english xD</p>
]]></content:encoded>
				</item>
</channel>
</rss>
