<?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 MODAL FORMS in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052420#M53510</link>
    <description>hi,&lt;BR /&gt;
&lt;BR /&gt;
I would really like to have a form in which in can fill in fields and do stuff, while still be able to do stuff in the acad window (without having to hide the form). When I set the 'Showmodal' of my form to false, then i can indeed move around in Autocad, but i cannot fill in fields anymore in the form. The buttons still work fine. Is there a way to get around this??? Changing the 'Showmodal' during running doesn't work either.&lt;BR /&gt;
&lt;BR /&gt;
I would really appreciate any help on this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance!&lt;BR /&gt;
&lt;BR /&gt;
Emmanuel</description>
    <pubDate>Tue, 08 Jun 2004 15:22:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-06-08T15:22:54Z</dc:date>
    <item>
      <title>MODAL FORMS</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052420#M53510</link>
      <description>hi,&lt;BR /&gt;
&lt;BR /&gt;
I would really like to have a form in which in can fill in fields and do stuff, while still be able to do stuff in the acad window (without having to hide the form). When I set the 'Showmodal' of my form to false, then i can indeed move around in Autocad, but i cannot fill in fields anymore in the form. The buttons still work fine. Is there a way to get around this??? Changing the 'Showmodal' during running doesn't work either.&lt;BR /&gt;
&lt;BR /&gt;
I would really appreciate any help on this.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance!&lt;BR /&gt;
&lt;BR /&gt;
Emmanuel</description>
      <pubDate>Tue, 08 Jun 2004 15:22:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052420#M53510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-08T15:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: MODAL FORMS</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052421#M53511</link>
      <description>Use VB or a .NET interface...</description>
      <pubDate>Tue, 08 Jun 2004 16:11:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052421#M53511</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-08T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: MODAL FORMS</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052422#M53512</link>
      <description>what is .NET interface?&lt;BR /&gt;
&lt;BR /&gt;
and what is the difference between VB and VBA? Would I have to change a lot in my VBA program to adjust it to VB?</description>
      <pubDate>Tue, 08 Jun 2004 16:18:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052422#M53512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-08T16:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: MODAL FORMS</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052423#M53513</link>
      <description>Check this out:&lt;BR /&gt;
http://msdn.microsoft.com/vbasic/&lt;BR /&gt;
&lt;BR /&gt;
VB and .NET are programming languages. There are some subtle differances between VBA and VB when doing coding for AutoCAD but basically the same.&lt;BR /&gt;
.NET is the next generation of Visual Studio and can be quite a powerful OOP tool</description>
      <pubDate>Tue, 08 Jun 2004 16:23:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052423#M53513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-08T16:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: MODAL FORMS</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052424#M53514</link>
      <description>thanks for the info.&lt;BR /&gt;
&lt;BR /&gt;
isn't there a 'short-cut-way' to do this quicker. I am not familiar with VB and think I will not have the time to change my entire program into VB.</description>
      <pubDate>Tue, 08 Jun 2004 16:26:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052424#M53514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-08T16:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: MODAL FORMS</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052425#M53515</link>
      <description>elefebvre wrote:

&amp;gt; ... cannot fill in fields anymore in the form.

Do a search on AcFocus, that should do it.

Terry</description>
      <pubDate>Tue, 08 Jun 2004 16:32:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052425#M53515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-08T16:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: MODAL FORMS</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052426#M53516</link>
      <description>Emmanuel,

the problem with non modal forms in AutoCAD VBA is very annoying. I know
there is a solution to this, but don't remember exactly what it is. Search
google adding "keep focus" as a keyword. Is has to do with the fact that the
dialog does not keep focus when clicked.

Gilles Plante

"elefebvre" &lt;NOSPAM&gt; wrote in message
news:5522647.1086712030361.JavaMail.jive@jiveforum2.autodesk.com...
&amp;gt; thanks for the info.
&amp;gt;
&amp;gt; isn't there a 'short-cut-way' to do this quicker. I am not familiar with
VB and think I will not have the time to change my entire program into VB.&lt;/NOSPAM&gt;</description>
      <pubDate>Wed, 09 Jun 2004 19:29:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052426#M53516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-09T19:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: MODAL FORMS</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052427#M53517</link>
      <description>a search on the internet, or VBA? I tried in VBA but nothing shows up.&lt;BR /&gt;
&lt;BR /&gt;
Setfocus is an option for many controls but not for the form itself. acFocus seems to be some constant, but for which variable orr methode?</description>
      <pubDate>Thu, 10 Jun 2004 06:32:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052427#M53517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-10T06:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: MODAL FORMS</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052428#M53518</link>
      <description>Emmanuel,

look for the acFocus control in Autocad directories (acfocus*.dll). Then
search google for information about it.

Gilles Plante

"elefebvre" &lt;NOSPAM&gt; wrote in message
news:17477874.1086849208820.JavaMail.jive@jiveforum2.autodesk.com...
&amp;gt; a search on the internet, or VBA? I tried in VBA but nothing shows up.
&amp;gt;
&amp;gt; Setfocus is an option for many controls but not for the form itself.
acFocus seems to be some constant, but for which variable orr methode?&lt;/NOSPAM&gt;</description>
      <pubDate>Thu, 10 Jun 2004 13:06:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052428#M53518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-10T13:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: MODAL FORMS</title>
      <link>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052429#M53519</link>
      <description>i found the acfocus control but it won't do anything. it doesn't even appear when i run the form. i did a search on ggogle but didn't find anything. is there anywhere some more information on that?&lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;BR /&gt;
&lt;BR /&gt;
Emmanuel</description>
      <pubDate>Fri, 18 Jun 2004 06:37:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/modal-forms/m-p/1052429#M53519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-06-18T06:37:27Z</dc:date>
    </item>
  </channel>
</rss>

