<?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[CWinThread]]></title><description><![CDATA[<p>Hi,<br />
ich habe einen User-Interface-Thread geschrieben:</p>
<pre><code class="language-cpp">CMyThread* pThread= (CMyThread*)AfxBeginThread(RUNTIME_CLASS(CMyThread),NULL,0,CREATE_SUSPENDED);
	pThread-&gt;SetDlg(this);
	pThread-&gt;ResumeThread();
</code></pre>
<p>Dieser empfängt in PreTranslateMessage aber nix.<br />
Weiß jemand Rat?<br />
Vielen Dank schon im Voraus.<br />
Jens</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/192272/cwinthread</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 22:10:40 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/192272.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Sep 2007 13:02:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CWinThread on Wed, 12 Sep 2007 13:02:33 GMT]]></title><description><![CDATA[<p>Hi,<br />
ich habe einen User-Interface-Thread geschrieben:</p>
<pre><code class="language-cpp">CMyThread* pThread= (CMyThread*)AfxBeginThread(RUNTIME_CLASS(CMyThread),NULL,0,CREATE_SUSPENDED);
	pThread-&gt;SetDlg(this);
	pThread-&gt;ResumeThread();
</code></pre>
<p>Dieser empfängt in PreTranslateMessage aber nix.<br />
Weiß jemand Rat?<br />
Vielen Dank schon im Voraus.<br />
Jens</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1364005</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1364005</guid><dc:creator><![CDATA[jensb444]]></dc:creator><pubDate>Wed, 12 Sep 2007 13:02:33 GMT</pubDate></item></channel></rss>