<?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 : CXTListCtrl</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTListCtrl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 09:37:23 +0000</pubDate>
  <lastBuildDate>Mon, 23 Jun 2008 11:24:55 +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=11148</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[CXTListCtrl : No style for that. :( ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37256&amp;title=cxtlistctrl#37256</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11148<br /><strong>Posted:</strong> 23 June 2008 at 11:24am<br /><br />No style for that. :(]]>
   </description>
   <pubDate>Mon, 23 Jun 2008 11:24:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37256&amp;title=cxtlistctrl#37256</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl : Hi,     Thank you. It works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37222&amp;title=cxtlistctrl#37222</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3829">floydzhang</a><br /><strong>Subject:</strong> 11148<br /><strong>Posted:</strong> 23 June 2008 at 6:45am<br /><br />Hi, <DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>Thank you. It works but it&nbsp;still doesn't meet my requirement. When the listctrl lost focus, the highlight became light gray, but I want the highlight color keeps the same, blue. Meanwhile, the listctrl will lose hightlight when I click blank part of the listctrl, this is what I don't want as well. Any idea? I have to derive a class from listctrl?</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>Boyang</DIV>]]>
   </description>
   <pubDate>Mon, 23 Jun 2008 06:45:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37222&amp;title=cxtlistctrl#37222</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl : Hi;LVS_SHOWSELALWAYS is not an...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37218&amp;title=cxtlistctrl#37218</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 11148<br /><strong>Posted:</strong> 23 June 2008 at 6:12am<br /><br />Hi;<br>LVS_SHOWSELALWAYS is not an extended listview style. Try to set the style in your dialog ressource.<br>]]>
   </description>
   <pubDate>Mon, 23 Jun 2008 06:12:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37218&amp;title=cxtlistctrl#37218</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl : Hi,   I put the code like this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37217&amp;title=cxtlistctrl#37217</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3829">floydzhang</a><br /><strong>Subject:</strong> 11148<br /><strong>Posted:</strong> 23 June 2008 at 6:03am<br /><br /><DIV>Hi, </DIV><DIV>&nbsp;</DIV><DIV>I put the code like this in the OnInitialUpdate().</DIV><DIV>&nbsp;</DIV><DIV>CFormView::OnInitialUpdate();</DIV><P>SetScaleToFitSize(CSize(0));<BR>ModifyStyle(0, /*WS_CLIPCHILDREN|*/ WS_CLIPSIBLINGS);<BR>ModifyStyleEx(WS_EX_CLIENTEDGE, WS_EX_STATICEDGE, SWP_FRAMECHANGED);</P><P>m_btnNGTypeExpand.SetBrowseStyle(BES_XT_POPUPMENU);<BR>m_btnNGTypeExpand.Initialize(&amp;m_txtNGType, BES_XT_POPUPMENU, IDR_NGTYPE_POPUP, 0);</P><P>&nbsp;//m_arrButton&#091;0&#093;.SetShade(CShadeButtonST::SHS_HARDBUMP);<BR>&nbsp;//m_arrButton&#091;1&#093;.SetShade(CShadeButtonST::SHS_HARDBUMP);<BR>&nbsp;//m_arrButton&#091;2&#093;.SetShade(CShadeButtonST::SHS_HARDBUMP);<BR>&nbsp;//m_arrButton&#091;3&#093;.SetShade(CShadeButtonST::SHS_HARDBUMP);</P><P>&nbsp;m_listCtrl.DeleteAllItems();<BR>&nbsp;while (m_listCtrl.DeleteColumn(0));</P><P>&nbsp;// Insert the columns.<BR>&nbsp;m_listCtrl.InsertColumn(0, _T("Task"), LVCFMT_LEFT, 125);<BR>&nbsp;m_listCtrl.InsertColumn(1, _T("Status"), LVCFMT_LEFT, 125);</P><P>&nbsp;ListView_SetExtendedListViewStyle(m_listCtrl.m_hWnd, <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LVS_EX_GRIDLINES | LVS_EX_FULLROWSELECT | LVS_SHOWSELALWAYS);<BR></P><DIV></DIV>But it din't work, when I click the button located on the same formview, the highlight was cleared.<DIV></DIV><DIV></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Mon, 23 Jun 2008 06:03:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37217&amp;title=cxtlistctrl#37217</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl : Hi, LVS_SHOWSELALWAYS have to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37215&amp;title=cxtlistctrl#37215</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11148<br /><strong>Posted:</strong> 23 June 2008 at 5:43am<br /><br />Hi,<DIV>LVS_SHOWSELALWAYS have to work. How do you set it ?</DIV>]]>
   </description>
   <pubDate>Mon, 23 Jun 2008 05:43:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37215&amp;title=cxtlistctrl#37215</guid>
  </item> 
  <item>
   <title><![CDATA[CXTListCtrl : Hi, friends I meet a problem....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37198&amp;title=cxtlistctrl#37198</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3829">floydzhang</a><br /><strong>Subject:</strong> 11148<br /><strong>Posted:</strong> 23 June 2008 at 3:33am<br /><br /><P>Hi, friends</P><DIV>I meet a problem. When the listctrl loses focus, fox example, I click the buttons, click other panes, how the selection in listctrl can&nbsp;keep sitll hlighted?</DIV><DIV>&nbsp;</DIV><DIV><DIV>I set the style of listctrl with LVS_SHOWSELALWAYS, but it didn't work.</DIV></DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>Floyd</DIV>]]>
   </description>
   <pubDate>Mon, 23 Jun 2008 03:33:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11148&amp;PID=37198&amp;title=cxtlistctrl#37198</guid>
  </item> 
 </channel>
</rss>