<?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: SendStringToExecute in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371657#M84465</link>
    <description>Have you tried Application.IsQuiescent ?&lt;BR /&gt;
&lt;BR /&gt;
Albert&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:4894610@discussion.autodesk.com...&lt;BR /&gt;
Hi Owen. Thanks, tried that, no luck.&lt;BR /&gt;
&lt;BR /&gt;
I know AutoCAD checks this, because it doesn't&lt;BR /&gt;
respond to mouse clicks in the drawing window if&lt;BR /&gt;
there's something typed.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Owen Wengerd" &lt;OWENW&gt; wrote in message &lt;BR /&gt;
news:4893409@discussion.autodesk.com...&lt;BR /&gt;
Tony:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Is there any API (C++, undocumented or not) that can&lt;BR /&gt;
&amp;gt; tell me if keystrokes have been typed at the "Command: "&lt;BR /&gt;
&amp;gt; prompt, but enter/space hasn't been pressed?&lt;BR /&gt;
&lt;BR /&gt;
  Maybe 'acedIsInputPending' exported by acad.exe?  I've never tried it, but&lt;BR /&gt;
it's a good bet. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft ==&amp;gt; http://www.manusoft.com&lt;BR /&gt;
VP Americas, CADLock, Inc. ==&amp;gt; http://www.cadlock.com&lt;/OWENW&gt;&lt;/TONY.TANZILLO&gt;</description>
    <pubDate>Thu, 07 Jul 2005 17:02:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-07-07T17:02:44Z</dc:date>
    <item>
      <title>SendStringToExecute</title>
      <link>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371654#M84462</link>
      <description>SendStringToExecute&lt;BR /&gt;
I'm having a problem with this, if the user has typed&lt;BR /&gt;
something on the command line, but has not pressed&lt;BR /&gt;
enter. &lt;BR /&gt;
&lt;BR /&gt;
Is there any API (C++, undocumented or not) that can&lt;BR /&gt;
tell me if keystrokes have been typed at the "Command: "&lt;BR /&gt;
prompt, but enter/space hasn't been pressed?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com</description>
      <pubDate>Wed, 06 Jul 2005 02:26:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371654#M84462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-06T02:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: SendStringToExecute</title>
      <link>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371655#M84463</link>
      <description>Tony:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Is there any API (C++, undocumented or not) that can&lt;BR /&gt;
&amp;gt; tell me if keystrokes have been typed at the "Command: "&lt;BR /&gt;
&amp;gt; prompt, but enter/space hasn't been pressed?&lt;BR /&gt;
&lt;BR /&gt;
  Maybe 'acedIsInputPending' exported by acad.exe?  I've never tried it, but &lt;BR /&gt;
it's a good bet. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft ==&amp;gt; http://www.manusoft.com&lt;BR /&gt;
VP Americas, CADLock, Inc. ==&amp;gt; http://www.cadlock.com</description>
      <pubDate>Wed, 06 Jul 2005 03:41:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371655#M84463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-06T03:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: SendStringToExecute</title>
      <link>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371656#M84464</link>
      <description>Hi Owen. Thanks, tried that, no luck.  &lt;BR /&gt;
&lt;BR /&gt;
I know AutoCAD checks this, because it doesn't &lt;BR /&gt;
respond to mouse clicks in the drawing window if &lt;BR /&gt;
there's something typed.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Owen Wengerd" &lt;OWENW&gt; wrote in message news:4893409@discussion.autodesk.com...&lt;BR /&gt;
Tony:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Is there any API (C++, undocumented or not) that can&lt;BR /&gt;
&amp;gt; tell me if keystrokes have been typed at the "Command: "&lt;BR /&gt;
&amp;gt; prompt, but enter/space hasn't been pressed?&lt;BR /&gt;
&lt;BR /&gt;
  Maybe 'acedIsInputPending' exported by acad.exe?  I've never tried it, but &lt;BR /&gt;
it's a good bet. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft ==&amp;gt; http://www.manusoft.com&lt;BR /&gt;
VP Americas, CADLock, Inc. ==&amp;gt; http://www.cadlock.com&lt;/OWENW&gt;</description>
      <pubDate>Thu, 07 Jul 2005 02:30:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371656#M84464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-07T02:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: SendStringToExecute</title>
      <link>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371657#M84465</link>
      <description>Have you tried Application.IsQuiescent ?&lt;BR /&gt;
&lt;BR /&gt;
Albert&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:4894610@discussion.autodesk.com...&lt;BR /&gt;
Hi Owen. Thanks, tried that, no luck.&lt;BR /&gt;
&lt;BR /&gt;
I know AutoCAD checks this, because it doesn't&lt;BR /&gt;
respond to mouse clicks in the drawing window if&lt;BR /&gt;
there's something typed.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Owen Wengerd" &lt;OWENW&gt; wrote in message &lt;BR /&gt;
news:4893409@discussion.autodesk.com...&lt;BR /&gt;
Tony:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Is there any API (C++, undocumented or not) that can&lt;BR /&gt;
&amp;gt; tell me if keystrokes have been typed at the "Command: "&lt;BR /&gt;
&amp;gt; prompt, but enter/space hasn't been pressed?&lt;BR /&gt;
&lt;BR /&gt;
  Maybe 'acedIsInputPending' exported by acad.exe?  I've never tried it, but&lt;BR /&gt;
