<?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 : CXTPPropertyGridToolBar::OnPaint</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : CXTPPropertyGridToolBar::OnPaint]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 25 May 2026 10:09:57 +0000</pubDate>
  <lastBuildDate>Tue, 24 Jul 2007 05:24:06 +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=7649</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[CXTPPropertyGridToolBar::OnPaint : Hello,  We will enhance it for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7649&amp;PID=24641&amp;title=cxtppropertygridtoolbaronpaint#24641</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7649<br /><strong>Posted:</strong> 24 July 2007 at 5:24am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>We will enhance it for 11.2 release.</DIV>]]>
   </description>
   <pubDate>Tue, 24 Jul 2007 05:24:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7649&amp;PID=24641&amp;title=cxtppropertygridtoolbaronpaint#24641</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridToolBar::OnPaint : P.P.S, here&amp;#039;s the image showing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7649&amp;PID=24635&amp;title=cxtppropertygridtoolbaronpaint#24635</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 7649<br /><strong>Posted:</strong> 24 July 2007 at 12:22am<br /><br />P.P.S, here's the image showing why it's an issue.<DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20070724_002210_propertygridtoo.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Tue, 24 Jul 2007 00:22:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7649&amp;PID=24635&amp;title=cxtppropertygridtoolbaronpaint#24635</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridToolBar::OnPaint : PS. It has the same problem also...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7649&amp;PID=24634&amp;title=cxtppropertygridtoolbaronpaint#24634</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 7649<br /><strong>Posted:</strong> 23 July 2007 at 11:56pm<br /><br />PS.&nbsp; It has the same problem also in<DIV>&nbsp;</DIV><DIV>void CXTPSkinObjectToolBar::OnPaint()<BR>{<BR>&nbsp;CXTPSkinObjectPaintDC dc(this); // device context for painting</DIV><DIV>&nbsp;CRect rcClient;<BR>&nbsp;GetClientRect(&amp;rcClient);</DIV><DIV>&nbsp;CXTPBufferDC dcMem(dc, rcClient);<BR>&nbsp;dcMem.FillSolidRect(rcClient, GetColor(COLOR_3DFACE));</DIV><DIV>&nbsp;HFONT hFont = (HFONT)SendMessage(WM_GETFONT);<BR>&nbsp;HFONT hOldFont = (HFONT)::SelectObject(dcMem, hFont);</DIV><DIV>&nbsp;DrawToolbarH(&amp;dcMem);</DIV><DIV>&nbsp;::SelectObject(dcMem, hOldFont);<BR>}<BR></DIV>]]>
   </description>
   <pubDate>Mon, 23 Jul 2007 23:56:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7649&amp;PID=24634&amp;title=cxtppropertygridtoolbaronpaint#24634</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPPropertyGridToolBar::OnPaint :    void CXTPPropertyGridToolBar::OnPaint(){CPaintDC...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7649&amp;PID=24633&amp;title=cxtppropertygridtoolbaronpaint#24633</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2967">adrien</a><br /><strong>Subject:</strong> 7649<br /><strong>Posted:</strong> 23 July 2007 at 11:45pm<br /><br /><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>void CXTPPropertyGridToolBar::OnPaint()<BR>{<BR>&nbsp;CPaintDC dc(this);</DIV><DIV>&nbsp;CXTPClientRect rc(this);<BR>&nbsp;CXTPBufferDC memDC(dc, rc);<BR>&nbsp;memDC.FillSolidRect(rc, GetXtremeColor(COLOR_3DFACE));</DIV><DIV>&nbsp;CToolBar::DefWindowProc(WM_PAINT, (WPARAM)memDC.m_hDC, 0);<BR>}</DIV><DIV>&nbsp;</DIV><DIV>shouldn't do the FillSolidRect.&nbsp; In fact will need a transparent mode just like the property grid itself.</DIV><DIV>&nbsp;</DIV><DIV>Also, it would be really handy to have such a toolbar on the list control, </DIV><DIV>&nbsp;</DIV><DIV>and...</DIV><DIV>&nbsp;</DIV><DIV>it would be even better if we could use our own TOOLBAR resource, instead of being stuck with the hard-coded one that just does sorting.</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 23 Jul 2007 23:45:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7649&amp;PID=24633&amp;title=cxtppropertygridtoolbaronpaint#24633</guid>
  </item> 
 </channel>
</rss>