<?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 : Button Style test</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Button Style test]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 22:09:02 +0000</pubDate>
  <lastBuildDate>Fri, 26 Oct 2018 10:19:30 +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=23744</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[Button Style test : i reply to myself my modification...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23744&amp;PID=77100&amp;title=button-style-test#77100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7633">Cedric_ar</a><br /><strong>Subject:</strong> 23744<br /><strong>Posted:</strong> 26 October 2018 at 10:19am<br /><br />i reply to myself my modification is wrong. If you want to test all possibility of button style call base function ie GetStyle. I revert my modification.]]>
   </description>
   <pubDate>Fri, 26 Oct 2018 10:19:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23744&amp;PID=77100&amp;title=button-style-test#77100</guid>
  </item> 
  <item>
   <title><![CDATA[Button Style test : I upgrade some legacy control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23744&amp;PID=77098&amp;title=button-style-test#77098</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7633">Cedric_ar</a><br /><strong>Subject:</strong> 23744<br /><strong>Posted:</strong> 25 October 2018 at 10:56am<br /><br />I upgrade some legacy control to xtp control ( ie checkbox in my case ). In my code i test BS_BITMAP style, with the your test, you only test value under BS_TYPEMAP. I replace for default test<div><br><div>this&nbsp;</div><div><div>BYTE CXTPButton::GetButtonStyle() const</div><div>{</div></div><div><span style="white-space:pre">	</span>BYTE bStyle = BYTE(GetStyle() &amp; 0xF);</div><div>by</div><div><br></div><div><div>BYTE CXTPButton::GetButtonStyle() const</div><div>{</div></div><div><div><span style="white-space: pre;">	</span>BYTE bStyle = BYTE(GetStyle() &amp; 0xFFFF);</div><div><br></div><div><br></div><div>i don't know if it's a bug.</div></div></div>]]>
   </description>
   <pubDate>Thu, 25 Oct 2018 10:56:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23744&amp;PID=77098&amp;title=button-style-test#77098</guid>
  </item> 
 </channel>
</rss>