<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unterformen mit Esc schliessen?]]></title><description><![CDATA[<p>Hi.</p>
<p>Ich habe mehrere Unterformen und möchte wenn ich die Escape Taste drücke das diese sich dann schliessen.<br />
Leider hilft in OnKeyUp die Zeile <em>if (Key==VK_ESCAPE) Close();</em> garnichts <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
<p>Kann da wer weiterhelfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/131270/unterformen-mit-esc-schliessen</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 09:49:56 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/131270.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Jan 2006 09:49:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unterformen mit Esc schliessen? on Mon, 02 Jan 2006 09:49:55 GMT]]></title><description><![CDATA[<p>Hi.</p>
<p>Ich habe mehrere Unterformen und möchte wenn ich die Escape Taste drücke das diese sich dann schliessen.<br />
Leider hilft in OnKeyUp die Zeile <em>if (Key==VK_ESCAPE) Close();</em> garnichts <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
<p>Kann da wer weiterhelfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/954521</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/954521</guid><dc:creator><![CDATA[Zicke]]></dc:creator><pubDate>Mon, 02 Jan 2006 09:49:55 GMT</pubDate></item><item><title><![CDATA[Reply to Unterformen mit Esc schliessen? on Mon, 02 Jan 2006 10:03:25 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>nimm den Event OnShortCut mit dieser Auswertung :</p>
<pre><code class="language-cpp">if (Msg.CharCode ==VK_ESCAPE) Close();
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/954530</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/954530</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 02 Jan 2006 10:03:25 GMT</pubDate></item><item><title><![CDATA[Reply to Unterformen mit Esc schliessen? on Mon, 02 Jan 2006 10:27:40 GMT]]></title><description><![CDATA[<p>Ui, das mir noch garnicht aufgefallen. Klappt super. Danke schön!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/954549</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/954549</guid><dc:creator><![CDATA[Zicke]]></dc:creator><pubDate>Mon, 02 Jan 2006 10:27:40 GMT</pubDate></item></channel></rss>