<?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 : Need command database</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Need command database]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 10:25:02 +0000</pubDate>
  <lastBuildDate>Mon, 05 Dec 2005 08:28:24 +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=3326</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[Need command database : CXTPCommandBars* pCommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=10014&amp;title=need-command-database#10014</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3326<br /><strong>Posted:</strong> 05 December 2005 at 8:28am<br /><br /><P>&nbsp;CXTPCommandBars* pCommandBars = GetCommandBars();</P><P>CXTPMenuBar* pMenuBar = pCommandBars-&gt;SetMenu(_T("Menu Bar"), 0);<BR></P><P>CXTPControlPopup* pControlFile =  (CXTPControlPopup*)pMenuBar-&gt;GetControls()-&gt;Add(xtpCon trolPopup, 0);<BR>&nbsp;pControlFile-&gt;SetCaption(_T("&amp;File"));<BR></P><P> &nbsp;pControlFile-&gt;GetCommandBar()-&gt;GetControls()-&gt ;Add(xtpControlButton, ID_FILE_NEW);<BR></P>]]>
   </description>
   <pubDate>Mon, 05 Dec 2005 08:28:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=10014&amp;title=need-command-database#10014</guid>
  </item> 
  <item>
   <title><![CDATA[Need command database : How to create menus with this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=10011&amp;title=need-command-database#10011</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1652">wuyunpeng</a><br /><strong>Subject:</strong> 3326<br /><strong>Posted:</strong> 05 December 2005 at 6:49am<br /><br /><P>How to create menus with this method?</P><P>thanks.</P>]]>
   </description>
   <pubDate>Mon, 05 Dec 2005 06:49:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=10011&amp;title=need-command-database#10011</guid>
  </item> 
  <item>
   <title><![CDATA[Need command database : ??? Changed automatically to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=10009&amp;title=need-command-database#10009</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3326<br /><strong>Posted:</strong> 05 December 2005 at 6:05am<br /><br /><P>???</P><P>Changed automatically to what?&nbsp; You can create all toolbars/menus with this method</P>]]>
   </description>
   <pubDate>Mon, 05 Dec 2005 06:05:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=10009&amp;title=need-command-database#10009</guid>
  </item> 
  <item>
   <title><![CDATA[Need command database : If i changed the toolbar in this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=9981&amp;title=need-command-database#9981</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1652">wuyunpeng</a><br /><strong>Subject:</strong> 3326<br /><strong>Posted:</strong> 02 December 2005 at 8:49pm<br /><br /><P>If i changed the toolbar in this way,can the menubar be changed automatically?</P><P>thanks!</P>]]>
   </description>
   <pubDate>Fri, 02 Dec 2005 20:49:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=9981&amp;title=need-command-database#9981</guid>
  </item> 
  <item>
   <title><![CDATA[Need command database : You can create each control individually: CXTPControl*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=9959&amp;title=need-command-database#9959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3326<br /><strong>Posted:</strong> 02 December 2005 at 12:43am<br /><br /><P>You can create each control individually:</P><P>CXTPControl* pControl = pToolBar-&gt;GetControls()-&gt;Add(...);</P><P>pControl-&gt;SetCaption(...);</P><P>pControl-&gt;SetDescription(..);</P><P>pControl-&gt;SetIconId(..);</P><P>....</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 02 Dec 2005 00:43:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=9959&amp;title=need-command-database#9959</guid>
  </item> 
  <item>
   <title><![CDATA[Need command database : i want to create command database...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=9957&amp;title=need-command-database#9957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1652">wuyunpeng</a><br /><strong>Subject:</strong> 3326<br /><strong>Posted:</strong> 01 December 2005 at 6:34pm<br /><br /><P>i want to create command database and every command has ID,Icon,Text... etc.</P><P>i do not want to use LoadToolBar method to create toolbar,but to create toolbar with my command database.</P><P>how can i do this?</P><P>thanks.</P>]]>
   </description>
   <pubDate>Thu, 01 Dec 2005 18:34:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3326&amp;PID=9957&amp;title=need-command-database#9957</guid>
  </item> 
 </channel>
</rss>