<?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[OnKeyPress VK_INSERT]]></title><description><![CDATA[<p>hallo zusammen,</p>
<p>ich bins nochmal mit einem kleinen Problem :</p>
<p>if (Key == (VK_INSERT))<br />
{<br />
moi_pclToolBtnNeuClick(this);<br />
}<br />
else if (Key == (VK_DELETE))<br />
{<br />
moi_pclToolBtnLoeschenClick(this);<br />
}<br />
else if (Key == (VK_RETURN))<br />
{<br />
moi_pclToolBtnUebernehmenClick(this);<br />
}<br />
else {}</p>
<p>er geht nur in die Methode wenn ich auf der Form &quot;enter&quot; drücke. Danach geht er alle if´s durch außer dem mit VK_return... was mache ich falsch ? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/171900/onkeypress-vk_insert</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 06:59:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/171900.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 Jan 2007 14:13:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OnKeyPress VK_INSERT on Tue, 30 Jan 2007 14:13:00 GMT]]></title><description><![CDATA[<p>hallo zusammen,</p>
<p>ich bins nochmal mit einem kleinen Problem :</p>
<p>if (Key == (VK_INSERT))<br />
{<br />
moi_pclToolBtnNeuClick(this);<br />
}<br />
else if (Key == (VK_DELETE))<br />
{<br />
moi_pclToolBtnLoeschenClick(this);<br />
}<br />
else if (Key == (VK_RETURN))<br />
{<br />
moi_pclToolBtnUebernehmenClick(this);<br />
}<br />
else {}</p>
<p>er geht nur in die Methode wenn ich auf der Form &quot;enter&quot; drücke. Danach geht er alle if´s durch außer dem mit VK_return... was mache ich falsch ? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1219836</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1219836</guid><dc:creator><![CDATA[Lemmingo]]></dc:creator><pubDate>Tue, 30 Jan 2007 14:13:00 GMT</pubDate></item><item><title><![CDATA[Reply to OnKeyPress VK_INSERT on Tue, 30 Jan 2007 14:21:46 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>falscher Event. Versuchs mal im OnKeyUp.</p>
<p>mfg, Micha!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1219844</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1219844</guid><dc:creator><![CDATA[_guest_]]></dc:creator><pubDate>Tue, 30 Jan 2007 14:21:46 GMT</pubDate></item><item><title><![CDATA[Reply to OnKeyPress VK_INSERT on Tue, 30 Jan 2007 14:23:43 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Insert und Delete werden werden schon wo anders abgefangen. Verwende anstelle von OnKeyPress besser OnKeyDown/OnKeyUp.</p>
<p>Desweiteren solltest du statt der ifs besser ein switch-Konstrukt nehmen.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1219846</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1219846</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Tue, 30 Jan 2007 14:23:43 GMT</pubDate></item><item><title><![CDATA[Reply to OnKeyPress VK_INSERT on Tue, 30 Jan 2007 14:34:13 GMT]]></title><description><![CDATA[<p>akari schrieb:</p>
<blockquote>
<p>Hallo</p>
<p>Insert und Delete werden werden schon wo anders abgefangen. Verwende anstelle von OnKeyPress besser OnKeyDown/OnKeyUp.</p>
<p>Desweiteren solltest du statt der ifs besser ein switch-Konstrukt nehmen.</p>
<p>bis bald<br />
akari</p>
</blockquote>
<p>ja gut switch ist halt der bessere Stil... aber danke ich werds ausprobieren !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1219855</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1219855</guid><dc:creator><![CDATA[Lemmingo]]></dc:creator><pubDate>Tue, 30 Jan 2007 14:34:13 GMT</pubDate></item></channel></rss>