<?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 create MDI tabbed window?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How to create MDI tabbed window?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 09:36:41 +0000</pubDate>
  <lastBuildDate>Thu, 27 Apr 2006 09:01:01 +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=4060</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 create MDI tabbed window? : Hmm.. you must override CXTPTabClientWnd...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4060&amp;PID=12463&amp;title=how-to-create-mdi-tabbed-window#12463</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4060<br /><strong>Posted:</strong> 27 April 2006 at 9:01am<br /><br /><P>Hmm.. you must override CXTPTabClientWnd and its GetCommandBars</P><P>class CTabClientWnd : public CXTPTabClientWnd <BR>{</P><P>&nbsp;&nbsp; virtual CXTPCommandBars* GetCommandBars() const {</P><P>&nbsp;&nbsp; return ((CMainFrame*)m_pParentFrame)-&gt;GetCommandBars();</P><P>&nbsp; }<BR>}<BR></P><P>and you can Attach it:</P><P>&nbsp;</P><P>CTabClientWnd m_client;</P><P>...</P><P>m_client.Attach((CXTPMDIFrameWnd*)this);</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 27 Apr 2006 09:01:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4060&amp;PID=12463&amp;title=how-to-create-mdi-tabbed-window#12463</guid>
  </item> 
  <item>
   <title><![CDATA[How to create MDI tabbed window? : We have an MDI application. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4060&amp;PID=12427&amp;title=how-to-create-mdi-tabbed-window#12427</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=828">Sergey</a><br /><strong>Subject:</strong> 4060<br /><strong>Posted:</strong> 26 April 2006 at 9:23am<br /><br /><P>We have an MDI application. I would like to create Tabbed documents (like in VS7.1 or in your sample "MDI Tabbed Windows"). For this purpose I have to use CXTPMDIFrameWnd as a base class for main frame:</P><P>class CMyMainFrame : public CXTPMDIFrameWnd.</P><P>However we use the following pattern for&nbsp;main frame:</P><P>class CMyMainFrame : public &nbsp;CXTPFrameWndBase&lt;CMyMfBase&gt;</P><P>The question is:</P><P>How to create MDI tabbed window?</P>]]>
   </description>
   <pubDate>Wed, 26 Apr 2006 09:23:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4060&amp;PID=12427&amp;title=how-to-create-mdi-tabbed-window#12427</guid>
  </item> 
 </channel>
</rss>