<?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[tastennamen von VK_* herausfinden]]></title><description><![CDATA[<p>Hey,<br />
wie kann ich den Tastennamen eines VK_*-Key-Codes herausfinden...<br />
Mein Code war eigentlich</p>
<pre><code class="language-cpp">GetKeyNameText(MapVirtualKey(iKey,0), acKeyText, 32);
</code></pre>
<p>,<br />
wobei acKeyText immer &quot;&quot; ist, egal bei welchem iKey...</p>
<p>Danke...</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/117723/tastennamen-von-vk_-herausfinden</link><generator>RSS for Node</generator><lastBuildDate>Fri, 03 Jul 2026 16:34:32 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/117723.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Aug 2005 16:08:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to tastennamen von VK_* herausfinden on Wed, 10 Aug 2005 16:08:15 GMT]]></title><description><![CDATA[<p>Hey,<br />
wie kann ich den Tastennamen eines VK_*-Key-Codes herausfinden...<br />
Mein Code war eigentlich</p>
<pre><code class="language-cpp">GetKeyNameText(MapVirtualKey(iKey,0), acKeyText, 32);
</code></pre>
<p>,<br />
wobei acKeyText immer &quot;&quot; ist, egal bei welchem iKey...</p>
<p>Danke...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/849605</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/849605</guid><dc:creator><![CDATA[TastenDruck]]></dc:creator><pubDate>Wed, 10 Aug 2005 16:08:15 GMT</pubDate></item><item><title><![CDATA[Reply to tastennamen von VK_* herausfinden on Thu, 11 Aug 2005 09:41:48 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">MapVirtualKey(VK_F1, 0) &lt;&lt; 16
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/849984</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/849984</guid><dc:creator><![CDATA[google-user]]></dc:creator><pubDate>Thu, 11 Aug 2005 09:41:48 GMT</pubDate></item></channel></rss>