<?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 : ListCtrl Event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : ListCtrl Event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 07:15:30 +0000</pubDate>
  <lastBuildDate>Fri, 15 Jun 2018 06:13:23 +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=23655</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[ListCtrl Event : Hello GWLee,You can find more...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23655&amp;PID=76883&amp;title=listctrl-event#76883</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23655<br /><strong>Posted:</strong> 15 June 2018 at 6:13am<br /><br /><div><div>Hello GWLee,</div><div><br></div><div>You can find more extended example of using CXTPListCtrl in Samples\Controls\ListCtrl\ListCtrlDlg.h</div><div><br></div><div>CXTPListCtrl is inherited from CListCtrl so you can use common notyfication handling.</div><div>I have added next code to Samples\Controls\ListCtrl<table width="99%"><tr><td><pre class="BBcode"></div><div>&nbsp; &nbsp; BEGIN_MESSAGE_MAP(CListCtrlDlg, CXTPResizeDialog)</div><div>&nbsp; &nbsp; ....</div><div>&nbsp; &nbsp; <span style="white-space:pre">	</span>ON_NOTIFY(NM_CLICK, IDC_LIST_CTRL, <b>OnListClick</b>)</div><div>&nbsp; &nbsp; END_MESSAGE_MAP()</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; void CListCtrlDlg::<b>OnListClick</b>(NMHDR* pNMHDR, LRESULT* pResult)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; <span style="white-space:pre">	</span>// add something</div><div>&nbsp; &nbsp; }</div><div></pre></td></tr></table></div><div>However for your purposes will be better ReportControl.</div><div><br></div><div>Regards,</div><div>&nbsp;Oleksandr Lebed</div></div>]]>
   </description>
   <pubDate>Fri, 15 Jun 2018 06:13:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23655&amp;PID=76883&amp;title=listctrl-event#76883</guid>
  </item> 
  <item>
   <title><![CDATA[ListCtrl Event : Hello All,I hope this is the correct...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23655&amp;PID=76878&amp;title=listctrl-event#76878</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9278">GWLee</a><br /><strong>Subject:</strong> 23655<br /><strong>Posted:</strong> 13 June 2018 at 9:28pm<br /><br /><div>Hello All,</div><div><br></div><div>I hope this is the correct forum, my apologies if it is not.</div><div><br></div><div>We have recently reveiwed to v18.4 of CodeJock Trial Sample Project.</div><div><br></div><div>I would like to create the following list controls through the toolkit.</div><div><br></div><div>The project being referenced is GUI _ Eclipse, which refers to the Tasks tab of the Pane control.</div><div><br></div><div><img src="uploads/9278/Task1.PNG" height="553" width="576" border="0" /><br></div><div><br></div><div>However, there are no examples of events here, such as double clicking on the list to modify it and changing themes.</div><div><br></div><div><img src="uploads/9278/Task2.PNG" height="142" width="473" border="0" /><br></div><div><br></div><div>Is there an event sample from the list control on the toolkit?</div><div><br></div><div>For example, how can I make samples, such as double clicking on the list and changing the color or inserting images, as in the picture above?</div><div><br></div><div><br></div><div>Please help.</div><div><br></div><div>Many thanks.</div><div><br></div><div>GWLee</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 13 Jun 2018 21:28:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23655&amp;PID=76878&amp;title=listctrl-event#76878</guid>
  </item> 
 </channel>
</rss>