<?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 make a custom menu persistent in AutoCAD Map 3D 2008? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173326#M75645</link>
    <description>Thanks once again for the information.</description>
    <pubDate>Wed, 06 Feb 2008 21:37:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-02-06T21:37:51Z</dc:date>
    <item>
      <title>How to make a custom menu persistent in AutoCAD Map 3D 2008?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173322#M75641</link>
      <description>I have posted this topic a few months ago. But I haven't received any suggestions so far. &lt;BR /&gt;
&lt;BR /&gt;
I have created a custom pull down menu using VBA in AutoCAD Map 3D 2008. As soon as I close the AutoCAD, the custom menu disappears. Is there any way I can make the menu persistent using VBA or VB.NET/C#.&lt;BR /&gt;
&lt;BR /&gt;
Any suggestions would be greatly appreciated.</description>
      <pubDate>Wed, 06 Feb 2008 17:02:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173322#M75641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T17:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom menu persistent in AutoCAD Map 3D 2008?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173323#M75642</link>
      <description>The simple option would be for the VBA routine to be loaded on startup. Another option would be to modify the CUI file using the .NET CUI API.</description>
      <pubDate>Wed, 06 Feb 2008 21:08:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173323#M75642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T21:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom menu persistent in AutoCAD Map 3D 2008?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173324#M75643</link>
      <description>Thanks for the reply. &lt;BR /&gt;
&lt;BR /&gt;
a) Could you please explain the steps to load the VBA routine at startup. &lt;BR /&gt;
&lt;BR /&gt;
b) Where can I find the help on .NET CUI API. Would appreciate if you provide some code samples.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the help.</description>
      <pubDate>Wed, 06 Feb 2008 21:18:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173324#M75643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom menu persistent in AutoCAD Map 3D 2008?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173325#M75644</link>
      <description>&amp;gt;&amp;gt;a) Could you please explain the steps to load the VBA routine at startup. &lt;BR /&gt;
&lt;BR /&gt;
From the help files:&lt;BR /&gt;
&lt;BR /&gt;
There are two different ways to load a VBA project automatically:&lt;BR /&gt;
&lt;BR /&gt;
When VBA is loaded it will look in the AutoCAD directory for a project named acad.dvb. This file is automatically loaded as the default project&lt;BR /&gt;
Any project other than the default, acad.dvb, can be used by explicitly loading that project at startup using the VBALOAD command. The following code sample uses the AutoLISP startup file to load VBA and a VBA project named myproj.dvb when AutoCAD is started. Start notepad.exe and create (or append to) acad.lsp the following lines:&lt;BR /&gt;
(defun S::STARTUP()&lt;BR /&gt;
&lt;BR /&gt;
(command "_VBALOAD" "myproj.dvb")&lt;BR /&gt;
&lt;BR /&gt;
)&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;b) Where can I find the help on .NET CUI API. Would appreciate if you provide some code samples.&lt;BR /&gt;
&lt;BR /&gt;
ObjectARX documentation.</description>
      <pubDate>Wed, 06 Feb 2008 21:27:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173325#M75644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T21:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a custom menu persistent in AutoCAD Map 3D 2008?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173326#M75645</link>
      <description>Thanks once again for the information.</description>
      <pubDate>Wed, 06 Feb 2008 21:37:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-make-a-custom-menu-persistent-in-autocad-map-3d-2008/m-p/2173326#M75645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-06T21:37:51Z</dc:date>
    </item>
  </channel>
</rss>

