<?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 : how to use the CXTPTablC&#111;ntrol</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : how to use the CXTPTablC&#111;ntrol]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 01:36:43 +0000</pubDate>
  <lastBuildDate>Mon, 19 Jul 2004 06:48:03 +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=900</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[how to use the CXTPTablC&#111;ntrol : You mean appearance attributes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2520&amp;title=how-to-use-the-cxtptablcontrol#2520</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=245">ddyer</a><br /><strong>Subject:</strong> 900<br /><strong>Posted:</strong> 19 July 2004 at 6:48am<br /><br /><P><FONT face="Arial, Helvetica, sans-serif" size=2>You mean appearance attributes of the view the tab manages or the actual tabs themselves?&nbsp;Your redraw/invalidaterect calls may only be affecting the small rectangle that holds the tabs themselves.</FONT></P><P><FONT face="Arial, Helvetica, sans-serif" size=2>To change attributes of the tabs, I stick with the APIs (SetCaption(), SetTooltip(), etc).&nbsp; If you are having a hard time getting an effect, try a sledge hammer and see what happens:</FONT></P><P><FONT face="Arial, Helvetica, sans-serif" size=2>MyTabManager-&gt;GetParent()-&gt;Invalidate();</FONT></P><P><FONT face="Arial, Helvetica, sans-serif" size=2>I went back and looked at the view code for the views I assign to the tabs and don't bother with any redraws or invalidates.</FONT></P><P><FONT size=2></FONT>&nbsp;</P><P><FONT size=2></FONT>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 19 Jul 2004 06:48:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2520&amp;title=how-to-use-the-cxtptablcontrol#2520</guid>
  </item> 
  <item>
   <title><![CDATA[how to use the CXTPTablC&#111;ntrol : Thanks, that works. Just one more...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2513&amp;title=how-to-use-the-cxtptablcontrol#2513</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=513">garand</a><br /><strong>Subject:</strong> 900<br /><strong>Posted:</strong> 16 July 2004 at 9:11pm<br /><br />Thanks, that works.&nbsp; Just one more question -- How do I refresh the tab control after I change appearance attributes.&nbsp; Calling InvalidateRect or Redraw doesn't work quite right (the tabs are out of alignment).]]>
   </description>
   <pubDate>Fri, 16 Jul 2004 21:11:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2513&amp;title=how-to-use-the-cxtptablcontrol#2513</guid>
  </item> 
  <item>
   <title><![CDATA[how to use the CXTPTablC&#111;ntrol : Im sure there is more than one...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2511&amp;title=how-to-use-the-cxtptablcontrol#2511</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=245">ddyer</a><br /><strong>Subject:</strong> 900<br /><strong>Posted:</strong> 16 July 2004 at 2:37pm<br /><br /><P>Im sure there is more than one way to do that, but in my subclass, I overrode "OnItemClick", which is called whenever a tab is clicked.</P><P>My method of course then does any specific noficiations. I also override OnNavigateButtonClick to catch the user closing a tab (check out XTP_TABMANAGER_BUTON_CLOSE) .</P>]]>
   </description>
   <pubDate>Fri, 16 Jul 2004 14:37:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2511&amp;title=how-to-use-the-cxtptablcontrol#2511</guid>
  </item> 
  <item>
   <title><![CDATA[how to use the CXTPTablC&#111;ntrol : I got the CXTPTabConrol to work...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2510&amp;title=how-to-use-the-cxtptablcontrol#2510</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=513">garand</a><br /><strong>Subject:</strong> 900<br /><strong>Posted:</strong> 16 July 2004 at 2:16pm<br /><br /><P>I got the CXTPTabConrol to work as a stand-alone tab control -- even with the fancy colors and Excel/Visual Studio/OneNote appearance.&nbsp; However I can't figure out how to get my parent window to be notified when the tab selection changes.&nbsp;&nbsp;It seems to&nbsp; send a WM_NOTIFY but I can figure out what is in the wParam and lParam values are.&nbsp; Any help?</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 16 Jul 2004 14:16:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2510&amp;title=how-to-use-the-cxtptablcontrol#2510</guid>
  </item> 
  <item>
   <title><![CDATA[how to use the CXTPTablC&#111;ntrol : I derived a class from CXTPTabControl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2509&amp;title=how-to-use-the-cxtptablcontrol#2509</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=245">ddyer</a><br /><strong>Subject:</strong> 900<br /><strong>Posted:</strong> 16 July 2004 at 2:11pm<br /><br /><P>I derived a class from CXTPTabControl and while the APIs don't line up, it is very similar.&nbsp; You add a view to create a tab, etc.&nbsp; Don't forget you have to manually delete views if you remove them from a tab.&nbsp; &nbsp;Get to know CXTPTabManagerItem very well.&nbsp; You will walk and manipulate the CXTPTabControl's tabs as elements of CXTPTabManagerItem's.&nbsp; </P><P>Familiar APIs include:</P><P>InsertItem<BR>SetSelectedItem<BR>GetSelectedItem<BR>EnsureVisible<BR>DeleteItem //deletes the tab but your view object&nbsp;will still be alive, just invisible.</P><P>I never was able to roll in CXTPTabClientWnd's sexy tab groups because it is tightly intertwined with MDI and CXTPMDIFrameWnd, and Im an SDI-based app.&nbsp; If you are able to include tab groups, please post.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 16 Jul 2004 14:11:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2509&amp;title=how-to-use-the-cxtptablcontrol#2509</guid>
  </item> 
  <item>
   <title><![CDATA[how to use the CXTPTablC&#111;ntrol : Basically, I just want to know......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2503&amp;title=how-to-use-the-cxtptablcontrol#2503</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=513">garand</a><br /><strong>Subject:</strong> 900<br /><strong>Posted:</strong> 16 July 2004 at 12:24pm<br /><br /><P>Basically, I just want to know... can I just derive a class from CXTPTabControl and use it just like CXTTabControl or any other tab control?&nbsp; Or more&nbsp;directly -- is there some other base class that I use?</P><P>&nbsp;</P><P>Can I give it the Excel/OneNote/.NET look with or without OneNote colors?</P>]]>
   </description>
   <pubDate>Fri, 16 Jul 2004 12:24:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2503&amp;title=how-to-use-the-cxtptablcontrol#2503</guid>
  </item> 
  <item>
   <title><![CDATA[how to use the CXTPTablC&#111;ntrol : I use it (CXTPTabControl)extensively....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2494&amp;title=how-to-use-the-cxtptablcontrol#2494</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=245">ddyer</a><br /><strong>Subject:</strong> 900<br /><strong>Posted:</strong> 16 July 2004 at 7:07am<br /><br /><P>I use it (CXTPTabControl)&nbsp;extensively.&nbsp; What do you want to know? </P><span style="font-size:10px"><br /><br />Edited by ddyer</span>]]>
   </description>
   <pubDate>Fri, 16 Jul 2004 07:07:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2494&amp;title=how-to-use-the-cxtptablcontrol#2494</guid>
  </item> 
  <item>
   <title><![CDATA[how to use the CXTPTablC&#111;ntrol : Hmmm.. doesn&amp;#039;t look like...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2491&amp;title=how-to-use-the-cxtptablcontrol#2491</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=513">garand</a><br /><strong>Subject:</strong> 900<br /><strong>Posted:</strong> 15 July 2004 at 9:12pm<br /><br />Hmmm.. doesn't look like the CodeJock people are monitoring this forum.&nbsp; I would also like to know about the CXTPTabControl.&nbsp; There is a class for it but it is barely documented and the samples all seem to be for the CXTTabControl (not the pro, but the old one).&nbsp; I am going to dig into it on my own, but the lack of info doesn't fill me with confidence.]]>
   </description>
   <pubDate>Thu, 15 Jul 2004 21:12:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2491&amp;title=how-to-use-the-cxtptablcontrol#2491</guid>
  </item> 
  <item>
   <title><![CDATA[how to use the CXTPTablC&#111;ntrol : Isn&amp;#039;t therea TabControl sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2420&amp;title=how-to-use-the-cxtptablcontrol#2420</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=312">ICBM</a><br /><strong>Subject:</strong> 900<br /><strong>Posted:</strong> 04 July 2004 at 10:56pm<br /><br />Isn't there&nbsp;a TabControl sample application ? I'm sure there is...]]>
   </description>
   <pubDate>Sun, 04 Jul 2004 22:56:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2420&amp;title=how-to-use-the-cxtptablcontrol#2420</guid>
  </item> 
  <item>
   <title><![CDATA[how to use the CXTPTablC&#111;ntrol : i just want to use this control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2390&amp;title=how-to-use-the-cxtptablcontrol#2390</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=604">henryzc</a><br /><strong>Subject:</strong> 900<br /><strong>Posted:</strong> 30 June 2004 at 12:07am<br /><br />i just want to use this control in my dialog application,but how?is there anyone can help me?thanks]]>
   </description>
   <pubDate>Wed, 30 Jun 2004 00:07:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=900&amp;PID=2390&amp;title=how-to-use-the-cxtptablcontrol#2390</guid>
  </item> 
 </channel>
</rss>