<?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[Schnellstartleiste]]></title><description><![CDATA[<p>Weiss jemand eine API-Funktion wie ich die Schnellstartleiste ein und ausblenden kann?</p>
<p>Bin schon länger am suchen aber hatt bis jetzt noch keinen Erfolgt... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/124746/schnellstartleiste</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Jul 2026 08:38:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/124746.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Oct 2005 09:26:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Schnellstartleiste on Mon, 31 Oct 2005 09:26:36 GMT]]></title><description><![CDATA[<p>Weiss jemand eine API-Funktion wie ich die Schnellstartleiste ein und ausblenden kann?</p>
<p>Bin schon länger am suchen aber hatt bis jetzt noch keinen Erfolgt... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/904323</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/904323</guid><dc:creator><![CDATA[Derano]]></dc:creator><pubDate>Mon, 31 Oct 2005 09:26:36 GMT</pubDate></item><item><title><![CDATA[Reply to Schnellstartleiste on Mon, 31 Oct 2005 09:52:50 GMT]]></title><description><![CDATA[<p>showwindow <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /><br />
wenn es dir reicht nur die toolbar nicht das band auszuschalten.</p>
<pre><code class="language-cpp">// quick &amp; dirty
HWND hwndTask = FindWindow(&quot;Shell_TrayWnd&quot;, NULL);
HWND hwndRebar = FindWindowEx(hwndTask, NULL, &quot;ReBarWindow32&quot;, NULL);
HWND hwndTbar = FindWindowEx(hwndRebar, NULL, &quot;ToolbarWindow32&quot;, NULL);

ShowWindow(hwndTbar, SW_HIDE);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/904338</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/904338</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Mon, 31 Oct 2005 09:52:50 GMT</pubDate></item><item><title><![CDATA[Reply to Schnellstartleiste on Mon, 31 Oct 2005 10:17:59 GMT]]></title><description><![CDATA[<p>kannst du mir hier das komplette posten bitte?</p>
<p>In was ist das? Kannst du mir das main.cpp posten?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/904357</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/904357</guid><dc:creator><![CDATA[Derano]]></dc:creator><pubDate>Mon, 31 Oct 2005 10:17:59 GMT</pubDate></item><item><title><![CDATA[Reply to Schnellstartleiste on Mon, 31 Oct 2005 10:25:51 GMT]]></title><description><![CDATA[<p>bau einfach ne main darum, windows header includieren fertig.<br />
alles wird dir bestimmt keiner im forum machen auch wenn es noch so trivial ist</p>
<p>[anhang]<br />
die klassennamen kannst du mit spy++ oder mit winspector rausfinden.<br />
<a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcug98/html/_asug_home_page.3a_.spy.2b2b.asp" rel="nofollow">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcug98/html/_asug_home_page.3a_.spy.2b2b.asp</a><br />
<a href="http://www.windows-spy.com/" rel="nofollow">http://www.windows-spy.com/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/904365</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/904365</guid><dc:creator><![CDATA[miller_m]]></dc:creator><pubDate>Mon, 31 Oct 2005 10:25:51 GMT</pubDate></item><item><title><![CDATA[Reply to Schnellstartleiste on Mon, 31 Oct 2005 10:45:25 GMT]]></title><description><![CDATA[<p>Ah okee... thx</p>
<p>Ich hab vergessen den windows header einzubinden daher hat es wahrscheinlich nicht funktioniert.</p>
<p>Aber das blendet nur die Symbole in der Schnellstartleiste aus, die Leiste ist danach noch vorhanden.</p>
<p>Ich möchte die Schnellstartleiste aber schliessen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/904373</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/904373</guid><dc:creator><![CDATA[Derano]]></dc:creator><pubDate>Mon, 31 Oct 2005 10:45:25 GMT</pubDate></item></channel></rss>