<?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 : GetSelectedItem()</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : GetSelectedItem()]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 01:29:46 +0000</pubDate>
  <lastBuildDate>Thu, 05 Apr 2007 10:59:49 +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=6807</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[GetSelectedItem() : Solved  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6807&amp;PID=21709&amp;title=getselecteditem#21709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=117">Paddy</a><br /><strong>Subject:</strong> 6807<br /><strong>Posted:</strong> 05 April 2007 at 10:59am<br /><br />Solved&nbsp;<img src="http://forum.codejock.com/smileys/smiley4.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Thu, 05 Apr 2007 10:59:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6807&amp;PID=21709&amp;title=getselecteditem#21709</guid>
  </item> 
  <item>
   <title><![CDATA[GetSelectedItem() : Hi all,I have build a report looking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6807&amp;PID=21708&amp;title=getselecteditem#21708</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=117">Paddy</a><br /><strong>Subject:</strong> 6807<br /><strong>Posted:</strong> 05 April 2007 at 8:33am<br /><br />Hi all,<br><br>I have build a report looking similar like a CListCtrl in thumbnail mode.<br>Each item has a different "dataset".<br>Now I have the following problem:<br><br>I try to find a selected item in the "OnSelectionChanged(NMHDR * pNotifyStruct, LRESULT * /*result*/)" event.<br><br>If I selected another row together with another column I get this event twice:<br><br>- first the column will be changed <br>- second the row will be changed<br><br>Any idea how I would get only one event (checking if row has changed isn't a solution)?<br><br>I already tried checking the mouse position without success:<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DWORD pos = GetMessagePos();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CPoint pt(LOWORD(pos), HIWORD(pos));<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_wndReport.ScreenToClient(&amp;pt);<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPReportRow* theRow = m_wndReport.HitTest(pt);<br>....<br><br>Greets,<br><br>Patrik<br>]]>
   </description>
   <pubDate>Thu, 05 Apr 2007 08:33:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6807&amp;PID=21708&amp;title=getselecteditem#21708</guid>
  </item> 
 </channel>
</rss>