<?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 Making AutoCad the active window in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/making-autocad-the-active-window/m-p/323791#M92727</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Ive wrote a 3d Parametric Engine in VB for AutoCAD that has a little toolbar that sits at the bottom of the screen..&lt;BR /&gt;
&lt;BR /&gt;
I sort of cheated by resizing the AutoCAD windows height and dropping my toolbar at a fixed position at the bottom..&lt;BR /&gt;
&lt;BR /&gt;
I would have liked to do an application like the microsoft office toolbar (if anyone knows how can you let me know)&lt;BR /&gt;
&lt;BR /&gt;
But if I cant do that I would like to know how I can make the AutoCAD window the active window (like if someone has clicked it to bring to top)&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
- Phil Barker&lt;BR /&gt;
- Programmer&lt;BR /&gt;
- Dexion Ltd.</description>
    <pubDate>Tue, 13 Jun 2000 11:29:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2000-06-13T11:29:15Z</dc:date>
    <item>
      <title>Making AutoCad the active window</title>
      <link>https://forums.autodesk.com/t5/vba-forum/making-autocad-the-active-window/m-p/323791#M92727</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
Ive wrote a 3d Parametric Engine in VB for AutoCAD that has a little toolbar that sits at the bottom of the screen..&lt;BR /&gt;
&lt;BR /&gt;
I sort of cheated by resizing the AutoCAD windows height and dropping my toolbar at a fixed position at the bottom..&lt;BR /&gt;
&lt;BR /&gt;
I would have liked to do an application like the microsoft office toolbar (if anyone knows how can you let me know)&lt;BR /&gt;
&lt;BR /&gt;
But if I cant do that I would like to know how I can make the AutoCAD window the active window (like if someone has clicked it to bring to top)&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
- Phil Barker&lt;BR /&gt;
- Programmer&lt;BR /&gt;
- Dexion Ltd.</description>
      <pubDate>Tue, 13 Jun 2000 11:29:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/making-autocad-the-active-window/m-p/323791#M92727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-06-13T11:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Making AutoCad the active window</title>
      <link>https://forums.autodesk.com/t5/vba-forum/making-autocad-the-active-window/m-p/323792#M92728</link>
      <description>You can create a "floating" window such as that used for the Microsoft Windows version 3.1 Clock by using the SetWindowPos Windows API call. &lt;BR /&gt;
&lt;BR /&gt;
http://support.microsoft.com/support/kb/articles/Q84/2/51.ASP</description>
      <pubDate>Wed, 14 Jun 2000 07:02:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/making-autocad-the-active-window/m-p/323792#M92728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-06-14T07:02:47Z</dc:date>
    </item>
    <item>
      <title>Re:</title>
      <link>https://forums.autodesk.com/t5/vba-forum/making-autocad-the-active-window/m-p/323793#M92729</link>
      <description>This one was even better, but I realized you probably are&lt;BR /&gt;
trying to make it a taskbar or somesuch. Well,&lt;BR /&gt;
AlwaysOnTop is another way to do it..&lt;BR /&gt;
&lt;BR /&gt;
http://support.microsoft.com/support/kb/articles/Q184/2/97.ASP&lt;BR /&gt;
&lt;BR /&gt;
You make something the active window with AppActivate, ex:&lt;BR /&gt;
&lt;BR /&gt;
AppActivate "AutoCAD"</description>
      <pubDate>Wed, 14 Jun 2000 07:08:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/making-autocad-the-active-window/m-p/323793#M92729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2000-06-14T07:08:18Z</dc:date>
    </item>
  </channel>
</rss>

