<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to remove a duplicate Mouse right click Event in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3440145#M55852</link>
    <description>&lt;P&gt;hi. i have looked for this but i don't use this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyone have a trick for remove all event mouse click right or left before launch a dialog form&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2012 05:30:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-05-02T05:30:57Z</dc:date>
    <item>
      <title>How to remove a duplicate Mouse right click Event</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3438331#M55849</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;i have the right click on autocad for repeat the last command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i launch my prog.&amp;nbsp;&amp;nbsp; --&amp;gt; the prog show a form with a datagridview. I have added a contextMenuStrip in this datagridview.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SO when i launch the prog with the right click (repeat last command) the form show and the contextmenustrip too. (if the mouse is on the datagrid.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How i can cancel or purge the event mouse right click ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a noob on the event with vb.net.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2012 23:25:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3438331#M55849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-30T23:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a duplicate Mouse right click Event</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3438507#M55850</link>
      <description>&lt;P&gt;For some unknown reason I thought your native language was German, but by looking at your profile, It seems your native language is French.&amp;nbsp; My French is much better than my German (but not great).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In any case, I have just recently (just today, or yesterday, depending on the time zone) started to add a ContextMenuStrip to one of my DataGridView controls, and I have not yet arrived at the point where I could see the behavior you suggest, but I also don't understand your question completely.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe it might help if you phrased your question in your own native language, and then put that through a translator (I know google has a translator, and I am almost sure Microsoft has one under the Bing framework)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Either way, I'll bet I post something on this issue tomorrow or Wednesday, after I finish my current effort, which is to add Paste operations to the DataGridview control already in use (And of course I decided that Ctrl-V needs to be handled, but also Right-Click/Paste).&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2012 05:01:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3438507#M55850</guid>
      <dc:creator>chiefbraincloud</dc:creator>
      <dc:date>2012-05-01T05:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a duplicate Mouse right click Event</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3438777#M55851</link>
      <description>&lt;P&gt;A possibility If something is firing twice using a form control, double click the control on the form and on the right hand side check the "Handles" there may be more than one.&amp;nbsp; I have had to delete the offending ones in the past so there is only on event:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change "Handles Button1.Click, Button1Click"&lt;/P&gt;&lt;P&gt;to&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Handles Button1.Click"&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2012 12:43:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3438777#M55851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-01T12:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a duplicate Mouse right click Event</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3440145#M55852</link>
      <description>&lt;P&gt;hi. i have looked for this but i don't use this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyone have a trick for remove all event mouse click right or left before launch a dialog form&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 05:30:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3440145#M55852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-02T05:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a duplicate Mouse right click Event</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3440177#M55853</link>
      <description>&lt;P&gt;I have been sidetracked, fixing a different problem, but I will be back on the issue of setting up Copy/Paste functionality with a DataGridView Control when I get back to work tomorrow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will let you know if I can reproduce your problem , and if I can find a way to fix it.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2012 06:19:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3440177#M55853</guid>
      <dc:creator>chiefbraincloud</dc:creator>
      <dc:date>2012-05-02T06:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a duplicate Mouse right click Event</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3440419#M55854</link>
      <description>thx</description>
      <pubDate>Wed, 02 May 2012 10:46:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3440419#M55854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-02T10:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a duplicate Mouse right click Event</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3471662#M55855</link>
      <description>&lt;P&gt;Sorry.&amp;nbsp; I forgot all about getting back to you, but unfortunately I finished my efforts enabling copy paste operations on a DataGridView with a ContextMenuStrip, but I have not been able to reproduce the problem you are seeing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One reason might be that the command I am firing with a right click (repeat last command) first prompts the user to select a block before it displays the form.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typing that just now did&amp;nbsp;give me one idea.&amp;nbsp; Is your command method inside the form code?&amp;nbsp; If so, try moving the command method out of the form code and into a different class or module.&amp;nbsp; I'm afraid that's all I've got for suggestions.&lt;/P&gt;</description>
      <pubDate>Thu, 24 May 2012 20:23:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3471662#M55855</guid>
      <dc:creator>chiefbraincloud</dc:creator>
      <dc:date>2012-05-24T20:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a duplicate Mouse right click Event</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3473308#M55856</link>
      <description>&lt;P&gt;ths. but my command create a form. i display this form with .ShowDialog.&lt;/P&gt;&lt;P&gt;But if the mouse is on a datagridview associate with a contextStripMenu then the contextStrip show.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is annoying for the user but not very painfull&lt;/P&gt;&lt;P&gt;I like to create a proper code for my user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A+&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2012 22:34:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-remove-a-duplicate-mouse-right-click-event/m-p/3473308#M55856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-25T22:34:15Z</dc:date>
    </item>
  </channel>
</rss>

