<?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 can I create similar menu?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : How can I create similar menu?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 02:23:36 +0000</pubDate>
  <lastBuildDate>Thu, 13 Dec 2007 05:00:56 +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=9086</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 can I create similar menu? : That is exactly what I wanted...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9086&amp;PID=29402&amp;title=how-can-i-create-similar-menu#29402</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 9086<br /><strong>Posted:</strong> 13 December 2007 at 5:00am<br /><br />That is exactly what I wanted - Thanks a lot.<DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/smileys/smiley1.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 13 Dec 2007 05:00:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9086&amp;PID=29402&amp;title=how-can-i-create-similar-menu#29402</guid>
  </item> 
  <item>
   <title><![CDATA[How can I create similar menu? : try this  add a taskpanel in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9086&amp;PID=29396&amp;title=how-can-i-create-similar-menu#29396</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 9086<br /><strong>Posted:</strong> 12 December 2007 at 9:24pm<br /><br />try this<DIV>&nbsp;</DIV><DIV>add a taskpanel in the form at the place of the left white list then add this to form_load() event</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; With TaskPanel1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Width = 2175<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .BorderStyle = xtpBorderFrame<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Behaviour = xtpTaskPanelBehaviourList<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .VisualTheme = xtpTaskPanelThemeShortcutBarOffice2007<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .HotTrackStyle = xtpTaskPanelHighlightItem<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SingleSelection = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Groups.Add 0, ""<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SetGroupInnerMargins 0, 0, 0, 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Groups(1).CaptionVisible = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Groups(1).Items.Add 1, "Popular", xtpTaskItemTypeLink, 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Groups(1).Items(1).SetSize 140, 24, False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Groups(1).Items.Add 2, "Display", xtpTaskItemTypeLink, 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Groups(1).Items(2).SetSize 140, 24, False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Groups(1).Items.Add 3, "Proofing", xtpTaskItemTypeLink, 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Groups(1).Items(3).SetSize 140, 24, False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Groups(1).Items(3).EnsureVisible<BR>&nbsp;&nbsp;&nbsp; End With</DIV>]]>
   </description>
   <pubDate>Wed, 12 Dec 2007 21:24:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9086&amp;PID=29396&amp;title=how-can-i-create-similar-menu#29396</guid>
  </item> 
  <item>
   <title><![CDATA[How can I create similar menu? : think of taskpanel with office...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9086&amp;PID=29395&amp;title=how-can-i-create-similar-menu#29395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2364">gaudetm</a><br /><strong>Subject:</strong> 9086<br /><strong>Posted:</strong> 12 December 2007 at 9:09pm<br /><br />think of taskpanel with office 2007 style would be very similar<DIV>&nbsp;</DIV><DIV>Marc</DIV>]]>
   </description>
   <pubDate>Wed, 12 Dec 2007 21:09:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9086&amp;PID=29395&amp;title=how-can-i-create-similar-menu#29395</guid>
  </item> 
  <item>
   <title><![CDATA[How can I create similar menu? : How can I create the same effect...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9086&amp;PID=29392&amp;title=how-can-i-create-similar-menu#29392</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 9086<br /><strong>Posted:</strong> 12 December 2007 at 4:50pm<br /><br /><DIV>How can I create the same effect as the toolbar below showing a list of items (Popular, Display, etc...) which can be selected and stay highlighted.&nbsp; I would also like to place a seperator bar in it as shown between "Advanced" and "Cutsomize".</DIV><DIV>&nbsp;</DIV><DIV>I'm sure it is really easy but I can't figure it out.</DIV><DIV>&nbsp;</DIV><DIV>In effect I would just like to display the part of a popup menu from the commandbar at a given position on the form - is this possible?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>Lee</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20071212_164520_WordToolbar.jpg" border="0"></DIV><DIV></DIV><DIV></DIV>]]>
   </description>
   <pubDate>Wed, 12 Dec 2007 16:50:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9086&amp;PID=29392&amp;title=how-can-i-create-similar-menu#29392</guid>
  </item> 
 </channel>
</rss>