<?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[Strg + Alt + Pup simulieren]]></title><description><![CDATA[<p>Hi,<br />
ich wollte die tastenkombination Strg + Alt + Pfeil hoch simulieren, kennt vill einer von euch, dass ist die kombination um unter Win2000 den Bildschirm zu verdrehen, jedoch muss ich einen Fehler haben.</p>
<pre><code class="language-cpp">void Screen()
{
    keybd_event( VK_MENU, 0xb8 , 0, 0 );
    keybd_event( VK_CONTROL, 0x9d, 0, 0 );
    keybd_event( VK_UP, 0x26 , 0, 0 );
    keybd_event( VK_UP, 0x26, KEYEVENTF_KEYUP , 0 );
    keybd_event( VK_CONTROL, 0x9d, KEYEVENTF_KEYUP, 0 );
    keybd_event( VK_MENU, 0xb8, KEYEVENTF_KEYUP, 0 ); 
}
</code></pre>
<p>hoffe jemand kann mal drueber sehen.</p>
<p>MfG<br />
Coda</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/179615/strg-alt-pup-simulieren</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Jul 2026 15:55:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/179615.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Apr 2007 19:02:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Strg + Alt + Pup simulieren on Mon, 23 Apr 2007 19:02:31 GMT]]></title><description><![CDATA[<p>Hi,<br />
ich wollte die tastenkombination Strg + Alt + Pfeil hoch simulieren, kennt vill einer von euch, dass ist die kombination um unter Win2000 den Bildschirm zu verdrehen, jedoch muss ich einen Fehler haben.</p>
<pre><code class="language-cpp">void Screen()
{
    keybd_event( VK_MENU, 0xb8 , 0, 0 );
    keybd_event( VK_CONTROL, 0x9d, 0, 0 );
    keybd_event( VK_UP, 0x26 , 0, 0 );
    keybd_event( VK_UP, 0x26, KEYEVENTF_KEYUP , 0 );
    keybd_event( VK_CONTROL, 0x9d, KEYEVENTF_KEYUP, 0 );
    keybd_event( VK_MENU, 0xb8, KEYEVENTF_KEYUP, 0 ); 
}
</code></pre>
<p>hoffe jemand kann mal drueber sehen.</p>
<p>MfG<br />
Coda</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1271975</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1271975</guid><dc:creator><![CDATA[Coda*linux.PrayLoad]]></dc:creator><pubDate>Mon, 23 Apr 2007 19:02:31 GMT</pubDate></item><item><title><![CDATA[Reply to Strg + Alt + Pup simulieren on Mon, 23 Apr 2007 19:04:04 GMT]]></title><description><![CDATA[<p>Das funktioniert maximal wenn du einen geeigneten Grafiktreiber hast. Kann mich nicht erinnern, dass Windows das a) mit Boardmitteln und b) via Shortcut ermöglicht.</p>
<p>MfG SideWinder</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1271976</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1271976</guid><dc:creator><![CDATA[SideWinder]]></dc:creator><pubDate>Mon, 23 Apr 2007 19:04:04 GMT</pubDate></item><item><title><![CDATA[Reply to Strg + Alt + Pup simulieren on Mon, 23 Apr 2007 19:28:28 GMT]]></title><description><![CDATA[<p>Geht auf jeden Fall, unter XP leider nicht mehr, deshalb kann ich auch nicht viel Testen, kann das nur einmal in der Woche machen, und dann auch net so wirklich, von daher habe ich gehofft das das einer kennt oder zumindest einen Fehler sieht.</p>
<p>MfG<br />
Coda</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1271983</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1271983</guid><dc:creator><![CDATA[Coda*linux.PrayLoad]]></dc:creator><pubDate>Mon, 23 Apr 2007 19:28:28 GMT</pubDate></item><item><title><![CDATA[Reply to Strg + Alt + Pup simulieren on Tue, 24 Apr 2007 08:22:00 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile-var-mode-is-viewprofile-and-u-is-403.html" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-15.html" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-4.html" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39405.html" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1272205</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1272205</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Tue, 24 Apr 2007 08:22:00 GMT</pubDate></item><item><title><![CDATA[Reply to Strg + Alt + Pup simulieren on Tue, 24 Apr 2007 08:45:50 GMT]]></title><description><![CDATA[<p>Also mein Samsung Laptio kent diese Tastenkombination sowohl unter W2K/XP und Vista! Das entsprechende Tool von Samsung (Display Manager) ist natürlich installiert.</p>
<p>Aber das ist eben vendorabhängig.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1272228</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1272228</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Tue, 24 Apr 2007 08:45:50 GMT</pubDate></item></channel></rss>