<?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: Access .NET from the COM application object? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3244538#M58283</link>
    <description>&lt;P&gt;I have not tried to use Timer&lt;/P&gt;&lt;P&gt;Can you share a simple code with&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2011 15:31:04 GMT</pubDate>
    <dc:creator>Hallex</dc:creator>
    <dc:date>2011-11-30T15:31:04Z</dc:date>
    <item>
      <title>Access .NET from the COM application object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3239448#M58278</link>
      <description>&lt;P&gt;Does anyone know if it is possible to access .NET from the COM application object?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a stand alone application that accesses the Autodesk.AutoCAD.Interop.AcadApplication object and uses it for various functions.&lt;/P&gt;&lt;P&gt;What I would like to do is to access objects in the .NET namespaces Autodesk.AutoCAD.Runtime, &amp;nbsp;Autodesk.AutoCAD,Applicationservices, &amp;nbsp;Autodesk.AutoCAD.Editorinput etc. via the COM-application object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jan Grenov&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2011 13:54:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3239448#M58278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-24T13:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Access .NET from the COM application object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3239450#M58279</link>
      <description>&lt;P&gt;Hi Jan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No you cannot. The namespaces available under AcMgd and AcDbMgd are for in-process only, meaning just for plug-ins (not external applications).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The alternative is expose what you need to an outside caller using the approach suggested here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://through-the-interface.typepad.com/through_the_interface/2009/05/interfacing-an-external-com-application-with-a-net-module-in-process-to-autocad-redux.html" target="_blank"&gt;http://through-the-interface.typepad.com/through_the_interface/2009/05/interfacing-an-external-com-application-with-a-net-module-in-process-to-autocad-redux.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this explains.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Augusto Goncalve&lt;/P&gt;
&lt;P&gt;Autodesk Developer Network&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2011 13:57:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3239450#M58279</guid>
      <dc:creator>augusto.goncalves</dc:creator>
      <dc:date>2011-11-24T13:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Access .NET from the COM application object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3239924#M58280</link>
      <description>&lt;P&gt;Hi Augusto&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK. Thanks a lot for your answer. I'll study the alternative that you proposed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2011 07:41:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3239924#M58280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-25T07:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access .NET from the COM application object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3243424#M58281</link>
      <description>&lt;P&gt;I know you have an answer.&lt;/P&gt;&lt;P&gt;I looked at the answer, but it was beyond me.&lt;/P&gt;&lt;P&gt;Perhaps I can give you another solution, which I think is easier to understand and depends on some very basic code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Insert a timer in your external application, the sole function of which is to poll&amp;nbsp;for the existance of a file.&lt;/P&gt;&lt;P&gt;Decide what data you wish to have in this file.&lt;/P&gt;&lt;P&gt;Read the file and then delete it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your Inprocess class, write data to this file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Experiment with the timing of your timer.&lt;/P&gt;&lt;P&gt;I have found it can be very quick.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2011 18:17:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3243424#M58281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-29T18:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Access .NET from the COM application object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3244026#M58282</link>
      <description>&lt;P&gt;Not a bad idea.&lt;/P&gt;&lt;P&gt;Thanks for sharing it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2011 06:42:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3244026#M58282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-30T06:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Access .NET from the COM application object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3244538#M58283</link>
      <description>&lt;P&gt;I have not tried to use Timer&lt;/P&gt;&lt;P&gt;Can you share a simple code with&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2011 15:31:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3244538#M58283</guid>
      <dc:creator>Hallex</dc:creator>
      <dc:date>2011-11-30T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Access .NET from the COM application object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3244626#M58284</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well this is not really a timer, but it works fine for me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;Dim &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;cnt &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;As &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;Short &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;= 0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt; AcadIsReady &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;As &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;Boolean&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;While &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;Not &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;AcadIsReady&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&amp;nbsp;&amp;nbsp; Try&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;cnt &amp;gt; 10 &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;Then&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#008000" face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;' After ten attempts ...&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MsgBox(&lt;/FONT&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#a31515" face="Consolas"&gt;&lt;FONT color="#a31515" face="Consolas"&gt;&lt;FONT color="#a31515" face="Consolas"&gt;"Send some error message"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;Exit Sub&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;Else&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;STRONG&gt;&lt;EM&gt;Try to execute your in-process-function here&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;' This will fail as long as AutoCAD is busy&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;AcadIsReady = &lt;/FONT&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;True&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;If &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&amp;nbsp;&amp;nbsp; Catch&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt; ex &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;As &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#2b91af" face="Consolas"&gt;&lt;FONT color="#2b91af" face="Consolas"&gt;&lt;FONT color="#2b91af" face="Consolas"&gt;Exception&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#2b91af" face="Consolas"&gt;&lt;FONT color="#2b91af" face="Consolas"&gt;&lt;FONT color="#2b91af" face="Consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;cnt = cnt + 1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;FONT size="1"&gt;System.Threading.&lt;/FONT&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#2b91af" face="Consolas"&gt;&lt;FONT color="#2b91af" face="Consolas"&gt;&lt;FONT color="#2b91af" face="Consolas"&gt;Thread&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT face="Consolas"&gt;.Sleep(1000) &lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;&lt;FONT color="#008000" face="Consolas"&gt;'&amp;nbsp;Sleep for one second&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&amp;nbsp;&amp;nbsp; End &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;Try &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" face="Consolas"&gt;&lt;FONT face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;End &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;&lt;FONT color="#0000ff" face="Consolas"&gt;While&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2011 16:08:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3244626#M58284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-30T16:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Access .NET from the COM application object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3244722#M58285</link>
      <description>&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2011 16:55:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3244722#M58285</guid>
      <dc:creator>Hallex</dc:creator>
      <dc:date>2011-11-30T16:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Access .NET from the COM application object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3245150#M58286</link>
      <description>&lt;P&gt;I am assuming that you have an exe that needs to read events raised in an inprocess dll (referencing acdbmg)&lt;/P&gt;&lt;P&gt;So instead of raing an event which Im not sure how you might do it, write to a file with a message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your app, the timer event simply waits for the File.Exists(yourfilename) to return True. The read it and from its message work out what the event was intended to be.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2011 21:03:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3245150#M58286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-30T21:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Access .NET from the COM application object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3245824#M58287</link>
      <description>&lt;P&gt;Thanks for exoalnation&lt;/P&gt;&lt;P&gt;It's clearly enough,&lt;/P&gt;&lt;P&gt;Regards &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;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;~'J'~&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2011 10:22:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/access-net-from-the-com-application-object/m-p/3245824#M58287</guid>
      <dc:creator>Hallex</dc:creator>
      <dc:date>2011-12-01T10:22:16Z</dc:date>
    </item>
  </channel>
</rss>

