<?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[Positon bzw Höhe der Startleiste ermitteln]]></title><description><![CDATA[<p>hallo.<br />
ich bräuchte die Position und die Höhe der Startleiste.<br />
ich würde gern ein kleines Fenster am rechten Rand und oberhalb der Startleiste (falls diese eingeblendet bzw überhaupt am unteren rand ist).<br />
Gruß KY</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/184833/positon-bzw-höhe-der-startleiste-ermitteln</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 06:31:47 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/184833.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Jun 2007 15:58:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Positon bzw Höhe der Startleiste ermitteln on Tue, 19 Jun 2007 15:58:22 GMT]]></title><description><![CDATA[<p>hallo.<br />
ich bräuchte die Position und die Höhe der Startleiste.<br />
ich würde gern ein kleines Fenster am rechten Rand und oberhalb der Startleiste (falls diese eingeblendet bzw überhaupt am unteren rand ist).<br />
Gruß KY</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1309255</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1309255</guid><dc:creator><![CDATA[ky_fr34k]]></dc:creator><pubDate>Tue, 19 Jun 2007 15:58:22 GMT</pubDate></item><item><title><![CDATA[Reply to Positon bzw Höhe der Startleiste ermitteln on Tue, 19 Jun 2007 20:55:15 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">RECT rect;
SystemParametersInfo(SPI_GETWORKAREA, 0, &amp;rect, 0);
Form1-&gt;Left = Screen-&gt;Width - Form1-&gt;Width;
Form1-&gt;Top  = rect.bottom   - Form1-&gt;Height;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1309440</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1309440</guid><dc:creator><![CDATA[Seth_99]]></dc:creator><pubDate>Tue, 19 Jun 2007 20:55:15 GMT</pubDate></item></channel></rss>