<?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 How to respond to an add-in's window (pop-up) in AutoCAD programmatically ? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-respond-to-an-add-in-s-window-pop-up-in-autocad/m-p/11664762#M10433</link>
    <description>&lt;P&gt;When starting an AutoCAD add-in (with the command "StartPlong"), a pop-up window appears:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 922px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1160023i3600293EE9439625/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I wonder if it's possible to answer this window (pop-up) by checking the CheckBox1, clicking the button 2, and 3 ... programmatically.&lt;/P&gt;&lt;P&gt;By searching on the Net, I found some solutions (Use Spy++ to get hundle of buttons ... ) but can't come up with a solution.&lt;/P&gt;&lt;P&gt;N.B.: We don't have any information on the language used to create this foreign Add-in&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
    <pubDate>Sun, 08 Jan 2023 18:44:36 GMT</pubDate>
    <dc:creator>Kh.mbkh</dc:creator>
    <dc:date>2023-01-08T18:44:36Z</dc:date>
    <item>
      <title>How to respond to an add-in's window (pop-up) in AutoCAD programmatically ?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-respond-to-an-add-in-s-window-pop-up-in-autocad/m-p/11664762#M10433</link>
      <description>&lt;P&gt;When starting an AutoCAD add-in (with the command "StartPlong"), a pop-up window appears:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 922px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1160023i3600293EE9439625/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I wonder if it's possible to answer this window (pop-up) by checking the CheckBox1, clicking the button 2, and 3 ... programmatically.&lt;/P&gt;&lt;P&gt;By searching on the Net, I found some solutions (Use Spy++ to get hundle of buttons ... ) but can't come up with a solution.&lt;/P&gt;&lt;P&gt;N.B.: We don't have any information on the language used to create this foreign Add-in&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 18:44:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-respond-to-an-add-in-s-window-pop-up-in-autocad/m-p/11664762#M10433</guid>
      <dc:creator>Kh.mbkh</dc:creator>
      <dc:date>2023-01-08T18:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to respond to an add-in's window (pop-up) in AutoCAD programmatically ?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-respond-to-an-add-in-s-window-pop-up-in-autocad/m-p/11664987#M10434</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;What you are trying to do is hacking. You will not get any help on this forum to do that.&lt;BR /&gt;You need to go directly to the publisher of this add-in.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 22:16:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-respond-to-an-add-in-s-window-pop-up-in-autocad/m-p/11664987#M10434</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2023-01-08T22:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to respond to an add-in's window (pop-up) in AutoCAD programmatically ?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-respond-to-an-add-in-s-window-pop-up-in-autocad/m-p/11821619#M10435</link>
      <description>It seems that you didn't understand what "Hacking" is...&lt;BR /&gt;So for anyone who may be interested, I fixed my issue using PywinAuto (A Python library) to do Scraping.</description>
      <pubDate>Tue, 14 Mar 2023 22:03:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-respond-to-an-add-in-s-window-pop-up-in-autocad/m-p/11821619#M10435</guid>
      <dc:creator>Kh.mbkh</dc:creator>
      <dc:date>2023-03-14T22:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to respond to an add-in's window (pop-up) in AutoCAD programmatically ?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-respond-to-an-add-in-s-window-pop-up-in-autocad/m-p/11840126#M10436</link>
      <description>&lt;P&gt;I use AutoIt for things like this.&amp;nbsp; The nice thing is that it has a .NET API so I can incorporate the code directly into my plugins.&lt;BR /&gt;&lt;BR /&gt;FYI, I do not believe that this is considered hacking but would rather fall under automation as all that AutoIt is doing is moving the mouse for you and/or clicking buttons, or....&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 18:41:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-respond-to-an-add-in-s-window-pop-up-in-autocad/m-p/11840126#M10436</guid>
      <dc:creator>jhsct</dc:creator>
      <dc:date>2023-03-22T18:41:08Z</dc:date>
    </item>
  </channel>
</rss>

