<?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[Process Messages Ersatz in MFC ?]]></title><description><![CDATA[<p>Hi,</p>
<p>ich will während man sich in einer z.B. Buttonfunktion befindet,<br />
die ca. 4 Minuten dauert, immer mal wieder die Messages abarbeiten lassen,<br />
ohne jetzt gleich einen Thread zu schreiben.<br />
Unter Delphi heisst das ProcessMessages, wie unter MFC ?</p>
<p>Grüße<br />
thenoname</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/161862/process-messages-ersatz-in-mfc</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 18:26:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/161862.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Oct 2006 18:16:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Process Messages Ersatz in MFC ? on Wed, 11 Oct 2006 18:16:01 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich will während man sich in einer z.B. Buttonfunktion befindet,<br />
die ca. 4 Minuten dauert, immer mal wieder die Messages abarbeiten lassen,<br />
ohne jetzt gleich einen Thread zu schreiben.<br />
Unter Delphi heisst das ProcessMessages, wie unter MFC ?</p>
<p>Grüße<br />
thenoname</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1153089</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1153089</guid><dc:creator><![CDATA[thenoname]]></dc:creator><pubDate>Wed, 11 Oct 2006 18:16:01 GMT</pubDate></item><item><title><![CDATA[Reply to Process Messages Ersatz in MFC ? on Wed, 11 Oct 2006 20:15:53 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">void eine_ProcessMessages_Funktion_fuer_thenoname_unter_MFC( HWND hWnd ) 
{ 
  MSG msg; 
  while( GetMessage( &amp;msg, hWnd, 0, 0 ) 
  { 
     TranslateMessage(&amp;msg); 
     DispatchMessage(&amp;msg); 
  } 
}
</code></pre>
<p>cu veganza <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/1153171</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1153171</guid><dc:creator><![CDATA[veganza]]></dc:creator><pubDate>Wed, 11 Oct 2006 20:15:53 GMT</pubDate></item><item><title><![CDATA[Reply to Process Messages Ersatz in MFC ? on Wed, 11 Oct 2006 21:47:30 GMT]]></title><description><![CDATA[<p><a href="http://www.mpdvc.de/html.htm#Q75" rel="nofollow">http://www.mpdvc.de/html.htm#Q75</a></p>
<p>aber das machen echt nur frickler</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1153195</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1153195</guid><dc:creator><![CDATA[rrrrr]]></dc:creator><pubDate>Wed, 11 Oct 2006 21:47:30 GMT</pubDate></item></channel></rss>