<?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 : CXTPTabC&#111;ntrol display but cannnot change</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPTabC&#111;ntrol display but cannnot change]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 13:29:36 +0000</pubDate>
  <lastBuildDate>Fri, 01 Jul 2005 14:07:31 +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=2493</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[CXTPTabC&#111;ntrol display but cannnot change : Found It!!  Set Nofity Parent...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2493&amp;PID=7404&amp;title=cxtptabcontrol-display-but-cannnot-change#7404</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1258">MLatimer</a><br /><strong>Subject:</strong> 2493<br /><strong>Posted:</strong> 01 July 2005 at 2:07pm<br /><br /><P>Found It!! </P><P>Set Nofity Parent flag in resource editor!!</P>]]>
   </description>
   <pubDate>Fri, 01 Jul 2005 14:07:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2493&amp;PID=7404&amp;title=cxtptabcontrol-display-but-cannnot-change#7404</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPTabC&#111;ntrol display but cannnot change : Hi We create a CXTPTabControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2493&amp;PID=7403&amp;title=cxtptabcontrol-display-but-cannnot-change#7403</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1258">MLatimer</a><br /><strong>Subject:</strong> 2493<br /><strong>Posted:</strong> 01 July 2005 at 1:50pm<br /><br /><P>Hi</P><P>We create a <FONT size=1>CXTPTabControl with the following code. The control is displayed on of the form, but clicking the tabs does not display the relevent child window. The code is copied from the sample for tab manager. What am I missing?</P><P></FONT><FONT color=#008000 size=1>// Create the pages.<BR></FONT><FONT size=1>m_pageMotorPanel</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>Create</FONT><FONT color=#808000 size=1>(</FONT><FONT size=1>CInstMotorPanel</FONT><FONT color=#808000 size=1>::</FONT><FONT size=1>IDD</FONT><FONT color=#808000 size=1>, &amp;</FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>);<BR></FONT><FONT size=1>m_pageHistoryPanel</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>Create</FONT><FONT color=#808000 size=1>(</FONT><FONT size=1>CInstHistoryPanel</FONT><FONT color=#808000 size=1>::</FONT><FONT size=1>IDD</FONT><FONT color=#808000 size=1>, &amp;</FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>);<BR></FONT><FONT size=1>m_pageFilterPanel</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>Create</FONT><FONT color=#808000 size=1>(</FONT><FONT size=1>CInstFilterPanel</FONT><FONT color=#808000 size=1>::</FONT><FONT size=1>IDD</FONT><FONT color=#808000 size=1>, &amp;</FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>);</P><P></FONT><FONT color=#008000 size=1>// Add the pages<BR></FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>InsertItem</FONT><FONT color=#808000 size=1>(0, </FONT><FONT size=1>_T</FONT><FONT color=#808000 size=1>("History"), </FONT><FONT size=1>m_pageHistoryPanel</FONT><FONT color=#808000 size=1>, 0);<BR></FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>InsertItem</FONT><FONT color=#808000 size=1>(1, </FONT><FONT size=1>_T</FONT><FONT color=#808000 size=1>("Filters"), </FONT><FONT size=1>m_pageFilterPanel</FONT><FONT color=#808000 size=1>, 0);<BR></FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>InsertItem</FONT><FONT color=#808000 size=1>(2, </FONT><FONT size=1>_T</FONT><FONT color=#808000 size=1>("Motor"), </FONT><FONT size=1>m_pageMotorPanel</FONT><FONT color=#808000 size=1>, 0);</P><P></FONT><FONT color=#008000 size=1>// Set the display of the tabs.<BR></FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>GetPaintManager</FONT><FONT color=#808000 size=1>()-&gt;</FONT><FONT size=1>SetPosition</FONT><FONT color=#808000 size=1>(</FONT><FONT size=1>xtpTabPositionBottom</FONT><FONT color=#808000 size=1>);<BR></FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>GetPaintManager</FONT><FONT color=#808000 size=1>()-&gt;</FONT><FONT size=1>SetAppearance</FONT><FONT color=#808000 size=1>((</FONT><FONT size=1>XTPTabAppearanceStyle</FONT><FONT color=#808000 size=1>)3);<BR></FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>GetPaintManager</FONT><FONT color=#808000 size=1>()-&gt;</FONT><FONT size=1>SetOneNoteColors</FONT><FONT color=#808000 size=1>(</FONT><FONT size=1>TRUE</FONT><FONT color=#808000 size=1>);<BR></FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>GetPaintManager</FONT><FONT color=#808000 size=1>()-&gt;</FONT><FONT size=1>m_clientFrame</FONT><FONT color=#808000 size=1> = (</FONT><FONT size=1>XTPTabClientFrame</FONT><FONT color=#808000 size=1>)0;</P><P></P><P></FONT><FONT size=1>m_wndTabControl</FONT><FONT color=#808000 size=1>.</FONT><FONT size=1>ShowIcons</FONT><FONT color=#808000 size=1>(</FONT><FONT size=1>FALSE</FONT><FONT color=#808000 size=1>);</P></FONT>]]>
   </description>
   <pubDate>Fri, 01 Jul 2005 13:50:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2493&amp;PID=7403&amp;title=cxtptabcontrol-display-but-cannnot-change#7403</guid>
  </item> 
 </channel>
</rss>