<?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[Fenster bei klick auf irgendeine Fläche verschieben?]]></title><description><![CDATA[<p>Hi,</p>
<p>also mal so, ich hab schon einen Quellcode Schnipsel, aber ich versteh es überhaupt nicht, wieso funktinoiert das, wenn ich nur das einfüge:</p>
<pre><code>case WM_LBUTTONDOWN:
		ReleaseCapture();
		SendMessage(hWnd, WM_SYSCOMMAND, SC_MOVE + HTCAPTION, 0);
		return(0);
</code></pre>
<p>Was passiert da?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/130020/fenster-bei-klick-auf-irgendeine-fläche-verschieben</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 14:49:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/130020.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Dec 2005 00:08:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fenster bei klick auf irgendeine Fläche verschieben? on Mon, 19 Dec 2005 00:08:37 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>also mal so, ich hab schon einen Quellcode Schnipsel, aber ich versteh es überhaupt nicht, wieso funktinoiert das, wenn ich nur das einfüge:</p>
<pre><code>case WM_LBUTTONDOWN:
		ReleaseCapture();
		SendMessage(hWnd, WM_SYSCOMMAND, SC_MOVE + HTCAPTION, 0);
		return(0);
</code></pre>
<p>Was passiert da?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/945233</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/945233</guid><dc:creator><![CDATA[TheToast]]></dc:creator><pubDate>Mon, 19 Dec 2005 00:08:37 GMT</pubDate></item></channel></rss>