<?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 : startup Sub in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/startup-sub/m-p/3841785#M50076</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not certain to uderstand what you mean with: "a sub can load automaticlly when autocad open".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want tour DLL to be loaded at startup, you can use the &lt;A href="http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank"&gt;AutoLoader&lt;/A&gt; (since A2012) or &lt;A href="http://through-the-interface.typepad.com/through_the_interface/2006/09/automatic_loadi.html" target="_blank"&gt;register&lt;/A&gt; your apllication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you want some code to be run at startup, see the &lt;A href="http://through-the-interface.typepad.com/through_the_interface/2006/09/optimizing_the_.html" target="_blank"&gt;IExtensionApplication&lt;/A&gt; interface.&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2013 12:15:25 GMT</pubDate>
    <dc:creator>_gile</dc:creator>
    <dc:date>2013-04-09T12:15:25Z</dc:date>
    <item>
      <title>startup Sub</title>
      <link>https://forums.autodesk.com/t5/net-forum/startup-sub/m-p/3841639#M50075</link>
      <description>&lt;P&gt;hello every one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i make a sub can load automaticlly when autocad open (load at startup)&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2013 08:20:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/startup-sub/m-p/3841639#M50075</guid>
      <dc:creator>Amremad</dc:creator>
      <dc:date>2013-04-09T08:20:20Z</dc:date>
    </item>
    <item>
      <title>Re : startup Sub</title>
      <link>https://forums.autodesk.com/t5/net-forum/startup-sub/m-p/3841785#M50076</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not certain to uderstand what you mean with: "a sub can load automaticlly when autocad open".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want tour DLL to be loaded at startup, you can use the &lt;A href="http://adndevblog.typepad.com/autocad/2013/01/autodesk-autoloader-white-paper.html" target="_blank"&gt;AutoLoader&lt;/A&gt; (since A2012) or &lt;A href="http://through-the-interface.typepad.com/through_the_interface/2006/09/automatic_loadi.html" target="_blank"&gt;register&lt;/A&gt; your apllication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you want some code to be run at startup, see the &lt;A href="http://through-the-interface.typepad.com/through_the_interface/2006/09/optimizing_the_.html" target="_blank"&gt;IExtensionApplication&lt;/A&gt; interface.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2013 12:15:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/startup-sub/m-p/3841785#M50076</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2013-04-09T12:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: startup Sub</title>
      <link>https://forums.autodesk.com/t5/net-forum/startup-sub/m-p/3841789#M50077</link>
      <description>&lt;PRE&gt;    Implements IExtensionApplication
    Public Sub Initialize() Implements IExtensionApplication.Initialize
        MsgBox("Initialize")
    End Sub&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;i found my solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but&amp;nbsp; the terminate sub doesn't work&lt;/P&gt;&lt;PRE&gt;   Public Sub Terminate() Implements IExtensionApplication.Terminate
        MsgBox("Terminate")
    End Sub&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2013 12:21:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/startup-sub/m-p/3841789#M50077</guid>
      <dc:creator>Amremad</dc:creator>
      <dc:date>2013-04-09T12:21:15Z</dc:date>
    </item>
  </channel>
</rss>

