<?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[PostMessag manchmals klappts manchmal net]]></title><description><![CDATA[<p>Ich versuche so ein Enter an ein Fenster zu senden:</p>
<pre><code class="language-cpp">PostMessage(Child,WM_KEYDOWN, VK_RETURN, 0);
</code></pre>
<p>Der Handel stimmt.<br />
Nur die **** is das manchmal en Enter ankommt und manchmal nicht,wie kann ich das ändern?<br />
Es sollte IMMER eins gesendet werden.</p>
<p>Hoffe das mir jemand weiter helfen kann.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/187029/postmessag-manchmals-klappts-manchmal-net</link><generator>RSS for Node</generator><lastBuildDate>Sat, 04 Jul 2026 22:55:23 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/187029.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 14 Jul 2007 20:27:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PostMessag manchmals klappts manchmal net on Sat, 14 Jul 2007 20:27:41 GMT]]></title><description><![CDATA[<p>Ich versuche so ein Enter an ein Fenster zu senden:</p>
<pre><code class="language-cpp">PostMessage(Child,WM_KEYDOWN, VK_RETURN, 0);
</code></pre>
<p>Der Handel stimmt.<br />
Nur die **** is das manchmal en Enter ankommt und manchmal nicht,wie kann ich das ändern?<br />
Es sollte IMMER eins gesendet werden.</p>
<p>Hoffe das mir jemand weiter helfen kann.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325518</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325518</guid><dc:creator><![CDATA[H. Simpson]]></dc:creator><pubDate>Sat, 14 Jul 2007 20:27:41 GMT</pubDate></item><item><title><![CDATA[Reply to PostMessag manchmals klappts manchmal net on Sat, 14 Jul 2007 20:30:17 GMT]]></title><description><![CDATA[<p>Versuch mal</p>
<pre><code>PostMessage(Child,WM_KEYDOWN, VK_RETURN, 1L);
</code></pre>
<p>Kann dir nicht sagen warum, aber es scheint zu funktionieren.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325523</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325523</guid><dc:creator><![CDATA[Professor Schlurmann]]></dc:creator><pubDate>Sat, 14 Jul 2007 20:30:17 GMT</pubDate></item><item><title><![CDATA[Reply to PostMessag manchmals klappts manchmal net on Sat, 14 Jul 2007 20:38:00 GMT]]></title><description><![CDATA[<p>Boar danke.<br />
Du bist der erste hier in dem Forum der mir richtig gut helfen konnte. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1325528</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1325528</guid><dc:creator><![CDATA[H. Simpson]]></dc:creator><pubDate>Sat, 14 Jul 2007 20:38:00 GMT</pubDate></item></channel></rss>