<?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[Tastendruck in anderen Anwendungen Simulieren]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche meinen Mozilla Thunderbird über das eigene Programm (per Tastendruck-Simulation) fernzusteuern.</p>
<p>In der Faq steht ja ein Beispiel zur Allgemeinen Tastensimulation, welche auch funktionieren. Jedoch klappt die &quot;.&quot; Taste nicht.</p>
<p>Was ich aktuell benutze:</p>
<pre><code>keybd_event(0x2E, 0, 0, NULL);
keybd_event(0x2E, 0, KEYEVENTF_KEYUP, 0);
</code></pre>
<p>Die 0x2E habe ich von <a href="http://cvs.sourceforge.net/viewcvs.py/axcrypt/AxDecrypt/Passphrase.cpp?rev=1.4" rel="nofollow">http://cvs.sourceforge.net/viewcvs.py/axcrypt/AxDecrypt/Passphrase.cpp?rev=1.4</a></p>
<p>Über zb VK_TAB ist ja auch Tasten-Simulation möglich.<br />
Jedoch habe ich in der VK_... liste nur Sondertasten gefunden.</p>
<p>Also: Welcher code ist nötig, um zeichen wie . , - # usw. in anderen Anwendungen zu simulieren?(als Tastendruck)</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/89883/tastendruck-in-anderen-anwendungen-simulieren</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Jul 2026 03:51:24 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/89883.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 23 Oct 2004 21:45:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Tastendruck in anderen Anwendungen Simulieren on Sat, 23 Oct 2004 21:45:20 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche meinen Mozilla Thunderbird über das eigene Programm (per Tastendruck-Simulation) fernzusteuern.</p>
<p>In der Faq steht ja ein Beispiel zur Allgemeinen Tastensimulation, welche auch funktionieren. Jedoch klappt die &quot;.&quot; Taste nicht.</p>
<p>Was ich aktuell benutze:</p>
<pre><code>keybd_event(0x2E, 0, 0, NULL);
keybd_event(0x2E, 0, KEYEVENTF_KEYUP, 0);
</code></pre>
<p>Die 0x2E habe ich von <a href="http://cvs.sourceforge.net/viewcvs.py/axcrypt/AxDecrypt/Passphrase.cpp?rev=1.4" rel="nofollow">http://cvs.sourceforge.net/viewcvs.py/axcrypt/AxDecrypt/Passphrase.cpp?rev=1.4</a></p>
<p>Über zb VK_TAB ist ja auch Tasten-Simulation möglich.<br />
Jedoch habe ich in der VK_... liste nur Sondertasten gefunden.</p>
<p>Also: Welcher code ist nötig, um zeichen wie . , - # usw. in anderen Anwendungen zu simulieren?(als Tastendruck)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/636066</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/636066</guid><dc:creator><![CDATA[shamanu]]></dc:creator><pubDate>Sat, 23 Oct 2004 21:45:20 GMT</pubDate></item><item><title><![CDATA[Reply to Tastendruck in anderen Anwendungen Simulieren on Sat, 23 Oct 2004 22:44:57 GMT]]></title><description><![CDATA[<p>Sieh mal im FAQ-Abschnitt &quot;System&quot; nach (Text an andere Anwendung senden).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/636087</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/636087</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sat, 23 Oct 2004 22:44:57 GMT</pubDate></item><item><title><![CDATA[Reply to Tastendruck in anderen Anwendungen Simulieren on Sun, 24 Oct 2004 07:31:25 GMT]]></title><description><![CDATA[<p>Also ich hatte bereits in der Faq nachgeschaut, muß ich überlesen haben.<br />
Funktioniert einwandfrei.<br />
Danke <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/636123</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/636123</guid><dc:creator><![CDATA[shamanu]]></dc:creator><pubDate>Sun, 24 Oct 2004 07:31:25 GMT</pubDate></item></channel></rss>