<?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[Tastendrucksimulation am Internet Explorer]]></title><description><![CDATA[<p>ich habe schon wieder ein Problem:</p>
<p>Wenn ich, so wie hier schon häufig beschrieben mit</p>
<pre><code class="language-cpp">keybd_event('r',0,0,0);
keybd_event('r', 0, KEYEVENTF_KEYUP, 0);
</code></pre>
<p>einen Tastendruck auslöse, interpretiert die der InternetExplorer allerdings<br />
als STRG+E. Ich brauche aber r.<br />
Hab keine Ahnung was ich falsch mache.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/77411/tastendrucksimulation-am-internet-explorer</link><generator>RSS for Node</generator><lastBuildDate>Mon, 29 Jun 2026 08:21:38 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/77411.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 21 Jun 2004 07:40:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Tastendrucksimulation am Internet Explorer on Mon, 21 Jun 2004 07:40:14 GMT]]></title><description><![CDATA[<p>ich habe schon wieder ein Problem:</p>
<p>Wenn ich, so wie hier schon häufig beschrieben mit</p>
<pre><code class="language-cpp">keybd_event('r',0,0,0);
keybd_event('r', 0, KEYEVENTF_KEYUP, 0);
</code></pre>
<p>einen Tastendruck auslöse, interpretiert die der InternetExplorer allerdings<br />
als STRG+E. Ich brauche aber r.<br />
Hab keine Ahnung was ich falsch mache.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/544651</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/544651</guid><dc:creator><![CDATA[El Barto]]></dc:creator><pubDate>Mon, 21 Jun 2004 07:40:14 GMT</pubDate></item><item><title><![CDATA[Reply to Tastendrucksimulation am Internet Explorer on Tue, 22 Jun 2004 10:45:29 GMT]]></title><description><![CDATA[<p>Hi El Barto,</p>
<pre><code class="language-cpp">keybd_event('R',0,0,0); 
keybd_event('R', 0, KEYEVENTF_KEYUP, 0);
</code></pre>
<p>es sollte Dein Problem lösen.</p>
<p>Gruß<br />
Majestic</p>
]]></description><link>https://www.c-plusplus.net/forum/post/545673</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/545673</guid><dc:creator><![CDATA[Majestic]]></dc:creator><pubDate>Tue, 22 Jun 2004 10:45:29 GMT</pubDate></item></channel></rss>