<?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: Custom CommandMethod in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874251#M49965</link>
    <description>&lt;P&gt;I don't see that registry key in my version. is that something you added and want autocad to pick it up?&lt;/P&gt;&lt;P&gt;How was it assigned?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2013 16:34:07 GMT</pubDate>
    <dc:creator>arcticad</dc:creator>
    <dc:date>2013-04-17T16:34:07Z</dc:date>
    <item>
      <title>Custom CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3873750#M49959</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;how can i let user that use my dll , change the command that he what&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    &amp;lt;CommandMethod("CC")&amp;gt;
    Public Sub CopyMyContent()
        CopyContents.CopyContent()
    End Sub&lt;/PRE&gt;&lt;P&gt;ex :&amp;nbsp; how can i change cc to cmc&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 09:17:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3873750#M49959</guid>
      <dc:creator>Amremad</dc:creator>
      <dc:date>2013-04-17T09:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3873986#M49960</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;how can i change cc to cmc": Use&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="line-height: 14px;"&gt;Alias editor in express tools.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 14px;"&gt;Gaston Nunez&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 13:46:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3873986#M49960</guid>
      <dc:creator>hgasty1001</dc:creator>
      <dc:date>2013-04-17T13:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874000#M49961</link>
      <description>&lt;P&gt;no no , there 's registry way to change by code&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 14:01:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874000#M49961</guid>
      <dc:creator>Amremad</dc:creator>
      <dc:date>2013-04-17T14:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874017#M49962</link>
      <description>&lt;P&gt;There's no way to change it in the registry unless it is some sort of alias.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The command will be defined using the string given in the CommandMethod attribute.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can define an alias for the command in the .PGP file, or with LISP.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 14:10:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874017#M49962</guid>
      <dc:creator>DiningPhilosopher</dc:creator>
      <dc:date>2013-04-17T14:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874028#M49963</link>
      <description>&lt;P&gt;that's i mean , but i don't know how&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" align="middle" title="Untitled.jpg" alt="Untitled.jpg" src="https://forums.autodesk.com/t5/image/serverpage/image-id/50881iEEF6E0A243833B4D/image-size/original?v=mpbl-1&amp;amp;px=-1" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 14:15:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874028#M49963</guid>
      <dc:creator>Amremad</dc:creator>
      <dc:date>2013-04-17T14:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874230#M49964</link>
      <description>&lt;P&gt;Best bet, use a verbose command name like "SOMESORTOFCOMMANDNAME" rather than "SS".&amp;nbsp; Far less likely to result in conflict with other commands and user managed aliases.&amp;nbsp; If a user wants to use "SS", "SSC", or whatever they can use the PGP to create the alias as they want.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 16:13:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874230#M49964</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2013-04-17T16:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874251#M49965</link>
      <description>&lt;P&gt;I don't see that registry key in my version. is that something you added and want autocad to pick it up?&lt;/P&gt;&lt;P&gt;How was it assigned?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 16:34:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874251#M49965</guid>
      <dc:creator>arcticad</dc:creator>
      <dc:date>2013-04-17T16:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874323#M49966</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree with &lt;STRONG&gt;dgorsman&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;By my side, I use my &lt;A target="_blank" href="http://usa.autodesk.com/adsk/servlet/index?siteID=123112&amp;amp;id=1075006"&gt;registered developper symbol&lt;/A&gt; as prefix for command names and let the user free to define aliases or to rename the command with LISP.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 17:39:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874323#M49966</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2013-04-17T17:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom CommandMethod</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874355#M49967</link>
      <description>&lt;P&gt;The entry in the registry is how AutoCAD loads your app before the first time the command is used. As soon as it is loaded, the command is defined and AutoCAD invokes that command. It does not 'define' the name of the command as you may be presuming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you change that value in the registry you have to change the name of the command as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding an alias for a command is something that you should allow the user to do, which is quite easy. The reason why you shouldn't define aliases is because you don't know if the user may have already used the same alias you've chosen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 18:09:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-commandmethod/m-p/3874355#M49967</guid>
      <dc:creator>DiningPhilosopher</dc:creator>
      <dc:date>2013-04-17T18:09:57Z</dc:date>
    </item>
  </channel>
</rss>

