<?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 : CommandBars problem with Cut/Copy/Paste</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : CommandBars problem with Cut/Copy/Paste]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:31:46 +0000</pubDate>
  <lastBuildDate>Mon, 15 Oct 2018 08:12:27 +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=686</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[CommandBars problem with Cut/Copy/Paste : i had the issue where i did not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=686&amp;PID=77081&amp;title=commandbars-problem-with-cut-copy-paste#77081</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9280">paulhaggo</a><br /><strong>Subject:</strong> 686<br /><strong>Posted:</strong> 15 October 2018 at 8:12am<br /><br />i had the issue where i did not want the command bar to take control of the copy paste at all, which i fixed by using command bar editor and deleting all the Accelerators&nbsp;in the list (within designer), i assume this can be done via code also]]>
   </description>
   <pubDate>Mon, 15 Oct 2018 08:12:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=686&amp;PID=77081&amp;title=commandbars-problem-with-cut-copy-paste#77081</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars problem with Cut/Copy/Paste : I having the same troubles. I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=686&amp;PID=2408&amp;title=commandbars-problem-with-cut-copy-paste#2408</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=609">FRANCO</a><br /><strong>Subject:</strong> 686<br /><strong>Posted:</strong> 02 July 2004 at 3:03am<br /><br /><P>I having the same troubles. I think that should be need to have such possibility to exclude such key combinations from commandbar.execute event, so that our program can take the control on these keys<IMG src="http://forum.codejock.com/smileys/smiley7.gif" border="0">.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 02 Jul 2004 03:03:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=686&amp;PID=2408&amp;title=commandbars-problem-with-cut-copy-paste#2408</guid>
  </item> 
  <item>
   <title><![CDATA[CommandBars problem with Cut/Copy/Paste : I have noticed than CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=686&amp;PID=1801&amp;title=commandbars-problem-with-cut-copy-paste#1801</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=485">eliasp</a><br /><strong>Subject:</strong> 686<br /><strong>Posted:</strong> 03 May 2004 at 4:38am<br /><br /><DIV><SPAN =756463309-03052004><FONT face=Arial size=2>I have noticed than CommandBars "steal" the accelarator keys from every other control. This causes problems considering the following scenario:</FONT></SPAN></DIV><DIV><SPAN =756463309-03052004><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN =756463309-03052004><FONT face=Arial size=2>I have a form with two text boxes and a command bar that has Cut, Copy and Paste buttons with Shift+Del, Ctrl+Ins and Shift+Ins accelerator keys respectivelly.</FONT></SPAN></DIV><DIV><SPAN =756463309-03052004><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN =756463309-03052004><FONT face=Arial size=2>The problem is that I have to explicitly write code in the CommandBars Execute event handler for handing individually Cut/Copy/Paste for both textboxes.</FONT></SPAN></DIV><DIV><SPAN =756463309-03052004><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN =756463309-03052004><FONT face=Arial size=2>Now consider the scenario where I have an MDI form with several MDI-child forms and each one has several text boxes and property grids... Handling Cut/Copy/Paste there is a nightmare.</FONT></SPAN></DIV><DIV><SPAN =756463309-03052004><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN =756463309-03052004><FONT face=Arial size=2>Default Windows Menu behavior "manifesto" seems to kind-of-bubble the WM_CUT/COPY/PASTE message to the appropriate control.</FONT></SPAN></DIV><DIV><SPAN =756463309-03052004><FONT face=Arial size=2></FONT></SPAN>&nbsp;</DIV><DIV><SPAN =756463309-03052004><FONT face=Arial size=2><strong><U>What is the proposed way of overcomming this problem ?</U></strong></FONT></SPAN></DIV><DIV><SPAN =756463309-03052004></SPAN>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 03 May 2004 04:38:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=686&amp;PID=1801&amp;title=commandbars-problem-with-cut-copy-paste#1801</guid>
  </item> 
 </channel>
</rss>