<?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 do I print a message in AutoCAD 2005 without  Autodesk.AutoCAD.EditorInput? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-do-i-print-a-message-in-autocad-2005-without-autodesk/m-p/1381280#M84345</link>
    <description>In case anyone is ever interested...&lt;BR /&gt;
&lt;BR /&gt;
Autodesk.AutoCAD.ApplicationServices.CommandLinePrompts.Message("My &lt;BR /&gt;
String");&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for your comments.&lt;BR /&gt;
&lt;BR /&gt;
-Carlos&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Albert Szilvasy" &lt;NOT_PROVIDED&gt; wrote in message &lt;BR /&gt;
news:4903358@discussion.autodesk.com...&lt;BR /&gt;
WriteMessage is new in AutoCAD 2006. There was another way of doing this in&lt;BR /&gt;
AutoCAD 2005. Something like CommandPrompt.Message or similar. BTW, if you&lt;BR /&gt;
are new to AutoCAD I recommend that you use the COM interop assemblies&lt;BR /&gt;
first. They are easier to use although in some scenarios they are somewhat&lt;BR /&gt;
slower.&lt;BR /&gt;
&lt;BR /&gt;
albert&lt;BR /&gt;
"Carlos" &lt;CARLOS&gt; wrote in message&lt;BR /&gt;
news:4903328@discussion.autodesk.com...&lt;BR /&gt;
Hello again...sigh,&lt;BR /&gt;
&lt;BR /&gt;
I'm using AutoCAD 2005, so when I add acdbmgd and acmgd to my C# solution as&lt;BR /&gt;
references, I cannot use:&lt;BR /&gt;
&lt;BR /&gt;
    using Autodesk.AutoCAD.EditorInput;&lt;BR /&gt;
&lt;BR /&gt;
As a result, I can't use the WriteMessage method for printing a message in&lt;BR /&gt;
AutoCAD.  How can I do it using AutoCAD 2005?&lt;BR /&gt;
&lt;BR /&gt;
Sorry to ask so many questions.  Maybe I'm totally off track here...&lt;BR /&gt;
&lt;BR /&gt;
-Carlos&lt;/CARLOS&gt;&lt;/NOT_PROVIDED&gt;</description>
    <pubDate>Fri, 22 Jul 2005 01:12:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-07-22T01:12:15Z</dc:date>
    <item>
      <title>How do I print a message in AutoCAD 2005 without Autodesk.AutoCAD.EditorInput?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-do-i-print-a-message-in-autocad-2005-without-autodesk/m-p/1381277#M84342</link>
      <description>Hello again...sigh,&lt;BR /&gt;
&lt;BR /&gt;
I'm using AutoCAD 2005, so when I add acdbmgd and acmgd to my C# solution as &lt;BR /&gt;
references, I cannot use:&lt;BR /&gt;
&lt;BR /&gt;
    using Autodesk.AutoCAD.EditorInput;&lt;BR /&gt;
&lt;BR /&gt;
As a result, I can't use the WriteMessage method for printing a message in &lt;BR /&gt;
AutoCAD.  How can I do it using AutoCAD 2005?&lt;BR /&gt;
&lt;BR /&gt;
Sorry to ask so many questions.  Maybe I'm totally off track here...&lt;BR /&gt;
&lt;BR /&gt;
-Carlos</description>
      <pubDate>Fri, 15 Jul 2005 23:59:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-do-i-print-a-message-in-autocad-2005-without-autodesk/m-p/1381277#M84342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-15T23:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I print a message in AutoCAD 2005 without  Autodesk.AutoCAD.EditorInput?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-do-i-print-a-message-in-autocad-2005-without-autodesk/m-p/1381278#M84343</link>
      <description>Search the ObjectARX discussion Group for a post by Jim Awe containing &lt;BR /&gt;
MgdDbg which had classes for AC2005 Net interface.&lt;BR /&gt;
&lt;BR /&gt;
.. sorry, don't have a link ..&lt;BR /&gt;
&lt;BR /&gt;
kwb&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Carlos" &lt;CARLOS&gt; wrote in message &lt;BR /&gt;
news:4903328@discussion.autodesk.com...&lt;BR /&gt;
Hello again...sigh,&lt;BR /&gt;
&lt;BR /&gt;
I'm using AutoCAD 2005, so when I add acdbmgd and acmgd to my C# solution as&lt;BR /&gt;
references, I cannot use:&lt;BR /&gt;
&lt;BR /&gt;
    using Autodesk.AutoCAD.EditorInput;&lt;BR /&gt;
&lt;BR /&gt;
As a result, I can't use the WriteMessage method for printing a message in&lt;BR /&gt;
AutoCAD.  How can I do it using AutoCAD 2005?&lt;BR /&gt;
&lt;BR /&gt;
Sorry to ask so many questions.  Maybe I'm totally off track here...&lt;BR /&gt;
&lt;BR /&gt;
-Carlos&lt;/CARLOS&gt;</description>
      <pubDate>Sat, 16 Jul 2005 00:50:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-do-i-print-a-message-in-autocad-2005-without-autodesk/m-p/1381278#M84343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-16T00:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I print a message in AutoCAD 2005 without  Autodesk.AutoCAD.EditorInput?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-do-i-print-a-message-in-autocad-2005-without-autodesk/m-p/1381279#M84344</link>
      <description>WriteMessage is new in AutoCAD 2006. There was another way of doing this in &lt;BR /&gt;
AutoCAD 2005. Something like CommandPrompt.Message or similar. BTW, if you &lt;BR /&gt;
are new to AutoCAD I recommend that you use the COM interop assemblies &lt;BR /&gt;
first. They are easier to use although in some scenarios they are somewhat &lt;BR /&gt;
slower.&lt;BR /&gt;
&lt;BR /&gt;
albert&lt;BR /&gt;
"Carlos" &lt;CARLOS&gt; wrote in message &lt;BR /&gt;
news:4903328@discussion.autodesk.com...&lt;BR /&gt;
Hello again...sigh,&lt;BR /&gt;
&lt;BR /&gt;
I'm using AutoCAD 2005, so when I add acdbmgd and acmgd to my C# solution as&lt;BR /&gt;
references, I cannot use:&lt;BR /&gt;
&lt;BR /&gt;
    using Autodesk.AutoCAD.EditorInput;&lt;BR /&gt;
&lt;BR /&gt;
As a result, I can't use the WriteMessage method for printing a message in&lt;BR /&gt;
AutoCAD.  How can I do it using AutoCAD 2005?&lt;BR /&gt;
&lt;BR /&gt;
Sorry to ask so many questions.  Maybe I'm totally off track here...&lt;BR /&gt;
&lt;BR /&gt;
-Carlos&lt;/CARLOS&gt;</description>
      <pubDate>Sat, 16 Jul 2005 02:12:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-do-i-print-a-message-in-autocad-2005-without-autodesk/m-p/1381279#M84344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-16T02:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I print a message in AutoCAD 2005 without  Autodesk.AutoCAD.EditorInput?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-do-i-print-a-message-in-autocad-2005-without-autodesk/m-p/1381280#M84345</link>
      <description>In case anyone is ever interested...&lt;BR /&gt;
&lt;BR /&gt;
Autodesk.AutoCAD.ApplicationServices.CommandLinePrompts.Message("My &lt;BR /&gt;
String");&lt;BR /&gt;
&lt;BR /&gt;
Thanks again for your comments.&lt;BR /&gt;
&lt;BR /&gt;
-Carlos&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Albert Szilvasy" &lt;NOT_PROVIDED&gt; wrote in message &lt;BR /&gt;
news:4903358@discussion.autodesk.com...&lt;BR /&gt;
WriteMessage is new in AutoCAD 2006. There was another way of doing this in&lt;BR /&gt;
AutoCAD 2005. Something like CommandPrompt.Message or similar. BTW, if you&lt;BR /&gt;
are new to AutoCAD I recommend that you use the COM interop assemblies&lt;BR /&gt;
first. They are easier to use although in some scenarios they are somewhat&lt;BR /&gt;
slower.&lt;BR /&gt;
&lt;BR /&gt;
albert&lt;BR /&gt;
"Carlos" &lt;CARLOS&gt; wrote in message&lt;BR /&gt;
news:4903328@discussion.autodesk.com...&lt;BR /&gt;
Hello again...sigh,&lt;BR /&gt;
&lt;BR /&gt;
I'm using AutoCAD 2005, so when I add acdbmgd and acmgd to my C# solution as&lt;BR /&gt;
references, I cannot use:&lt;BR /&gt;
&lt;BR /&gt;
    using Autodesk.AutoCAD.EditorInput;&lt;BR /&gt;
&lt;BR /&gt;
As a result, I can't use the WriteMessage method for printing a message in&lt;BR /&gt;
AutoCAD.  How can I do it using AutoCAD 2005?&lt;BR /&gt;
&lt;BR /&gt;
Sorry to ask so many questions.  Maybe I'm totally off track here...&lt;BR /&gt;
&lt;BR /&gt;
-Carlos&lt;/CARLOS&gt;&lt;/NOT_PROVIDED&gt;</description>
      <pubDate>Fri, 22 Jul 2005 01:12:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-do-i-print-a-message-in-autocad-2005-without-autodesk/m-p/1381280#M84345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-22T01:12:15Z</dc:date>
    </item>
  </channel>
</rss>

