<?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 : CXTListCtrlEx &amp; manifest.xml</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTListCtrlEx &amp; manifest.xml]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 04:12:16 +0000</pubDate>
  <lastBuildDate>Sun, 14 Oct 2007 17:51:32 +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=8425</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[CXTListCtrlEx &amp; manifest.xml : Dear Tomasz,  Thank You again.  I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8425&amp;PID=27307&amp;title=cxtlistctrlex-manifest-xml#27307</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3352">Hiroaki</a><br /><strong>Subject:</strong> 8425<br /><strong>Posted:</strong> 14 October 2007 at 5:51pm<br /><br />Dear Tomasz,<DIV>&nbsp;</DIV><DIV>Thank You again.</DIV><DIV>&nbsp;</DIV><DIV>I will try your suggestion.</DIV><DIV>&nbsp;</DIV><DIV>Hiroaki(Japan)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 14 Oct 2007 17:51:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8425&amp;PID=27307&amp;title=cxtlistctrlex-manifest-xml#27307</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrlEx &amp; manifest.xml : I worked this bug around by calling...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8425&amp;PID=27292&amp;title=cxtlistctrlex-manifest-xml#27292</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2223">Tomasz</a><br /><strong>Subject:</strong> 8425<br /><strong>Posted:</strong> 14 October 2007 at 10:20am<br /><br />I worked this bug around by&nbsp; calling <DIV></DIV>Invalidate(FALSE); <DIV></DIV><DIV></DIV>UpdateWindow(); <DIV></DIV><DIV>&nbsp;</DIV><DIV>when user stops scrolling (in the response to WM_VSCROLL with SB_ENDSCROLL code.)</DIV><DIV>&nbsp;</DIV><DIV>void CMyDerivedListCtrl::OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) <BR>{</DIV><DIV>&nbsp;CListCtrl::OnVScroll(nSBCode, nPos, pScrollBar);</DIV><DIV>&nbsp;if( nSBCode == SB_ENDSCROLL&nbsp; )<BR>&nbsp;{<BR>&nbsp;&nbsp;Invalidate(FALSE);<BR>&nbsp;&nbsp;UpdateWindow();<BR>&nbsp;}<BR>}<BR></DIV>]]>
   </description>
   <pubDate>Sun, 14 Oct 2007 10:20:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8425&amp;PID=27292&amp;title=cxtlistctrlex-manifest-xml#27292</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrlEx &amp; manifest.xml : Dear Tomasz Much Thax!  It has...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8425&amp;PID=27291&amp;title=cxtlistctrlex-manifest-xml#27291</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3352">Hiroaki</a><br /><strong>Subject:</strong> 8425<br /><strong>Posted:</strong> 14 October 2007 at 10:04am<br /><br /><P>Dear Tomasz</P><DIV>Much Thax! </DIV><DIV>It has checked. </DIV><DIV>&nbsp;</DIV><DIV>However, I worry about whether&nbsp;I may release or not. </DIV><DIV>Moreover, if something is, I will need your help. </DIV><DIV>&nbsp;</DIV><DIV>Thank you so much!</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 14 Oct 2007 10:04:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8425&amp;PID=27291&amp;title=cxtlistctrlex-manifest-xml#27291</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrlEx &amp; manifest.xml : This is long-standing Windows...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8425&amp;PID=27290&amp;title=cxtlistctrlex-manifest-xml#27290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2223">Tomasz</a><br /><strong>Subject:</strong> 8425<br /><strong>Posted:</strong> 14 October 2007 at 9:45am<br /><br />This is long-standing Windows XP bug of CLIstCtrl with LVS_EX_GRIDLINES style. <DIV>See: <a href="http://support.microsoft.com/kb/813791" target="_blank">http://support.microsoft.com/kb/813791</A></DIV><DIV>&nbsp;</DIV><DIV>The only option is to turn off smooth scroll or to call Invalidate(FALSE) and UpdateWindow after scrolling to get rid of this display artefact.</DIV>]]>
   </description>
   <pubDate>Sun, 14 Oct 2007 09:45:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8425&amp;PID=27290&amp;title=cxtlistctrlex-manifest-xml#27290</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrlEx &amp; manifest.xml : Hi!  It has always been indebted.  Iincluded...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8425&amp;PID=27284&amp;title=cxtlistctrlex-manifest-xml#27284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3352">Hiroaki</a><br /><strong>Subject:</strong> 8425<br /><strong>Posted:</strong> 13 October 2007 at 10:26am<br /><br />Hi! <DIV>It has always been indebted.</DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;included manihest.xml of Sample AboutDlg in the myApp.&nbsp;</DIV><DIV>1 24 DISCARDABLE "res\\manifest.xml"<BR>It seems that this is operating satisfactory. </DIV><DIV>&nbsp;</DIV><DIV>Although it is somewhat complicated... </DIV><DIV>If it does so, CXTListCtrlEx is made to scroll, row height will collapse.</DIV><DIV>CXTListCtrlEx referred to&nbsp;Sample GUI_Eclipse&nbsp;and made it. </DIV><DIV>&nbsp;</DIV><DIV>Unless it uses manifest.xml, this problem does not occur. </DIV><DIV>&nbsp;</DIV><DIV>Although it is good to understand my English... </DIV><DIV>An image is appended. </DIV><DIV><a href="http://www.geocities.jp/luckyhunter3/image.GIF" target="_blank">http://www.geocities.jp/luckyhunter3/image.GIF</A></DIV><DIV>&nbsp;</DIV><DIV>I would appreciate anyone give me suggestion.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 13 Oct 2007 10:26:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8425&amp;PID=27284&amp;title=cxtlistctrlex-manifest-xml#27284</guid>
  </item> 
 </channel>
</rss>