<?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: Partial CUI Load in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/partial-cui-load/m-p/1781354#M80228</link>
    <description>Ok here's what I got this is in Vb, use the IextensionApplication&lt;BR /&gt;
Like so For starup&lt;BR /&gt;
&lt;BR /&gt;
Public Sub Initialize() Implements Autodesk.AutoCAD.Runtime.IExtensionApplication.Initialize        'Load CUI Menu &lt;BR /&gt;
                    Application.DocumentManager.MdiActiveDocument.SendStringToExecute("filedia 0 cuiload (cui name with support path added)filedia 1 ", False, True, False)&lt;BR /&gt;
                end sub</description>
    <pubDate>Fri, 06 Oct 2006 15:35:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2006-10-06T15:35:59Z</dc:date>
    <item>
      <title>Partial CUI Load</title>
      <link>https://forums.autodesk.com/t5/net-forum/partial-cui-load/m-p/1781352#M80226</link>
      <description>Dear All,&lt;BR /&gt;
I want to make a partial cui for some keyboard shortcuts. And i want to load it at runtime.&lt;BR /&gt;
&lt;BR /&gt;
How to make partial CUI for keyboard shortcut and load it at runtime.&lt;BR /&gt;
Thanks...</description>
      <pubDate>Wed, 04 Oct 2006 02:16:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/partial-cui-load/m-p/1781352#M80226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-10-04T02:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Partial CUI Load</title>
      <link>https://forums.autodesk.com/t5/net-forum/partial-cui-load/m-p/1781353#M80227</link>
      <description>I can get this to work as long as their is no spaces, I've tried double quotes and visual studio marks it as an error.. Maybe you can figure out how to get "with spaces" to work?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Application.DocumentManager.MdiActiveDocument.SendStringToExecute("filedia 0" + "cuiload" + "path with spaces" + "filedia 1", False, False, False)</description>
      <pubDate>Wed, 04 Oct 2006 18:40:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/partial-cui-load/m-p/1781353#M80227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-10-04T18:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Partial CUI Load</title>
      <link>https://forums.autodesk.com/t5/net-forum/partial-cui-load/m-p/1781354#M80228</link>
      <description>Ok here's what I got this is in Vb, use the IextensionApplication&lt;BR /&gt;
Like so For starup&lt;BR /&gt;
&lt;BR /&gt;
Public Sub Initialize() Implements Autodesk.AutoCAD.Runtime.IExtensionApplication.Initialize        'Load CUI Menu &lt;BR /&gt;
                    Application.DocumentManager.MdiActiveDocument.SendStringToExecute("filedia 0 cuiload (cui name with support path added)filedia 1 ", False, True, False)&lt;BR /&gt;
                end sub</description>
      <pubDate>Fri, 06 Oct 2006 15:35:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/partial-cui-load/m-p/1781354#M80228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-10-06T15:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Partial CUI Load</title>
      <link>https://forums.autodesk.com/t5/net-forum/partial-cui-load/m-p/1781355#M80229</link>
      <description>thanks Littler,&lt;BR /&gt;
It is working well. On Each time when my program loads in autocad, i first unload my cui file and then load it. In this cui file i have a toolbar, a menu and shortcut keys. When I  right click on standard toolbar , a context menu opens for toolbars to show and hide. There i could not see any entry for my toolbar. if i close my toolbar, then how can i again show it on screen, is there is any programing way to show and hide my custom toolbar.&lt;BR /&gt;
&lt;BR /&gt;
I also come to know, how to give path for icons to toolbar button in cui. Because if i give the path of a disk icon, it will not availbale on anohter machine. I have some icons in my Project Resources, then how can i set the path for icons for them&lt;BR /&gt;
&lt;BR /&gt;
Thanks...</description>
      <pubDate>Mon, 09 Oct 2006 03:29:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/partial-cui-load/m-p/1781355#M80229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2006-10-09T03:29:44Z</dc:date>
    </item>
  </channel>
</rss>

