<?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 : Apply msstyle skin</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Skin Framework : Apply msstyle skin]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 10:40:14 +0000</pubDate>
  <lastBuildDate>Fri, 22 Dec 2006 15:05:32 +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=5845</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[Apply msstyle skin : Hi, GDI can draw text only from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18560&amp;title=apply-msstyle-skin#18560</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5845<br /><strong>Posted:</strong> 22 December 2006 at 3:05pm<br /><br />Hi,<DIV>GDI can draw text only from top to bottom.</DIV><DIV>&nbsp;</DIV><DIV>Unfortunatelly TaskPanel don't use this images and generate them using caption color.</DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 15:05:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18560&amp;title=apply-msstyle-skin#18560</guid>
  </item> 
  <item>
   <title><![CDATA[Apply msstyle skin : Oleg, i have successfully fixed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18549&amp;title=apply-msstyle-skin#18549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2563">aamirzia</a><br /><strong>Subject:</strong> 5845<br /><strong>Posted:</strong> 22 December 2006 at 11:46am<br /><br /><P>Oleg,</P><DIV>i have successfully fixed the problem to make&nbsp;TabCtrl use TIS_HOT when it is positioned left/bottom or right but not been able to&nbsp;rotate the Tab's text 180 degrees when the tab's are positioned left? Can you specify the code change?</DIV><DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Also, setting the panel theme like</DIV><DIV><FONT size=2>searchPanel.SetTheme(xtpTaskPanelThemeNativeWinXP );</FONT></DIV><DIV><FONT size=2>but it doesnt changes the collapse/expand buttons to the buttons shown in the&nbsp;skin preview in Style Builder and keeps on showing the traditional button with double arrow heads on task panel. Actually, i want to change the task panel expand/collapse&nbsp;buttons images.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>thankyou</FONT></DIV></DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 11:46:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18549&amp;title=apply-msstyle-skin#18549</guid>
  </item> 
  <item>
   <title><![CDATA[Apply msstyle skin : Hi Oleg, Is there any way to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18546&amp;title=apply-msstyle-skin#18546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2563">aamirzia</a><br /><strong>Subject:</strong> 5845<br /><strong>Posted:</strong> 22 December 2006 at 11:05am<br /><br /><P>Hi Oleg,</P><DIV>Is there any way to make&nbsp; TabCtrl use TIS_HOT when it is positioned left/bottom or right ? If yes, then tell me precisely that where should i change in library source ?</DIV><DIV>&nbsp;</DIV><DIV>Also, you have not told me the second part of my last post i.e.&nbsp;how can i skin the Task Panel's expand/collapse button. Please see my last post for detail.</DIV><DIV>&nbsp;</DIV><DIV>thankyou<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 11:05:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18546&amp;title=apply-msstyle-skin#18546</guid>
  </item> 
  <item>
   <title><![CDATA[Apply msstyle skin : Actually it was problem in oru...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18527&amp;title=apply-msstyle-skin#18527</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5845<br /><strong>Posted:</strong> 22 December 2006 at 8:55am<br /><br />Actually it was problem in oru code. :(&nbsp; When Tab in left/bottom/right&nbsp; used TIS_FOCSUED instead TIS_HOT. In most skins focused state &nbsp;looks same as Hot so we didn't notice it.<DIV>&nbsp;</DIV><DIV>Thank you. You can fix CXTPTabPaintManager::CColorSetWinXP::DrawRotatedButton method and rebuild library.</DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 08:55:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18527&amp;title=apply-msstyle-skin#18527</guid>
  </item> 
  <item>
   <title><![CDATA[Apply msstyle skin : Hi Oleg, I have tried the tab...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18516&amp;title=apply-msstyle-skin#18516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2563">aamirzia</a><br /><strong>Subject:</strong> 5845<br /><strong>Posted:</strong> 22 December 2006 at 5:21am<br /><br />Hi Oleg,<DIV>I have tried the tab manager sample as you told and skinned it to ITunes skin and set it to WinXp color set but to my surprise when ever&nbsp;i selected the position of TAB to left, the hot tracking&nbsp;was no more visible and on changing it back to top it was working fine. In my code the tab control's hot tracking was set to TRUE. Is there any way to rotate the Tab's text 180 degrees when the tab's are positioned left?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Also, setting the panel theme like</DIV><DIV><FONT size=2>searchPanel.SetTheme(xtpTaskPanelThemeNativeWinXP );</FONT></DIV><DIV><FONT size=2>but it doesnt changes the collapse/expand buttons to the buttons shown in the&nbsp;skin preview in Style Builder and keeps on showing the traditional button with double arrow heads on task panel. Actually, i want to change the task panel expand/collapse&nbsp;buttons images.</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>thankyou</FONT></DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 05:21:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18516&amp;title=apply-msstyle-skin#18516</guid>
  </item> 
  <item>
   <title><![CDATA[Apply msstyle skin : I opened TabManager sample, a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18506&amp;title=apply-msstyle-skin#18506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5845<br /><strong>Posted:</strong> 22 December 2006 at 3:41am<br /><br />I opened TabManager sample,<DIV>added</DIV><DIV>&nbsp;XTPSkinManager()-&gt;LoadSkin("c:\\Source\\ToolkitRoot\\ToolkitPro\\Source\\SkinFramework\\Styles\\Vista.cjstyles");<BR>to skin it,</DIV><DIV>&nbsp;</DIV><DIV>and don't see problem with Left tab position. HotTracking option must be enabled.</DIV><DIV>&nbsp;</DIV><DIV>Try this sample.</DIV><DIV>&nbsp;</DIV><DIV>For TaskPanel check available styles.Think xtpTaskPanelThemeNativeWinXP will look quite good.</DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 03:41:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18506&amp;title=apply-msstyle-skin#18506</guid>
  </item> 
  <item>
   <title><![CDATA[Apply msstyle skin : Oleg, i have noticed that if i...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18499&amp;title=apply-msstyle-skin#18499</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2563">aamirzia</a><br /><strong>Subject:</strong> 5845<br /><strong>Posted:</strong> 22 December 2006 at 2:20am<br /><br />Oleg, i have noticed that if i set my tab position to the left it does not show the mouse hover affect of Tabs but if the tabs are positioned on Top the mouse hover affect is working fine, is this a bug or am i missing something ?<DIV>Also, please also tell me how to skin CXTPTaskPanel as well</DIV><DIV>thanx alot Oleg</DIV><DIV>God Bless u :)</DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 02:20:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18499&amp;title=apply-msstyle-skin#18499</guid>
  </item> 
  <item>
   <title><![CDATA[Apply msstyle skin : Sorry, got ur point, u meant to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18492&amp;title=apply-msstyle-skin#18492</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2563">aamirzia</a><br /><strong>Subject:</strong> 5845<br /><strong>Posted:</strong> 22 December 2006 at 1:43am<br /><br /><P>Sorry&nbsp;, got ur point, u meant to set</P><P><FONT size=2>tabControl.SetColor(xtpTabColorWinXP);</P><DIV>its fine but still does not enables image change&nbsp;as mouse hovers above the tab.</DIV><DIV>&nbsp;</DIV><DIV>Also, can you please tell how can i skin the CXTPTaskPanel as well <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>thank you</DIV></FONT>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 01:43:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18492&amp;title=apply-msstyle-skin#18492</guid>
  </item> 
  <item>
   <title><![CDATA[Apply msstyle skin : Hi Oleg,  What do you mean by...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18490&amp;title=apply-msstyle-skin#18490</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2563">aamirzia</a><br /><strong>Subject:</strong> 5845<br /><strong>Posted:</strong> 22 December 2006 at 1:36am<br /><br />Hi Oleg,<DIV>&nbsp;</DIV><DIV>What do you mean by "WinXp color must be set for CXTPTabControl" ?</DIV><DIV>Can you please elaborate, what is this and will it skin the CXTPTabControl?</DIV><DIV>&nbsp;</DIV><DIV>Also, let me know that how can i skin the CXTPTaskPanel as well because its not getting skinned as well <img src="https://forum.codejock.com/smileys/smiley19.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>thank you</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 01:36:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18490&amp;title=apply-msstyle-skin#18490</guid>
  </item> 
  <item>
   <title><![CDATA[Apply msstyle skin : Hi, WinXP color set must be set...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18483&amp;title=apply-msstyle-skin#18483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5845<br /><strong>Posted:</strong> 22 December 2006 at 1:14am<br /><br /><P>Hi,</P><DIV>WinXP color set must be set for CXTPTabControl.</DIV>]]>
   </description>
   <pubDate>Fri, 22 Dec 2006 01:14:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5845&amp;PID=18483&amp;title=apply-msstyle-skin#18483</guid>
  </item> 
 </channel>
</rss>