<?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 get the hwnd of this control in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-get-the-hwnd-of-this-control/m-p/12168773#M1543</link>
    <description>Thanks~</description>
    <pubDate>Mon, 14 Aug 2023 05:32:58 GMT</pubDate>
    <dc:creator>27925916</dc:creator>
    <dc:date>2023-08-14T05:32:58Z</dc:date>
    <item>
      <title>How to get the hwnd of this control</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-get-the-hwnd-of-this-control/m-p/12166076#M1541</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="27925916_0-1691806683915.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1252386iB5613B7E7AFFF1EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="27925916_0-1691806683915.png" alt="27925916_0-1691806683915.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;how to get the hwnd of this control above by arx API?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 02:19:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-get-the-hwnd-of-this-control/m-p/12166076#M1541</guid>
      <dc:creator>27925916</dc:creator>
      <dc:date>2023-08-12T02:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the hwnd of this control</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-get-the-hwnd-of-this-control/m-p/12166798#M1542</link>
      <description>&lt;P&gt;There is no API in ObjectARX for this. Try this code:&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;static void QATWindowHWND() {
  // Put your command code here
  HWND h = adsw_acadMainWnd();
  HWND hAdImp = FindWindowEx(h, NULL, _T("AdImpApplicationFrame"), NULL);
  HWND hQAT = FindWindowEx(hAdImp, NULL, NULL, _T("QATHwndSource"));
  acutPrintf(_T("\nQuick Access Toolbar HWND: 0x%X"), hQAT);
}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 15:07:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-get-the-hwnd-of-this-control/m-p/12166798#M1542</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2023-08-12T15:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the hwnd of this control</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/how-to-get-the-hwnd-of-this-control/m-p/12168773#M1543</link>
      <description>Thanks~</description>
      <pubDate>Mon, 14 Aug 2023 05:32:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/how-to-get-the-hwnd-of-this-control/m-p/12168773#M1543</guid>
      <dc:creator>27925916</dc:creator>
      <dc:date>2023-08-14T05:32:58Z</dc:date>
    </item>
  </channel>
</rss>