it's a good bet. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft ==&amp;gt; http://www.manusoft.com&lt;BR /&gt;
VP Americas, CADLock, Inc. ==&amp;gt; http://www.cadlock.com&lt;/OWENW&gt;&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Thu, 07 Jul 2005 17:02:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371657#M84465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-07T17:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: SendStringToExecute</title>
      <link>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371658#M84466</link>
      <description>Hi Albert - That did it, thanks.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Albert Szilvasy" &lt;NOT_PROVIDED&gt; wrote in message news:4895269@discussion.autodesk.com...&lt;BR /&gt;
Have you tried Application.IsQuiescent ?&lt;BR /&gt;
&lt;BR /&gt;
Albert&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:4894610@discussion.autodesk.com...&lt;BR /&gt;
Hi Owen. Thanks, tried that, no luck.&lt;BR /&gt;
&lt;BR /&gt;
I know AutoCAD checks this, because it doesn't&lt;BR /&gt;
respond to mouse clicks in the drawing window if&lt;BR /&gt;
there's something typed.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Owen Wengerd" &lt;OWENW&gt; wrote in message &lt;BR /&gt;
news:4893409@discussion.autodesk.com...&lt;BR /&gt;
Tony:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Is there any API (C++, undocumented or not) that can&lt;BR /&gt;
&amp;gt; tell me if keystrokes have been typed at the "Command: "&lt;BR /&gt;
&amp;gt; prompt, but enter/space hasn't been pressed?&lt;BR /&gt;
&lt;BR /&gt;
  Maybe 'acedIsInputPending' exported by acad.exe?  I've never tried it, but&lt;BR /&gt;
it's a good bet. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft ==&amp;gt; http://www.manusoft.com&lt;BR /&gt;
VP Americas, CADLock, Inc. ==&amp;gt; http://www.cadlock.com&lt;/OWENW&gt;&lt;/TONY.TANZILLO&gt;&lt;/NOT_PROVIDED&gt;</description>
      <pubDate>Thu, 07 Jul 2005 22:51:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371658#M84466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-07T22:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: SendStringToExecute</title>
      <link>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371659#M84467</link>
      <description>If IsQuiescent returns false when keystrokes are on the &lt;BR /&gt;
command line, why does Editor.LeavingQuiescentState &lt;BR /&gt;
not fire when the first keystroke is typed?  &lt;BR /&gt;
&lt;BR /&gt;
And, if I erase all of the keystrokes with Backspace, &lt;BR /&gt;
then shouldn't EnteringQuiescentState fire?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Albert Szilvasy" &lt;NOT_PROVIDED&gt; wrote in message news:4895269@discussion.autodesk.com...&lt;BR /&gt;
Have you tried Application.IsQuiescent ?&lt;BR /&gt;
&lt;BR /&gt;
Albert&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:4894610@discussion.autodesk.com...&lt;BR /&gt;
Hi Owen. Thanks, tried that, no luck.&lt;BR /&gt;
&lt;BR /&gt;
I know AutoCAD checks this, because it doesn't&lt;BR /&gt;
respond to mouse clicks in the drawing window if&lt;BR /&gt;
there's something typed.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Owen Wengerd" &lt;OWENW&gt; wrote in message &lt;BR /&gt;
news:4893409@discussion.autodesk.com...&lt;BR /&gt;
Tony:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Is there any API (C++, undocumented or not) that can&lt;BR /&gt;
&amp;gt; tell me if keystrokes have been typed at the "Command: "&lt;BR /&gt;
&amp;gt; prompt, but enter/space hasn't been pressed?&lt;BR /&gt;
&lt;BR /&gt;
  Maybe 'acedIsInputPending' exported by acad.exe?  I've never tried it, but&lt;BR /&gt;
it's a good bet. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft ==&amp;gt; http://www.manusoft.com&lt;BR /&gt;
VP Americas, CADLock, Inc. ==&amp;gt; http://www.cadlock.com&lt;/OWENW&gt;&lt;/TONY.TANZILLO&gt;&lt;/NOT_PROVIDED&gt;</description>
      <pubDate>Fri, 08 Jul 2005 01:13:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371659#M84467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-08T01:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: SendStringToExecute</title>
      <link>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371660#M84468</link>
      <description>Sound like a bug to me but I suspect it has been this way for long enough &lt;BR /&gt;
