<?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 : CXTTabCtrl Vs CXTPTabControl</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTTabCtrl Vs CXTPTabControl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 05:26:19 +0000</pubDate>
  <lastBuildDate>Thu, 10 Jan 2008 08:22:05 +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=9265</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[CXTTabCtrl Vs CXTPTabControl : ps. check Samples\CommandBars\ReBarSample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9265&amp;PID=30026&amp;title=cxttabctrl-vs-cxtptabcontrol#30026</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9265<br /><strong>Posted:</strong> 10 January 2008 at 8:22am<br /><br />ps. check Samples\CommandBars\ReBarSample&nbsp; it shows how to create IE-like tabs.]]>
   </description>
   <pubDate>Thu, 10 Jan 2008 08:22:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9265&amp;PID=30026&amp;title=cxttabctrl-vs-cxtptabcontrol#30026</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTabCtrl Vs CXTPTabControl : Hello,  CXTTabCtrlis our old...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9265&amp;PID=30025&amp;title=cxttabctrl-vs-cxtptabcontrol#30025</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9265<br /><strong>Posted:</strong> 10 January 2008 at 8:20am<br /><br />Hello, <DIV>CXTTabCtrl&nbsp;is our old class derived from CTabCtrl - we can't control most of metrics of standard CTabCtrl</DIV><DIV>CXTPTabContrl is derived from CWnd and don't use any standard controls.</DIV>]]>
   </description>
   <pubDate>Thu, 10 Jan 2008 08:20:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9265&amp;PID=30025&amp;title=cxttabctrl-vs-cxtptabcontrol#30025</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTabCtrl Vs CXTPTabControl : Hi All  For the above question... I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9265&amp;PID=30016&amp;title=cxttabctrl-vs-cxtptabcontrol#30016</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1964">Suyambu2002</a><br /><strong>Subject:</strong> 9265<br /><strong>Posted:</strong> 09 January 2008 at 11:30pm<br /><br />Hi All<DIV>&nbsp;</DIV><DIV>For the above question...</DIV><DIV>I found that there is a Function called </DIV><DIV>CXTPTabManagerItem::GetHandle ( ) which can get the HWND of the object associated with the TAB.</DIV><DIV>&nbsp;</DIV><DIV>When we use CXTPTabManager::GetSelectedItem ( )&nbsp;which returns </DIV><DIV>CXTPTabManagerItem. I think , From&nbsp;this manager&nbsp;item&nbsp;we can get the object associated with the TAB. In the above case it retrieves the html view associated with the tab.</DIV><DIV>&nbsp;</DIV><DIV>Correct me if am wrong.</DIV>]]>
   </description>
   <pubDate>Wed, 09 Jan 2008 23:30:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9265&amp;PID=30016&amp;title=cxttabctrl-vs-cxtptabcontrol#30016</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTabCtrl Vs CXTPTabControl : Hi  I wanted to create a tab...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9265&amp;PID=30001&amp;title=cxttabctrl-vs-cxtptabcontrol#30001</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1964">Suyambu2002</a><br /><strong>Subject:</strong> 9265<br /><strong>Posted:</strong> 09 January 2008 at 9:54am<br /><br />Hi<DIV>&nbsp;</DIV><DIV>I wanted to create a tab control, basically to have&nbsp;multiple browser&nbsp;window in tab format&nbsp;like IE7.</DIV><DIV>&nbsp;</DIV><DIV>I tried using the following classes...</DIV><DIV>CXTTabCtrl.</DIV><DIV>CXTPTabControl.</DIV><DIV>&nbsp;</DIV><DIV>I found some pros and cons with both of these classes.</DIV><DIV>&nbsp;</DIV><DIV>CXTTabCtrl contains some direct functions like...</DIV><DIV>AddView ( ... )</DIV><DIV>GetActiveView ( ... )</DIV><DIV>GetView ( index )</DIV><DIV>&nbsp;</DIV><DIV>Which is very much useful for me to add&nbsp;a html&nbsp;view at runtime and manage these views by other functions.</DIV><DIV>&nbsp;</DIV><DIV>Whereas CXTPTabControl, I din't find any functions basically to&nbsp;get the&nbsp;active view or get view based on index.&nbsp; But this class has got some good UI stuffs which is not available in the other class like...</DIV><DIV>SetAppearence ( ... )</DIV><DIV>SetColor ( ... )</DIV><DIV>SetPosition ( ... )</DIV><DIV>SetLayout ( ... )</DIV><DIV>&nbsp;</DIV><DIV>Looking at the CXTPTabControl UI is better than CXTTabCtrl.</DIV><DIV>&nbsp;</DIV><DIV>Is there a way that CXTTabCtrl can support all the above UI functions or</DIV><DIV>using CXTPTabControl - can i access the views associate with each tab.</DIV><DIV>&nbsp;</DIV><DIV>Am not sure&nbsp;what&nbsp;i have tried is corect or not.</DIV><DIV>Just update me if am wrong.</DIV><DIV>&nbsp;</DIV><DIV>Even&nbsp;thought of using&nbsp;"CXTPTabClientWnd", but I want to create the above in SDI application.</DIV><DIV>&nbsp;</DIV><DIV>Also let me know is there any other better class to get the above</DIV><DIV>functionality.</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance.&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 09 Jan 2008 09:54:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9265&amp;PID=30001&amp;title=cxttabctrl-vs-cxtptabcontrol#30001</guid>
  </item> 
 </channel>
</rss>