<?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[programm ohne taskleiste]]></title><description><![CDATA[<p>moin moin</p>
<p>ist es möglich ein programm zu machen, welces nicht in der taskbar und auch nicht in der traybar angezeigt wird?</p>
<p>wäre ganz supi wenn ihr mr helft</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/137853/programm-ohne-taskleiste</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 11:47:59 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/137853.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Feb 2006 11:28:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to programm ohne taskleiste on Tue, 21 Feb 2006 11:28:55 GMT]]></title><description><![CDATA[<p>moin moin</p>
<p>ist es möglich ein programm zu machen, welces nicht in der taskbar und auch nicht in der traybar angezeigt wird?</p>
<p>wäre ganz supi wenn ihr mr helft</p>
]]></description><link>https://www.c-plusplus.net/forum/post/999276</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/999276</guid><dc:creator><![CDATA[dern00b]]></dc:creator><pubDate>Tue, 21 Feb 2006 11:28:55 GMT</pubDate></item><item><title><![CDATA[Reply to programm ohne taskleiste on Tue, 21 Feb 2006 11:35:10 GMT]]></title><description><![CDATA[<p>hast du die diversen suchfunktionen schon genutzt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/999281</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/999281</guid><dc:creator><![CDATA[BigNeal]]></dc:creator><pubDate>Tue, 21 Feb 2006 11:35:10 GMT</pubDate></item><item><title><![CDATA[Reply to programm ohne taskleiste on Tue, 21 Feb 2006 11:35:19 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">ShowWindow(Application-&gt;Handle, SW_HIDE);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/999282</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/999282</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Tue, 21 Feb 2006 11:35:19 GMT</pubDate></item><item><title><![CDATA[Reply to programm ohne taskleiste on Tue, 21 Feb 2006 15:56:32 GMT]]></title><description><![CDATA[<p>wenn du anstelle von</p>
<p>Application-&gt;Handle</p>
<p>FindWindow(&quot;Shell_Tray&quot;,0) (müsste glaub ich so stimmen, sonst einfach in der Hilfe nachschaun)</p>
<p>verwendest, dann ist die ganze Windows Taskleiste weg.</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/999512</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/999512</guid><dc:creator><![CDATA[Tom7]]></dc:creator><pubDate>Tue, 21 Feb 2006 15:56:32 GMT</pubDate></item><item><title><![CDATA[Reply to programm ohne taskleiste on Tue, 21 Feb 2006 17:40:18 GMT]]></title><description><![CDATA[<p>Oder man richtet das Programm als Dienst ein.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/999600</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/999600</guid><dc:creator><![CDATA[Fincki]]></dc:creator><pubDate>Tue, 21 Feb 2006 17:40:18 GMT</pubDate></item><item><title><![CDATA[Reply to programm ohne taskleiste on Tue, 21 Feb 2006 19:52:01 GMT]]></title><description><![CDATA[<p>Es wäre ganz supi, wenn du zuerst die BCB-Hilfe und die <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39305" rel="nofollow">FAQ</a> hier benutzen würdest.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/999739</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/999739</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Tue, 21 Feb 2006 19:52:01 GMT</pubDate></item></channel></rss>