<?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[Tastatur zeichenaufnehmen]]></title><description><![CDATA[<p>Ich bin grade dabei eine Art &quot;Keylogger&quot; zu schreiben.<br />
So weit bin ich schon:</p>
<pre><code class="language-cpp">while(1)   
if (GetAsyncKeyState (187)) 
{
printf (&quot;+ Taste wurde gedrueckt\n&quot;);
}  
}
</code></pre>
<p>Aber jetzt weiß ich nicht wie ich überprüfen kann ob z.B die A-Taste gedrückt wurde etc.<br />
Oder z.B die 2-Taste.</p>
<p>Ich suche jetzt eine Liste wo die Namen der einzelnen Tasten stehen.</p>
<p>Ich hoffe mal das mir jemand weiter helfen kann.</p>
<p>Mfg<br />
Chrino</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/188358/tastatur-zeichenaufnehmen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 03 Jul 2026 16:34:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/188358.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Jul 2007 15:53:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Tastatur zeichenaufnehmen on Mon, 30 Jul 2007 15:53:52 GMT]]></title><description><![CDATA[<p>Ich bin grade dabei eine Art &quot;Keylogger&quot; zu schreiben.<br />
So weit bin ich schon:</p>
<pre><code class="language-cpp">while(1)   
if (GetAsyncKeyState (187)) 
{
printf (&quot;+ Taste wurde gedrueckt\n&quot;);
}  
}
</code></pre>
<p>Aber jetzt weiß ich nicht wie ich überprüfen kann ob z.B die A-Taste gedrückt wurde etc.<br />
Oder z.B die 2-Taste.</p>
<p>Ich suche jetzt eine Liste wo die Namen der einzelnen Tasten stehen.</p>
<p>Ich hoffe mal das mir jemand weiter helfen kann.</p>
<p>Mfg<br />
Chrino</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1335085</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1335085</guid><dc:creator><![CDATA[YourDevil]]></dc:creator><pubDate>Mon, 30 Jul 2007 15:53:52 GMT</pubDate></item><item><title><![CDATA[Reply to Tastatur zeichenaufnehmen on Tue, 31 Jul 2007 05:29:16 GMT]]></title><description><![CDATA[<p>Suche mal bei MSDN nach Virtual-Key Codes.</p>
<p>gruß<br />
Martin</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1335375</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1335375</guid><dc:creator><![CDATA[mad_martin]]></dc:creator><pubDate>Tue, 31 Jul 2007 05:29:16 GMT</pubDate></item><item><title><![CDATA[Reply to Tastatur zeichenaufnehmen on Tue, 31 Jul 2007 20:43:27 GMT]]></title><description><![CDATA[<p>die minus taste ist aber nicht 187 , sondern 6D <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>
<p><a href="http://www.help-guide.de/win_virtual_key.htm" rel="nofollow">http://www.help-guide.de/win_virtual_key.htm</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1336120</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1336120</guid><dc:creator><![CDATA[die minus taste ist aber]]></dc:creator><pubDate>Tue, 31 Jul 2007 20:43:27 GMT</pubDate></item><item><title><![CDATA[Reply to Tastatur zeichenaufnehmen on Wed, 01 Aug 2007 05:48:13 GMT]]></title><description><![CDATA[<p>Naja, in obigem Code sagt zumindest der String, dass es sich um die &quot;+&quot;-Taste handelt. Und VK_OEM_PLUS ist 187. Von daher ist das schon passend <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1336237</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1336237</guid><dc:creator><![CDATA[mad_martin]]></dc:creator><pubDate>Wed, 01 Aug 2007 05:48:13 GMT</pubDate></item></channel></rss>