<?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 : CXTPSkinObjectToolBar::IsHorizontal()</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : CXTPSkinObjectToolBar::IsHorizontal()]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 24 Apr 2026 06:51:38 +0000</pubDate>
  <lastBuildDate>Wed, 08 Nov 2023 14:49:46 +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=24426</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[CXTPSkinObjectToolBar::IsHorizontal() : I have the same issue, the result...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24426&amp;PID=78819&amp;title=cxtpskinobjecttoolbarishorizontal#78819</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9604">matsjansson</a><br /><strong>Subject:</strong> 24426<br /><strong>Posted:</strong> 08 November 2023 at 2:49pm<br /><br />I have the same issue, the result is that the separators are drawn horizontal instead of vertical!<div><a href="" target="_blank" rel="nofollow"></div>]]>
   </description>
   <pubDate>Wed, 08 Nov 2023 14:49:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24426&amp;PID=78819&amp;title=cxtpskinobjecttoolbarishorizontal#78819</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPSkinObjectToolBar::IsHorizontal() : This function is looking at the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24426&amp;PID=78785&amp;title=cxtpskinobjecttoolbarishorizontal#78785</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9631">Greg Pryor</a><br /><strong>Subject:</strong> 24426<br /><strong>Posted:</strong> 19 September 2023 at 3:24pm<br /><br />This function is looking at the parent window style instead of its own style.<div>What class of parent window is it expecting to find?<br><div>In my case the parent window is a MFC CFrameWnd which uses some of the style bits differently than&nbsp;CXTPSkinObjectToolBar is expecting.</div><div><br></div><div><div>// (MFC) Frame window styles</div><div>#define FWS_ADDTOTITLE&nbsp; 0x00008000L // modify title based on content</div><div>#define FWS_PREFIXTITLE 0x00004000L // show document name before app name</div><div>#define FWS_SNAPTOBARS&nbsp; 0x00002000L // snap size to size of contained bars</div></div><div><br></div><div><div>// ControlBar styles</div><div>#define CBRS_ALIGN_LEFT&nbsp; &nbsp; &nbsp;0x1000L</div><div>#define CBRS_ALIGN_TOP&nbsp; &nbsp; &nbsp; 0x2000L</div><div>#define CBRS_ALIGN_RIGHT&nbsp; &nbsp; 0x4000L</div><div>#define CBRS_ALIGN_BOTTOM&nbsp; &nbsp;0x8000L</div><div>#define CBRS_ALIGN_ANY&nbsp; &nbsp; &nbsp; 0xF000L</div></div><div>#define CBRS_ORIENT_VERT&nbsp; &nbsp; (CBRS_ALIGN_LEFT|CBRS_ALIGN_RIGHT)</div><div><br></div></div>]]>
   </description>
   <pubDate>Tue, 19 Sep 2023 15:24:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24426&amp;PID=78785&amp;title=cxtpskinobjecttoolbarishorizontal#78785</guid>
  </item> 
 </channel>
</rss>