<?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[WM_PAINT message senden]]></title><description><![CDATA[<p>ich will ne wm_paint message senden aber irentwie klappts nich<br />
ich will des in WM_PAINT ausgeben</p>
<pre><code class="language-cpp">sprintf(buf,&quot;Prozent %0.0f%%  ,prozent);
TextOut(ps.hdc,60,155,buf,strlen(buf));
</code></pre>
<p>aber</p>
<pre><code class="language-cpp">SendMessage(hwnd,WM_PAINT,(WPARAM)0, (LPARAM)0);
</code></pre>
<p>klappt irgentwie nich</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/66647/wm_paint-message-senden</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 01:47:30 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/66647.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Mar 2004 12:36:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WM_PAINT message senden on Mon, 01 Mar 2004 12:36:50 GMT]]></title><description><![CDATA[<p>ich will ne wm_paint message senden aber irentwie klappts nich<br />
ich will des in WM_PAINT ausgeben</p>
<pre><code class="language-cpp">sprintf(buf,&quot;Prozent %0.0f%%  ,prozent);
TextOut(ps.hdc,60,155,buf,strlen(buf));
</code></pre>
<p>aber</p>
<pre><code class="language-cpp">SendMessage(hwnd,WM_PAINT,(WPARAM)0, (LPARAM)0);
</code></pre>
<p>klappt irgentwie nich</p>
]]></description><link>https://www.c-plusplus.net/forum/post/470723</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/470723</guid><dc:creator><![CDATA[messi]]></dc:creator><pubDate>Mon, 01 Mar 2004 12:36:50 GMT</pubDate></item><item><title><![CDATA[Reply to WM_PAINT message senden on Mon, 01 Mar 2004 12:49:24 GMT]]></title><description><![CDATA[<p>sorry für die frage hab was gefunden</p>
<p><a href="http://www.c-plusplus.net/forum/viewtopic.php?t=55573&amp;highlight=wmpaint+senden" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=55573&amp;highlight=wmpaint+senden</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/470739</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/470739</guid><dc:creator><![CDATA[messi]]></dc:creator><pubDate>Mon, 01 Mar 2004 12:49:24 GMT</pubDate></item></channel></rss>