<?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 : Turn off Row Focus Alltogether</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Turn off Row Focus Alltogether]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 05 Jun 2026 16:09:43 +0000</pubDate>
  <lastBuildDate>Mon, 09 Jul 2007 17:06:07 +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=7553</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[Turn off Row Focus Alltogether : Here is a start:  //////////...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7553&amp;PID=24333&amp;title=turn-off-row-focus-alltogether#24333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 7553<br /><strong>Posted:</strong> 09 July 2007 at 5:06pm<br /><br />Here is a start:<DIV>&nbsp;</DIV><DIV>/////////////////////////////</DIV><DIV>&nbsp;</DIV><DIV>#pragma once</DIV><DIV>class CSolidFocusPaintManager : public CXTPReportPaintManager<BR>{<BR>public:<BR>&nbsp;CSolidFocusPaintManager(COLORREF textColor = 0x0,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COLORREF backColor = 0xFFFFFF,<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COLORREF focusColor = 0x0)<BR>&nbsp;{<BR>&nbsp;&nbsp;m_textColor = textColor;<BR>&nbsp;&nbsp;m_backColor = backColor;<BR>&nbsp;&nbsp;m_focusColor = focusColor;</DIV><DIV>&nbsp;&nbsp;m_brush.CreateSolidBrush(focusColor);<BR>&nbsp;}<BR>&nbsp;virtual ~CSolidFocusPaintManager() {}</DIV><DIV>&nbsp;virtual void DrawFocusedRow(CDC* pDC, CRect rcRow)<BR>&nbsp;{<BR>&nbsp;&nbsp;COLORREF clrTextColor = pDC-&gt;SetTextColor(m_textColor);<BR>&nbsp;&nbsp;COLORREF clrBkColor = pDC-&gt;SetBkColor(m_backColor);<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;pDC-&gt;FrameRect(rcRow, &amp;m_brush);<BR>&nbsp;&nbsp;pDC-&gt;SetTextColor(clrTextColor);<BR>&nbsp;&nbsp;pDC-&gt;SetBkColor(clrBkColor);<BR>&nbsp;}</DIV><DIV>protected:<BR>&nbsp;CBrush&nbsp;&nbsp;m_brush;<BR>&nbsp;COLORREF &nbsp;m_textColor;<BR>&nbsp;COLORREF &nbsp;m_backColor;<BR>&nbsp;COLORREF &nbsp;m_focusColor;<BR>};<BR></DIV>]]>
   </description>
   <pubDate>Mon, 09 Jul 2007 17:06:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7553&amp;PID=24333&amp;title=turn-off-row-focus-alltogether#24333</guid>
  </item> 
  <item>
   <title><![CDATA[Turn off Row Focus Alltogether : Howdy, I thought I had done this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7553&amp;PID=24296&amp;title=turn-off-row-focus-alltogether#24296</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2799">Kurisu</a><br /><strong>Subject:</strong> 7553<br /><strong>Posted:</strong> 08 July 2007 at 7:02am<br /><br />Howdy, <br><br>I thought I had done this before, but can't seem to find it again in the ReportControl or PaintManager.&nbsp; I just want to disable row highlight selection/focus when the user tries to click a row in my ReportControl.<br>]]>
   </description>
   <pubDate>Sun, 08 Jul 2007 07:02:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7553&amp;PID=24296&amp;title=turn-off-row-focus-alltogether#24296</guid>
  </item> 
 </channel>
</rss>