<?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[Größe der taskleiste herausfinden]]></title><description><![CDATA[<p>Gibt es irgendeine möglichkeit an die größe und position der taskleiste ran zu kommen? Man könnte es ja über GetWindowRect() versuchen dafür müsste man aber erst an das Fenster-Handle der taskleiste kommen...</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/117920/größe-der-taskleiste-herausfinden</link><generator>RSS for Node</generator><lastBuildDate>Fri, 03 Jul 2026 16:34:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/117920.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Aug 2005 13:50:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Größe der taskleiste herausfinden on Fri, 12 Aug 2005 13:50:45 GMT]]></title><description><![CDATA[<p>Gibt es irgendeine möglichkeit an die größe und position der taskleiste ran zu kommen? Man könnte es ja über GetWindowRect() versuchen dafür müsste man aber erst an das Fenster-Handle der taskleiste kommen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/850928</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/850928</guid><dc:creator><![CDATA[Konsti]]></dc:creator><pubDate>Fri, 12 Aug 2005 13:50:45 GMT</pubDate></item><item><title><![CDATA[Reply to Größe der taskleiste herausfinden on Fri, 12 Aug 2005 14:39:13 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">HWND hWnd = FindWindow(&quot;Shell_traywnd&quot;, &quot;&quot;);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/850979</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/850979</guid><dc:creator><![CDATA[Airdamn]]></dc:creator><pubDate>Fri, 12 Aug 2005 14:39:13 GMT</pubDate></item></channel></rss>