<?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: control autocad main windown. in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/control-autocad-main-windown/m-p/3338325#M12074</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;imho you will not get enough funcitonality with VBA to get real full control over the AutoCAD application window. E.g. to avoid that the user closes AutoCAD (what way ever, e.g. TaskManager should not be able to close AutoCAD? Or shot-down-process should not be able to close AutoCAD?).&lt;/P&gt;&lt;P&gt;The most control you will have with a program using Windows-API that plays with processes (watches processes and windows).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- alfred -&lt;/P&gt;</description>
    <pubDate>Sun, 19 Feb 2012 17:56:39 GMT</pubDate>
    <dc:creator>Alfred.NESWADBA</dc:creator>
    <dc:date>2012-02-19T17:56:39Z</dc:date>
    <item>
      <title>control autocad main windown.</title>
      <link>https://forums.autodesk.com/t5/vba-forum/control-autocad-main-windown/m-p/3338309#M12073</link>
      <description>&lt;P&gt;hi !&lt;/P&gt;&lt;P&gt;How can I control autocad main windown, becoming it desable to close "x" ?&lt;/P&gt;&lt;P&gt;thanks for atention !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2012 17:20:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/control-autocad-main-windown/m-p/3338309#M12073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-19T17:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: control autocad main windown.</title>
      <link>https://forums.autodesk.com/t5/vba-forum/control-autocad-main-windown/m-p/3338325#M12074</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;imho you will not get enough funcitonality with VBA to get real full control over the AutoCAD application window. E.g. to avoid that the user closes AutoCAD (what way ever, e.g. TaskManager should not be able to close AutoCAD? Or shot-down-process should not be able to close AutoCAD?).&lt;/P&gt;&lt;P&gt;The most control you will have with a program using Windows-API that plays with processes (watches processes and windows).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2012 17:56:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/control-autocad-main-windown/m-p/3338325#M12074</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2012-02-19T17:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: control autocad main windown.</title>
      <link>https://forums.autodesk.com/t5/vba-forum/control-autocad-main-windown/m-p/3338329#M12075</link>
      <description>&lt;P&gt;Thanks Alfred NESWADBA. I undestood! But is not there anyway to avoid user close de cad main window, programming with vb6 ? Only by windown's API ? Do not you have a code to send me to do it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2012 18:05:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/control-autocad-main-windown/m-p/3338329#M12075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-19T18:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: control autocad main windown.</title>
      <link>https://forums.autodesk.com/t5/vba-forum/control-autocad-main-windown/m-p/3340007#M12076</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I managed to&lt;/SPAN&gt; &lt;SPAN&gt;create&lt;/SPAN&gt; &lt;SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN&gt;lisp&lt;/SPAN&gt; &lt;SPAN&gt;function&lt;/SPAN&gt; &lt;SPAN&gt;that forces&lt;/SPAN&gt; &lt;SPAN&gt;all output to&lt;/SPAN&gt; &lt;SPAN&gt;an&lt;/SPAN&gt; &lt;SPAN&gt;output that&lt;/SPAN&gt; &lt;SPAN&gt;I created&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt; &lt;SPAN&gt;I compiled&lt;/SPAN&gt; &lt;SPAN&gt;this function&lt;/SPAN&gt; &lt;SPAN&gt;transforming it into a&lt;/SPAN&gt; &lt;SPAN&gt;arquivo.vlx&lt;/SPAN&gt; &lt;SPAN&gt;that to do&lt;/SPAN&gt; &lt;SPAN&gt;AutoCAD&lt;/SPAN&gt; &lt;SPAN&gt;startup&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN&gt;does what&lt;/SPAN&gt; &lt;SPAN&gt;I need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt; &lt;SPAN&gt;for your attention!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;doc_x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 00:53:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/control-autocad-main-windown/m-p/3340007#M12076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-21T00:53:05Z</dc:date>
    </item>
  </channel>
</rss>

