<?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 : Conflict between commandbar and microsoft word</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Conflict between commandbar and microsoft word]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 14:17:47 +0000</pubDate>
  <lastBuildDate>Tue, 02 Oct 2012 06:30:34 +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=20080</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[Conflict between commandbar and microsoft word : There is a naming collision with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20080&amp;PID=69014&amp;title=conflict-between-commandbar-and-microsoft-word#69014</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6862">mattwilkinson</a><br /><strong>Subject:</strong> 20080<br /><strong>Posted:</strong> 02 October 2012 at 6:30am<br /><br />There is a naming collision with the CommandBars object in the Office DLL, so just change this line:<br><br>Set KeyBindings = CommandBars.KeyBindings<br><br>to this:<br>Set KeyBindings = XtremeCommandBars.CommandBars.KeyBindings<br><br>And it should work<br>]]>
   </description>
   <pubDate>Tue, 02 Oct 2012 06:30:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20080&amp;PID=69014&amp;title=conflict-between-commandbar-and-microsoft-word#69014</guid>
  </item> 
  <item>
   <title><![CDATA[Conflict between commandbar and microsoft word : Hi Folk  I code vb6 and use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20080&amp;PID=68818&amp;title=conflict-between-commandbar-and-microsoft-word#68818</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5936">unforgiven</a><br /><strong>Subject:</strong> 20080<br /><strong>Posted:</strong> 23 August 2012 at 3:27am<br /><br /><p>Hi Folk</p><p>I code vb6 and use commandbar to make menu and shortcut menu .it's work good ,but i need to add Microsoft word 10 reference to project for export data to Microsoft word. when i use this reference library vb6 generate compile error "Object Dose Not Source Automation Events" and it dose not run project .</p><p>i did use this code to make shortcut:</p><p>Public WithEvents KeyBindings As KeyBindings</p><p>&nbsp;Set KeyBindings = CommandBars.KeyBindings<br>&nbsp;KeyBindings.AddShortcut ID_FILE_Snapshot, "Ctrl+W"&nbsp;</p><p>when i remark this 3 line program works good.</p><p>i use Commandbar Control 13.3.1</p><p>please guide me how can i solve this problem?</p><p>thank's all</p>]]>
   </description>
   <pubDate>Thu, 23 Aug 2012 03:27:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20080&amp;PID=68818&amp;title=conflict-between-commandbar-and-microsoft-word#68818</guid>
  </item> 
 </channel>
</rss>