that fixing it would cause harm than good.&lt;BR /&gt;
&lt;BR /&gt;
Albert&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:4895896@discussion.autodesk.com...&lt;BR /&gt;
If IsQuiescent returns false when keystrokes are on the&lt;BR /&gt;
command line, why does Editor.LeavingQuiescentState&lt;BR /&gt;
not fire when the first keystroke is typed?&lt;BR /&gt;
&lt;BR /&gt;
And, if I erase all of the keystrokes with Backspace,&lt;BR /&gt;
then shouldn't EnteringQuiescentState fire?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Albert Szilvasy" &lt;NOT_PROVIDED&gt; wrote in message &lt;BR /&gt;
news:4895269@discussion.autodesk.com...&lt;BR /&gt;
Have you tried Application.IsQuiescent ?&lt;BR /&gt;
&lt;BR /&gt;
Albert&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message&lt;BR /&gt;
news:4894610@discussion.autodesk.com...&lt;BR /&gt;
Hi Owen. Thanks, tried that, no luck.&lt;BR /&gt;
&lt;BR /&gt;
I know AutoCAD checks this, because it doesn't&lt;BR /&gt;
respond to mouse clicks in the drawing window if&lt;BR /&gt;
there's something typed.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Owen Wengerd" &lt;OWENW&gt; wrote in message&lt;BR /&gt;
news:4893409@discussion.autodesk.com...&lt;BR /&gt;
Tony:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Is there any API (C++, undocumented or not) that can&lt;BR /&gt;
&amp;gt; tell me if keystrokes have been typed at the "Command: "&lt;BR /&gt;
&amp;gt; prompt, but enter/space hasn't been pressed?&lt;BR /&gt;
&lt;BR /&gt;
  Maybe 'acedIsInputPending' exported by acad.exe?  I've never tried it, but&lt;BR /&gt;
it's a good bet. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft ==&amp;gt; http://www.manusoft.com&lt;BR /&gt;
VP Americas, CADLock, Inc. ==&amp;gt; http://www.cadlock.com&lt;/OWENW&gt;&lt;/TONY.TANZILLO&gt;&lt;/NOT_PROVIDED&gt;&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Fri, 08 Jul 2005 02:33:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371660#M84468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-08T02:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: SendStringToExecute</title>
      <link>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371661#M84469</link>
      <description>Thanks. You might want to make note that when dynamic &lt;BR /&gt;
input is enabled and keystroke input goes to the edit box &lt;BR /&gt;
at the cursor, IsQuiescent returns true even when keystrokes &lt;BR /&gt;
have been entered.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Albert Szilvasy" &lt;NOT_PROVIDED&gt; wrote in message news:4895873@discussion.autodesk.com...&lt;BR /&gt;
Sound like a bug to me but I suspect it has been this way for long enough &lt;BR /&gt;
that fixing it would cause harm than good.&lt;BR /&gt;
&lt;BR /&gt;
Albert&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:4895896@discussion.autodesk.com...&lt;BR /&gt;
If IsQuiescent returns false when keystrokes are on the&lt;BR /&gt;
command line, why does Editor.LeavingQuiescentState&lt;BR /&gt;
not fire when the first keystroke is typed?&lt;BR /&gt;
&lt;BR /&gt;
And, if I erase all of the keystrokes with Backspace,&lt;BR /&gt;
then shouldn't EnteringQuiescentState fire?&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Albert Szilvasy" &lt;NOT_PROVIDED&gt; wrote in message &lt;BR /&gt;
news:4895269@discussion.autodesk.com...&lt;BR /&gt;
Have you tried Application.IsQuiescent ?&lt;BR /&gt;
&lt;BR /&gt;
Albert&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message&lt;BR /&gt;
news:4894610@discussion.autodesk.com...&lt;BR /&gt;
Hi Owen. Thanks, tried that, no luck.&lt;BR /&gt;
&lt;BR /&gt;
I know AutoCAD checks this, because it doesn't&lt;BR /&gt;
respond to mouse clicks in the drawing window if&lt;BR /&gt;
there's something typed.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2004/2005/2006&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Owen Wengerd" &lt;OWENW&gt; wrote in message&lt;BR /&gt;
news:4893409@discussion.autodesk.com...&lt;BR /&gt;
Tony:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; Is there any API (C++, undocumented or not) that can&lt;BR /&gt;
&amp;gt; tell me if keystrokes have been typed at the "Command: "&lt;BR /&gt;
&amp;gt; prompt, but enter/space hasn't been pressed?&lt;BR /&gt;
&lt;BR /&gt;
  Maybe 'acedIsInputPending' exported by acad.exe?  I've never tried it, but&lt;BR /&gt;
it's a good bet. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
-- &lt;BR /&gt;
Owen Wengerd&lt;BR /&gt;
President, ManuSoft ==&amp;gt; http://www.manusoft.com&lt;BR /&gt;
VP Americas, CADLock, Inc. ==&amp;gt; http://www.cadlock.com&lt;/OWENW&gt;&lt;/TONY.TANZILLO&gt;&lt;/NOT_PROVIDED&gt;&lt;/TONY.TANZILLO&gt;&lt;/NOT_PROVIDED&gt;</description>
      <pubDate>Fri, 08 Jul 2005 14:06:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/sendstringtoexecute/m-p/1371661#M84469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-07-08T14:06:00Z</dc:date>
    </item>
  </channel>
</rss>

