<?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 use SendCommand in R14 without AcadX in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325766#M92026</link>
    <description>Hi Dan,&lt;BR /&gt;
You can also use AcadUnsupp.arx's EvalLispEpr() function to send commands to&lt;BR /&gt;
the command line.  Search the Customer Files NG for AcadUnsupp.  It exposes&lt;BR /&gt;
several properties and functions not included in the Acad R14 object&lt;BR /&gt;
odel.  - And best of all, it's free.&lt;BR /&gt;
&lt;BR /&gt;
- Adam&lt;BR /&gt;
&lt;BR /&gt;
"Dan Moya" &lt;PERSONAL_C&gt; wrote in message&lt;BR /&gt;
news:ef2a7f5.-1@WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; I work in R14 and I need to execute a command with SendCommand in VB.&lt;BR /&gt;
&amp;gt; When I am linking to Acad I write the command&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; ' This isn't a copy of my code but is basicaly what I'm doing.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Set objAcad = GetObject(, "AutoCAD.Application")&lt;BR /&gt;
&amp;gt; Set objDocum = objAcad.ActiveDocument&lt;BR /&gt;
&amp;gt; objDocum.SendCommand "COPY" &amp;amp; vbcr&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; VB don't recognize the method SendCommand, how can I execute a command?&lt;BR /&gt;
&amp;gt;&lt;/PERSONAL_C&gt;</description>
    <pubDate>Wed, 12 Jul 2000 12:52:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-07-12T12:52:39Z</dc:date>
    <item>
      <title>How to use SendCommand in R14 without AcadX</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325764#M92024</link>
      <description>I work in R14 and I need to execute a command with SendCommand in VB.&lt;BR /&gt;
When I am linking to Acad I write the command&lt;BR /&gt;
&lt;BR /&gt;
' This isn't a copy of my code but is basicaly what I'm doing.&lt;BR /&gt;
&lt;BR /&gt;
Set objAcad = GetObject(, "AutoCAD.Application")&lt;BR /&gt;
Set objDocum = objAcad.ActiveDocument&lt;BR /&gt;
objDocum.SendCommand "COPY" &amp;amp; vbcr&lt;BR /&gt;
&lt;BR /&gt;
VB don't recognize the method SendCommand, how can I execute a command?</description>
      <pubDate>Wed, 12 Jul 2000 12:26:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325764#M92024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-07-12T12:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SendCommand in R14 without AcadX</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325765#M92025</link>
      <description>Dan,&lt;BR /&gt;
&lt;BR /&gt;
There may be a better way, but the only way I know of is "SendKeys". Its in&lt;BR /&gt;
the VB docs.&lt;BR /&gt;
&lt;BR /&gt;
Gary</description>
      <pubDate>Wed, 12 Jul 2000 12:32:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325765#M92025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-07-12T12:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SendCommand in R14 without AcadX</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325766#M92026</link>
      <description>Hi Dan,&lt;BR /&gt;
You can also use AcadUnsupp.arx's EvalLispEpr() function to send commands to&lt;BR /&gt;
the command line.  Search the Customer Files NG for AcadUnsupp.  It exposes&lt;BR /&gt;
several properties and functions not included in the Acad R14 object&lt;BR /&gt;
odel.  - And best of all, it's free.&lt;BR /&gt;
&lt;BR /&gt;
- Adam&lt;BR /&gt;
&lt;BR /&gt;
"Dan Moya" &lt;PERSONAL_C&gt; wrote in message&lt;BR /&gt;
news:ef2a7f5.-1@WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; I work in R14 and I need to execute a command with SendCommand in VB.&lt;BR /&gt;
&amp;gt; When I am linking to Acad I write the command&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; ' This isn't a copy of my code but is basicaly what I'm doing.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Set objAcad = GetObject(, "AutoCAD.Application")&lt;BR /&gt;
&amp;gt; Set objDocum = objAcad.ActiveDocument&lt;BR /&gt;
&amp;gt; objDocum.SendCommand "COPY" &amp;amp; vbcr&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; VB don't recognize the method SendCommand, how can I execute a command?&lt;BR /&gt;
&amp;gt;&lt;/PERSONAL_C&gt;</description>
      <pubDate>Wed, 12 Jul 2000 12:52:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325766#M92026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-07-12T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SendCommand in R14 without AcadX</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325767#M92027</link>
      <description>The free premiere issue of Joe Sutphin's "Sources" ezine has an article&lt;BR /&gt;
detailing how to craft a dependable replacement for R14's SendKeys method.&lt;BR /&gt;
Here's the link to his site:&lt;BR /&gt;
http://vbdesign.hypermart.net/sources/sources.htm&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Attitudes are contagious. Is yours worth catching?&lt;BR /&gt;
http://www.acadx.com&lt;BR /&gt;
&lt;BR /&gt;
"Dan Moya" &lt;PERSONAL_C&gt; wrote in message&lt;BR /&gt;
news:ef2a7f5.-1@WebX.SaUCah8kaAW...&lt;BR /&gt;
&amp;gt; I work in R14 and I need to execute a command with SendCommand in VB.&lt;BR /&gt;
&amp;gt; When I am linking to Acad I write the command&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; ' This isn't a copy of my code but is basicaly what I'm doing.&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; Set objAcad = GetObject(, "AutoCAD.Application")&lt;BR /&gt;
&amp;gt; Set objDocum = objAcad.ActiveDocument&lt;BR /&gt;
&amp;gt; objDocum.SendCommand "COPY" &amp;amp; vbcr&lt;BR /&gt;
&amp;gt;&lt;BR /&gt;
&amp;gt; VB don't recognize the method SendCommand, how can I execute a command?&lt;BR /&gt;
&amp;gt;&lt;/PERSONAL_C&gt;</description>
      <pubDate>Wed, 12 Jul 2000 14:09:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325767#M92027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-07-12T14:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SendCommand in R14 without AcadX</title>
      <link>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325768#M92028</link>
      <description>You can't use AcadX in R14 to begin with, but perhaps&lt;BR /&gt;
you're confusing it with AcVbExt or AcadUnsupp.arx ?&lt;BR /&gt;
&lt;BR /&gt;
You can use SendMessage(AcadHwnd, WM_COPYDATA, ...) to do it in&lt;BR /&gt;
any release.&lt;BR /&gt;
&lt;BR /&gt;
Dan Moya wrote:&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; I work in R14 and I need to execute a command with SendCommand in VB.&lt;BR /&gt;
&amp;gt; When I am linking to Acad I write the command&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; ' This isn't a copy of my code but is basicaly what I'm doing.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Set objAcad = GetObject(, "AutoCAD.Application")&lt;BR /&gt;
&amp;gt; Set objDocum = objAcad.ActiveDocument&lt;BR /&gt;
&amp;gt; objDocum.SendCommand "COPY" &amp;amp; vbcr&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; VB don't recognize the method SendCommand, how can I execute a command?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
/*********************************************************/&lt;BR /&gt;
/*    Tony Tanzillo     Design Automation Consulting     */&lt;BR /&gt;
/* Programming &amp;amp; Customization for AutoCAD &amp;amp; Compatibles */&lt;BR /&gt;
/* ----------------------------------------------------- */&lt;BR /&gt;
/*            tony.tanzillo@worldnet.att.net             */&lt;BR /&gt;
/*               http://www.caddzone.com                 */&lt;BR /&gt;
/*********************************************************/</description>
      <pubDate>Wed, 12 Jul 2000 21:52:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/how-to-use-sendcommand-in-r14-without-acadx/m-p/325768#M92028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-07-12T21:52:47Z</dc:date>
    </item>
  </channel>
</rss>

