<?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 : WinForms</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : WinForms]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 10:38:39 +0000</pubDate>
  <lastBuildDate>Tue, 25 Mar 2025 11:50:35 +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=24557</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[WinForms : I got hold of the VB code and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24557&amp;PID=79167&amp;title=winforms#79167</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 24557<br /><strong>Posted:</strong> 25 March 2025 at 11:50am<br /><br /><div>I got hold of the VB code and found there was some hard coded "White" and "Black" settings on the controls. I changed that to use SystemColors.Window/WindowText etc. Worked fine for the Forms ListView but isn't always working for the Forms ComboBox.</div><div><br></div><div>These .NET controls are like the rich edit control where I have to find all instances where specific API calls to the control are made and make sure they use system colors where appropriate.</div>]]>
   </description>
   <pubDate>Tue, 25 Mar 2025 11:50:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24557&amp;PID=79167&amp;title=winforms#79167</guid>
  </item> 
  <item>
   <title><![CDATA[WinForms : I&amp;#039;m skinning our app and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24557&amp;PID=79163&amp;title=winforms#79163</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3213">rdhd</a><br /><strong>Subject:</strong> 24557<br /><strong>Posted:</strong> 21 March 2025 at 2:39pm<br /><br /><div>I'm skinning our app and have hit a bit of a snag with WindowsForms. I see CJ code parsing the classname and detecting the fact a window is a winform. For a winform list control that it encounters it attaches the hook. But I have an issue with text displaying dark as WinForms isn't using the system color we supply. This is making text hard to see. I have tried removing the only window I have direct access to from skinning. The problem is though that later when all the child windows get created by the clr they all are captured by the cbt hook CJ has and get tagged for skinning. It would be great if removing a window would keep all the child windows created at any point after than being skinned. I can't disable skinning in some cases because I don't have knowledge of when to turn it back on.</div><div><br></div><div>I also have issues with the WindowsForm ComboBox as I scroll thru it as the text is white on a white background. Compare this WindowsForm ComboBox skinning result to the one after it which is just a win32 ComboBox.</div><div><br></div><div><img src="" border="0" /></div><div><br></div><div><img src="" border="0" /></div><div><br></div><div>So, how do I address the WindowsForm Combobox issue and address this dark text in the WindowsForm list control?</div><div><br></div><div><img src="" border="0" /></div>]]>
   </description>
   <pubDate>Fri, 21 Mar 2025 14:39:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24557&amp;PID=79163&amp;title=winforms#79163</guid>
  </item> 
 </channel>
</rss>