<?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 : .Net Style Tabbed Workspace Groups</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : .Net Style Tabbed Workspace Groups]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 10:43:13 +0000</pubDate>
  <lastBuildDate>Tue, 23 Nov 2004 12:50:57 +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=1435</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[.Net Style Tabbed Workspace Groups : now it works ! thanks ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4115&amp;title=net-style-tabbed-workspace-groups#4115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 1435<br /><strong>Posted:</strong> 23 November 2004 at 12:50pm<br /><br />now it works ! thanks]]>
   </description>
   <pubDate>Tue, 23 Nov 2004 12:50:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4115&amp;title=net-style-tabbed-workspace-groups#4115</guid>
  </item> 
  <item>
   <title><![CDATA[.Net Style Tabbed Workspace Groups : Steps: 1.Add in Window popup: .Add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4107&amp;title=net-style-tabbed-workspace-groups#4107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1435<br /><strong>Posted:</strong> 23 November 2004 at 12:49am<br /><br /><P>Steps:</P><P>1.Add in Window popup:</P><P>&nbsp;&nbsp;.Add xtpControlButton, 35002, "&amp;Window Actions", -1, False</P><P>2. Enable Groups:</P><P>&nbsp;&nbsp; Workspace.EnableGroups</P><P>3. Set for Document Frame:</P><P>&nbsp; BorderStyle = none;</P><P>&nbsp; WindowState = Normal;</P><P>&nbsp;</P><P>ps. Entries in menu appear when you have 2 or more MDI child frames opened.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 23 Nov 2004 00:49:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4107&amp;title=net-style-tabbed-workspace-groups#4107</guid>
  </item> 
  <item>
   <title><![CDATA[.Net Style Tabbed Workspace Groups : I tried to extend the codejock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4102&amp;title=net-style-tabbed-workspace-groups#4102</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 1435<br /><strong>Posted:</strong> 22 November 2004 at 2:43pm<br /><br /><P>I tried to extend the codejock mdisample application by the code&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR><strong>CommandBars.TabWorkspace.EnableGroups</strong> behind the line<BR>Set Workspace = CommandBars.ShowTabWorkspace(True)<BR>When I run the application it results in strange effects ...<BR>In my application there are even stranger effects: There is only one document shown, new<BR>ones are not displayed and&nbsp;still no entries in the menu ??? <IMG src="http://forum.codejock.com/smileys/smiley11.gif" border="0"></P>]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 14:43:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4102&amp;title=net-style-tabbed-workspace-groups#4102</guid>
  </item> 
  <item>
   <title><![CDATA[.Net Style Tabbed Workspace Groups : 35002 would be for the workspace...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4101&amp;title=net-style-tabbed-workspace-groups#4101</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1435<br /><strong>Posted:</strong> 22 November 2004 at 1:18pm<br /><br />35002 would be for the workspace actions as in the link youposted.&nbsp; Only the relevant code was shown in that page, it hasbeen updated to included both the windows list and workspace actions.]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 13:18:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4101&amp;title=net-style-tabbed-workspace-groups#4101</guid>
  </item> 
  <item>
   <title><![CDATA[.Net Style Tabbed Workspace Groups : The window list menu entries work...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4100&amp;title=net-style-tabbed-workspace-groups#4100</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 1435<br /><strong>Posted:</strong> 22 November 2004 at 12:43pm<br /><br /><P>The window list menu entries work ! What is not displayed are the menu entries for creating new vertical and horizontal tab groups !<BR>What is the id for displaying them ? Does a overview of all built-in menu entries exist ? I havenīt found anything in the docs ?</P>]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 12:43:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4100&amp;title=net-style-tabbed-workspace-groups#4100</guid>
  </item> 
  <item>
   <title><![CDATA[.Net Style Tabbed Workspace Groups : to add window list use id = 35000:.Add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4092&amp;title=net-style-tabbed-workspace-groups#4092</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1435<br /><strong>Posted:</strong> 22 November 2004 at 2:44am<br /><br /><PRE =code>to add window list use id = 35000:</PRE><PRE =code>.Add xtpControlButton, 35000, "&amp;Window List", -1, False<BR></PRE>]]>
   </description>
   <pubDate>Mon, 22 Nov 2004 02:44:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4092&amp;title=net-style-tabbed-workspace-groups#4092</guid>
  </item> 
  <item>
   <title><![CDATA[.Net Style Tabbed Workspace Groups : The automatic way to create menubar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4080&amp;title=net-style-tabbed-workspace-groups#4080</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=729">tobi</a><br /><strong>Subject:</strong> 1435<br /><strong>Posted:</strong> 20 November 2004 at 4:23am<br /><br /><P>The automatic way to create menubar entries for tabbed workspace grouping described at<BR><A href="http://www.codejock.com/products/commandbars/activex/cb_tab_groups.asp" target="_blank"> http://www.codejock.com/products/commandbars/activex/cb_tab_ groups.asp</A><BR>does not work. The are no menuentires displayed...<BR></P>]]>
   </description>
   <pubDate>Sat, 20 Nov 2004 04:23:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1435&amp;PID=4080&amp;title=net-style-tabbed-workspace-groups#4080</guid>
  </item> 
 </channel>
</rss>