<?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 : I can&#039;t change the page for CXTPTabControl</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : I can&#039;t change the page for CXTPTabControl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 01:40:45 +0000</pubDate>
  <lastBuildDate>Tue, 15 Jan 2008 05:59:51 +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=9307</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[I can&#039;t change the page for CXTPTabControl : Hi, Think you subclass m_wndTabControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9307&amp;PID=30137&amp;title=i-cant-change-the-page-for-cxtptabcontrol#30137</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9307<br /><strong>Posted:</strong> 15 January 2008 at 5:59am<br /><br />Hi,<DIV>Think you subclass m_wndTabControl from Static that doesn't have SS_NOTIFY flag. Change it in resources.</DIV>]]>
   </description>
   <pubDate>Tue, 15 Jan 2008 05:59:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9307&amp;PID=30137&amp;title=i-cant-change-the-page-for-cxtptabcontrol#30137</guid>
  </item> 
  <item>
   <title><![CDATA[I can&#039;t change the page for CXTPTabControl : m_pageTabControl.Create(CTabPage::IDD,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9307&amp;PID=30136&amp;title=i-cant-change-the-page-for-cxtptabcontrol#30136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3648">cmhse</a><br /><strong>Subject:</strong> 9307<br /><strong>Posted:</strong> 15 January 2008 at 5:22am<br /><br />&nbsp;m_pageTabControl.Create(CTabPage::IDD, &amp;m_wndTabControl);<BR>&nbsp;m_pageTabControl2.Create(CTabPage::IDD, &amp;m_wndTabControl);<BR>&nbsp;m_wndTabControl.InsertItem(0, _T("page1"), m_pageTabControl, 0);<BR>&nbsp;m_wndTabControl.InsertItem(1, _T("page2"), m_pageTabControl2, 1);<BR>&nbsp;m_wndTabControl.GetPaintManager()-&gt;SetAppearance(xtpTabAppearancePropertyPage);<BR>&nbsp;m_wndTabControl.GetPaintManager()-&gt;SetColor(xtpTabColorOffice2007);<BR>&nbsp;m_wndTabControl.GetPaintManager()-&gt;SetLayout(xtpTabLayoutAutoSize);<DIV></DIV><DIV></DIV><FONT color=#ff0000>problem : <DIV><FONT color=#ff0000>There are not any&nbsp;behavior when&nbsp;mouse&nbsp;click the page2.</FONT></DIV><DIV>Why??</DIV><DIV>So I can't change the page.</DIV></FONT>]]>
   </description>
   <pubDate>Tue, 15 Jan 2008 05:22:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9307&amp;PID=30136&amp;title=i-cant-change-the-page-for-cxtptabcontrol#30136</guid>
  </item> 
  <item>
   <title><![CDATA[I can&#039;t change the page for CXTPTabControl : Hi,  m_wndTabControl.SetCurSel(0);...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9307&amp;PID=30132&amp;title=i-cant-change-the-page-for-cxtptabcontrol#30132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9307<br /><strong>Posted:</strong> 15 January 2008 at 12:54am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>m_wndTabControl.SetCurSel(0);</DIV>]]>
   </description>
   <pubDate>Tue, 15 Jan 2008 00:54:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9307&amp;PID=30132&amp;title=i-cant-change-the-page-for-cxtptabcontrol#30132</guid>
  </item> 
  <item>
   <title><![CDATA[I can&#039;t change the page for CXTPTabControl : m_wndTabControl.ModifyStyle(0,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9307&amp;PID=30130&amp;title=i-cant-change-the-page-for-cxtptabcontrol#30130</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3648">cmhse</a><br /><strong>Subject:</strong> 9307<br /><strong>Posted:</strong> 14 January 2008 at 10:06pm<br /><br /><P>&nbsp;m_wndTabControl.ModifyStyle(0, WS_CLIPCHILDREN|WS_CLIPSIBLINGS|WS_TABSTOP);</P><P>&nbsp;m_ilTabCtrl.Create(16, 16, ILC_COLOR16|ILC_MASK, 0, 1);<BR>&nbsp;CBitmap bmp;<BR>&nbsp;bmp.LoadBitmap(IDB_BITMAP1);<BR>&nbsp;m_ilTabCtrl.Add(&amp;bmp, RGB(0xC0, 0xC0, 0xC0));<BR>&nbsp;m_wndTabControl.SetImageList(&amp;m_ilTabCtrl);</P><P><BR>&nbsp;m_pageTabControl.Create(CTabPage::IDD, &amp;m_wndTabControl);<BR>&nbsp;m_pageTabControl.ModifyStyle(0, DS_CONTROL);<BR>&nbsp;m_pageTabControl.ModifyStyleEx(0, WS_EX_CONTROLPARENT);</P><P>&nbsp;m_pageTabControl2.Create(CTabPage::IDD, &amp;m_wndTabControl);<BR>&nbsp;m_pageTabControl2.ModifyStyle(0, DS_CONTROL);<BR>&nbsp;m_pageTabControl2.ModifyStyleEx(0, WS_EX_CONTROLPARENT);</P><P>&nbsp;m_wndTabControl.ShowIcons(TRUE);</P><P>&nbsp;m_wndTabControl.InsertItem(0, _T("page1"), m_pageTabControl, 0&nbsp;m_wndTabControl.InsertItem(1, _T("page2"), m_pageTabControl2, 1);<BR>&nbsp;m_wndTabControl.GetPaintManager()-&gt;SetAppearance(xtpTabAppearancePropertyPage);</P><DIV>m_wndTabControl.GetPaintManager()-&gt;SetAppearance(xtpTabAppearancePropertyPage);<BR>&nbsp;m_wndTabControl.GetPaintManager()-&gt;SetColor(xtpTabColorOffice2007);<BR>&nbsp;m_wndTabControl.GetPaintManager()-&gt;SetLayout(xtpTabLayoutAutoSize);</DIV><DIV>&nbsp;</DIV><DIV>Problem : I can't change the page. How to do?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 14 Jan 2008 22:06:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9307&amp;PID=30130&amp;title=i-cant-change-the-page-for-cxtptabcontrol#30130</guid>
  </item> 
 </channel>
</rss>