<?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 : Regarding CommandBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Regarding CommandBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 01:57:05 +0000</pubDate>
  <lastBuildDate>Mon, 30 Jul 2007 07:54:17 +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=7693</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[Regarding CommandBar : Hi,  InitCommandBars and GetCommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7693&amp;PID=24747&amp;title=regarding-commandbar#24747</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7693<br /><strong>Posted:</strong> 30 July 2007 at 7:54am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>InitCommandBars and GetCommandBars are _members_ of CXTPFrameWnd. Your class have to be derived from CXTPFrameWnd.</DIV>]]>
   </description>
   <pubDate>Mon, 30 Jul 2007 07:54:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7693&amp;PID=24747&amp;title=regarding-commandbar#24747</guid>
  </item> 
  <item>
   <title><![CDATA[Regarding CommandBar : Hi,   Since by mistake I had...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7693&amp;PID=24746&amp;title=regarding-commandbar#24746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2903">KumarCJ</a><br /><strong>Subject:</strong> 7693<br /><strong>Posted:</strong> 30 July 2007 at 7:43am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>Since by mistake I had mention TestClass is class for privious post, Actualy TestClass is a .cpp file containing Global function.</DIV><DIV>&nbsp;</DIV><DIV>we have&nbsp;File say "TestClass.cpp" in our MFC application.</DIV><DIV>&nbsp;</DIV><DIV>"TestClass.cpp":&nbsp;&nbsp;It is an individual File containing global function. We are using this&nbsp;File functionality in our application.</DIV><DIV>&nbsp;</DIV><DIV><DIV>I had included the&nbsp;complete path for &nbsp;"XTPFrameWnd.h",&nbsp; and tried to use following code:</DIV><DIV>&nbsp;</DIV><DIV>// Initialize the command bars<BR>if (!InitCommandBars())<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;// Get Commandbar<BR>&nbsp;&nbsp;&nbsp; CXTPCommandBar* pCommandBars = GetCommandBars();<BR></DIV><DIV>But It is showing below are undeclared identifier.</DIV><DIV>&nbsp;</DIV><DIV>'InitCommandBars' : undeclared identifier</DIV><DIV>'GetCommandBars' : undeclared identifier</DIV><DIV>&nbsp;</DIV></DIV><DIV><DIV><DIV>How I can get the CommandBar in "TestClass.cpp".</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>KumarCJ.</DIV></DIV></DIV>]]>
   </description>
   <pubDate>Mon, 30 Jul 2007 07:43:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7693&amp;PID=24746&amp;title=regarding-commandbar#24746</guid>
  </item> 
  <item>
   <title><![CDATA[Regarding CommandBar : Hi,  we have class say &amp;#034;TestClass&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7693&amp;PID=24744&amp;title=regarding-commandbar#24744</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2903">KumarCJ</a><br /><strong>Subject:</strong> 7693<br /><strong>Posted:</strong> 30 July 2007 at 6:54am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>we have class say "TestClass" in our MFC application.</DIV><DIV>&nbsp;</DIV><DIV>"TestClass" is <strong>not</strong> derived from any of the MFC classes. It is an individual class. We are using this class functionality in our application.</DIV><DIV>&nbsp;</DIV><DIV><DIV>I had included the&nbsp;complete path for &nbsp;"XTPFrameWnd.h",&nbsp; and tried to use following code:</DIV><DIV>&nbsp;</DIV><DIV>// Initialize the command bars<BR>if (!InitCommandBars())<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;// Get Commandbar<BR>&nbsp;&nbsp;&nbsp; CXTPCommandBar* pCommandBars = GetCommandBars();<BR></DIV><DIV>But It is showing below are undeclared identifier.</DIV><DIV>&nbsp;</DIV><DIV>'InitCommandBars' : undeclared identifier</DIV><DIV>'GetCommandBars' : undeclared identifier</DIV><DIV>&nbsp;</DIV></DIV><DIV><DIV><DIV>How I can get the CommandBar in "TestClass" (Individual class).</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>KumarCJ.</DIV></DIV></DIV>]]>
   </description>
   <pubDate>Mon, 30 Jul 2007 06:54:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7693&amp;PID=24744&amp;title=regarding-commandbar#24744</guid>
  </item> 
 </channel>
</rss>