<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Listview 11.2  load data slow</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Listview 11.2  load data slow]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 10:00:09 +0000</pubDate>
  <lastBuildDate>Fri, 21 Sep 2007 01:54:48 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=8096</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Listview 11.2  load data slow : Hello,  You are right, thanks,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8096&amp;PID=26238&amp;title=listview-11-2-load-data-slow#26238</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8096<br /><strong>Posted:</strong> 21 September 2007 at 1:54am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>You are right, thanks, we will check what can be done.</DIV><DIV>&nbsp;</DIV><DIV>If you populate data in some loop you can send WM_SETREDRAW message to stop redrawing on each step. It can increase perfomance:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long<BR>Const WM_SETREDRAW = &amp;HB<BR><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>SendMessage ListView1.hwnd, WM_SETREDRAW, 0, 0<BR>For i = 1 To 10000<BR>ListView1.ListItems.Add , , Item &amp; i<BR>Next<BR>SendMessage ListView1.hwnd, WM_SETREDRAW, 1, 0<BR></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 21 Sep 2007 01:54:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8096&amp;PID=26238&amp;title=listview-11-2-load-data-slow#26238</guid>
  </item> 
  <item>
   <title><![CDATA[Listview 11.2  load data slow :  Listview very slow to load data,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8096&amp;PID=26177&amp;title=listview-11-2-load-data-slow#26177</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1213">BCSVR</a><br /><strong>Subject:</strong> 8096<br /><strong>Posted:</strong> 20 September 2007 at 4:38am<br /><br /><DIV id=result_ dir=ltr><DIV id=result_ dir=ltr>Listview very slow to load data, and ms listview comparison, the efficiency of its 1 / 2</DIV></DIV>]]>
   </description>
   <pubDate>Thu, 20 Sep 2007 04:38:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8096&amp;PID=26177&amp;title=listview-11-2-load-data-slow#26177</guid>
  </item> 
 </channel>
</rss>