<?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 : Problem with CheckBox Background</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Problem with CheckBox Background]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 12:42:56 +0000</pubDate>
  <lastBuildDate>Fri, 26 May 2006 09:55: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=4287</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[Problem with CheckBox Background : I found my problem. the message...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4287&amp;PID=13175&amp;title=problem-with-checkbox-background#13175</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2043">mdegroux</a><br /><strong>Subject:</strong> 4287<br /><strong>Posted:</strong> 26 May 2006 at 9:55am<br /><br />I found my problem. the message WM_CTLCOLOR wasn't correctly intercepted.]]>
   </description>
   <pubDate>Fri, 26 May 2006 09:55:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4287&amp;PID=13175&amp;title=problem-with-checkbox-background#13175</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CheckBox Background : Hello, See Samples\UserInterface\GUI_OneNote...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4287&amp;PID=13172&amp;title=problem-with-checkbox-background#13172</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4287<br /><strong>Posted:</strong> 26 May 2006 at 9:51am<br /><br /><P>Hello,</P><P>See Samples\UserInterface\GUI_OneNote it has checkbox and catch WM_CTLCOLOR to draw background...</P>]]>
   </description>
   <pubDate>Fri, 26 May 2006 09:51:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4287&amp;PID=13172&amp;title=problem-with-checkbox-background#13172</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CheckBox Background : here is the code I use to insert...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4287&amp;PID=13167&amp;title=problem-with-checkbox-background#13167</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2043">mdegroux</a><br /><strong>Subject:</strong> 4287<br /><strong>Posted:</strong> 26 May 2006 at 6:41am<br /><br />here is the code I use to insert the checkbox:<br><br><table width="99%"><tr><td><pre class="BBcode"><br><br>header file:<br><br>CButton m_CheckPrint;<br>CXTPTaskPanel m_wndTaskPanel;<br><br>source file:<br> m_CheckPrint.Create(Chaine(MAKEINTRESOURCE(IDS_IMPRIMEES)),W S_CHILD | WS_VISIBLE | BS_AUTO3STATE, CRect(0,0,0,18), this,IDC_CHECK_PRINT);<br> m_CheckPrint.SetFont(XTPPaintManager()-&gt;GetRegularFont()) ;<br><br>CXTPTaskPanelGroup* pGroup = m_wndTaskPanel.AddGroup(0):<br>CXTPTaskPanelGroupItem* pItem = pGroup-&gt;AddControlItem(m_CheckPrint.GetSafeHwnd());<br><br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Fri, 26 May 2006 06:41:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4287&amp;PID=13167&amp;title=problem-with-checkbox-background#13167</guid>
  </item> 
  <item>
   <title><![CDATA[Problem with CheckBox Background : In my taskpanel, I have inserted...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4287&amp;PID=13166&amp;title=problem-with-checkbox-background#13166</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2043">mdegroux</a><br /><strong>Subject:</strong> 4287<br /><strong>Posted:</strong> 26 May 2006 at 6:37am<br /><br />In my taskpanel, I have inserted a checkbox as a ControlItem.<br>The background of my checkbox is the default dialog background (gray) and not the color of the taskpanel<br><br>I've tryed to receive the message WM_CTLCOLOR but it doesn't work<br><br>How can I change the color?<br><br>Best Regards<br>]]>
   </description>
   <pubDate>Fri, 26 May 2006 06:37:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4287&amp;PID=13166&amp;title=problem-with-checkbox-background#13166</guid>
  </item> 
 </channel>
</rss>