<?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[region wird nicht gezeichnet]]></title><description><![CDATA[<pre><code>WM_CREATE:
hrgn=CreateRectRgn(0,0,100,40);

case WM_PAINT:

			PAINTSTRUCT ps;

			HDC dc=BeginPaint(hwnd, &amp;ps);
				SelectObject(dc, hrgn);
				FillRgn(dc, hrgn, WHITE_BRUSH);
				DeleteObject(hrgn);
			EndPaint(hwnd, &amp;ps);
</code></pre>
<p>Normalerweise müsste doch ein weißes Rechteck gezeichnet werden oder?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/97019/region-wird-nicht-gezeichnet</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Apr 2026 05:19:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/97019.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 06 Jan 2005 20:30:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to region wird nicht gezeichnet on Thu, 06 Jan 2005 20:30:19 GMT]]></title><description><![CDATA[<pre><code>WM_CREATE:
hrgn=CreateRectRgn(0,0,100,40);

case WM_PAINT:

			PAINTSTRUCT ps;

			HDC dc=BeginPaint(hwnd, &amp;ps);
				SelectObject(dc, hrgn);
				FillRgn(dc, hrgn, WHITE_BRUSH);
				DeleteObject(hrgn);
			EndPaint(hwnd, &amp;ps);
</code></pre>
<p>Normalerweise müsste doch ein weißes Rechteck gezeichnet werden oder?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/689098</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/689098</guid><dc:creator><![CDATA[region]]></dc:creator><pubDate>Thu, 06 Jan 2005 20:30:19 GMT</pubDate></item><item><title><![CDATA[Reply to region wird nicht gezeichnet on Thu, 06 Jan 2005 20:39:02 GMT]]></title><description><![CDATA[<p>Du löscht es ja beim ersten zeichnen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/689104</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/689104</guid><dc:creator><![CDATA[hmmmmmm]]></dc:creator><pubDate>Thu, 06 Jan 2005 20:39:02 GMT</pubDate></item><item><title><![CDATA[Reply to region wird nicht gezeichnet on Thu, 06 Jan 2005 21:08:52 GMT]]></title><description><![CDATA[<p>wie meinst das?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/689138</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/689138</guid><dc:creator><![CDATA[region]]></dc:creator><pubDate>Thu, 06 Jan 2005 21:08:52 GMT</pubDate></item><item><title><![CDATA[Reply to region wird nicht gezeichnet on Thu, 06 Jan 2005 21:12:02 GMT]]></title><description><![CDATA[<p>DeleteObject(hrgn);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/689140</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/689140</guid><dc:creator><![CDATA[hmmmmmmmmm]]></dc:creator><pubDate>Thu, 06 Jan 2005 21:12:02 GMT</pubDate></item></channel></rss>