<?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 aus Taskleiste entfernen?]]></title><description><![CDATA[<p>Hallo Leute,<br />
beim Erstellen eines Fensters muss es doch auch einen Style dafür geben,dass das Fenster bzw. Programm nicht in der Taskleiste erscheint, allerdings habe ich nichts derartiges gefunden...</p>
<p>BTW: ist es ohne viel Aufwand möglich, dass das eigene Programmsymbol im Systray erscheint?</p>
<p>MFG, Rodney</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/72419/programm-aus-taskleiste-entfernen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 03:01:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/72419.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Apr 2004 13:38:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Wed, 28 Apr 2004 13:38:36 GMT]]></title><description><![CDATA[<p>Hallo Leute,<br />
beim Erstellen eines Fensters muss es doch auch einen Style dafür geben,dass das Fenster bzw. Programm nicht in der Taskleiste erscheint, allerdings habe ich nichts derartiges gefunden...</p>
<p>BTW: ist es ohne viel Aufwand möglich, dass das eigene Programmsymbol im Systray erscheint?</p>
<p>MFG, Rodney</p>
]]></description><link>https://www.c-plusplus.net/forum/post/510445</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/510445</guid><dc:creator><![CDATA[Rodney]]></dc:creator><pubDate>Wed, 28 Apr 2004 13:38:36 GMT</pubDate></item><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Wed, 28 Apr 2004 14:02:00 GMT]]></title><description><![CDATA[<p>Mit der Forensuche sollte sich da schon was finden lassen <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="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/510466</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/510466</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Wed, 28 Apr 2004 14:02:00 GMT</pubDate></item><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Wed, 28 Apr 2004 14:46:22 GMT]]></title><description><![CDATA[<p>flenders schrieb:</p>
<blockquote>
<p>Mit der Forensuche sollte sich da schon was finden lassen <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="😉"
    /></p>
</blockquote>
<p>die methoden warn aber alle mit viel Aufwand verbunden...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/510508</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/510508</guid><dc:creator><![CDATA[Rodney]]></dc:creator><pubDate>Wed, 28 Apr 2004 14:46:22 GMT</pubDate></item><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Wed, 28 Apr 2004 16:47:49 GMT]]></title><description><![CDATA[<blockquote>
<p>To prevent the window button from being placed on the taskbar, create the unowned window with the WS_EX_TOOLWINDOW extended style. As an alternative, you can create a hidden window and make this hidden window the owner of your visible window.</p>
</blockquote>
<p>Quelle: <a href="http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/programmersguide/shell_int/shell_int_programming/taskbar.asp" rel="nofollow">The Taskbar - Managing Taskbar Buttons</a> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/510604</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/510604</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Wed, 28 Apr 2004 16:47:49 GMT</pubDate></item><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Wed, 28 Apr 2004 17:23:52 GMT]]></title><description><![CDATA[<p><a href="http://www.winapi.net/index.php?inhalt=s16" rel="nofollow">Ein Icon in die Taskleiste setzen</a></p>
<p>...ist nicht wirklich aufwendig.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/510627</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/510627</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Wed, 28 Apr 2004 17:23:52 GMT</pubDate></item><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Thu, 29 Apr 2004 19:53:15 GMT]]></title><description><![CDATA[<p>Hepi schrieb:</p>
<blockquote>
<p><a href="http://www.winapi.net/index.php?inhalt=s16" rel="nofollow">Ein Icon in die Taskleiste setzen</a></p>
<p>...ist nicht wirklich aufwendig.</p>
</blockquote>
<p>thx für den link, aber irgendwie funktioniert das bei mir nicht,<br />
es wird zwar ein icon im systray erscheint, allerdings ohne bild, die fläche bleibt einfach so wie vorher (nicht weiß oder so) Ereignisse (bspw. Mausklick) werden aber korrekt übermittelt.</p>
<p>Ich rufe die Funktion so auf: (GetMyHinstance funktioniert richtig!)</p>
<pre><code class="language-cpp">hIcon = LoadIcon (GetMyHinstance(), &quot;ICON_HAUPT&quot;);
        Icon_in_Taskleiste (hwndMain, TRUE); // versuchen das Icon ins Systray zu kriegen
</code></pre>
<p>und die eigentliche Funktion:</p>
<pre><code class="language-cpp">void Icon_in_Taskleiste (HWND hwnd, BOOL bAnzeigen)
{
    NOTIFYICONDATA tsym; // in diese Struktur kommen die Daten des Icons

    ZeroMemory (&amp;tsym, sizeof (NOTIFYICONDATA));

    if (bAnzeigen)
    {
        tsym.cbSize = sizeof (NOTIFYICONDATA);
        tsym.hWnd   = hwnd;
        tsym.uID    = ID_ICON1;
        tsym.uFlags = NIF_ICON | NIF_TIP | NIF_MESSAGE;
        tsym.uCallbackMessage = WM_ICONCLICK;
        tsym.hIcon  = hIcon;
        strcpy (tsym.szTip, &quot;Vocableflash&quot;);
        Shell_NotifyIcon (NIM_ADD, &amp;tsym);
    }

    else
    {
        tsym.cbSize = sizeof (NOTIFYICONDATA);
        tsym.hWnd   = hwnd;
        tsym.uID    = ID_ICON1;
        tsym.uFlags = 0;
        Shell_NotifyIcon (NIM_DELETE, &amp;tsym);
    }
        return;
}
</code></pre>
<p>Ich habe übrigens WinXP.</p>
<p>Wegen meiner 2. Frage am Anfang, bei allen Stylen wird doch automatisch ein button in der taskleiste (startleiste) erzeugt oder?</p>
<p>MFG, Rodney</p>
]]></description><link>https://www.c-plusplus.net/forum/post/511409</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/511409</guid><dc:creator><![CDATA[Rodney]]></dc:creator><pubDate>Thu, 29 Apr 2004 19:53:15 GMT</pubDate></item><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Thu, 29 Apr 2004 19:59:50 GMT]]></title><description><![CDATA[<p>Das &quot;Platz machen für ein Icon, aber kein Icon anzeigen&quot; könnte bedeuten, das hIcon ungültig ist. Check das mal mit dem Debugger. Notfalls machst es halt mal so wie im Tutorial angegeben...</p>
<pre><code class="language-cpp">hIcon = (HICON) LoadImage (GetMyHinstance(), MAKEINTRESOURCE(IDI_ICON1), IMAGE_ICON, 0, 0, LR_SHARED);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/511416</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/511416</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Thu, 29 Apr 2004 19:59:50 GMT</pubDate></item><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Thu, 29 Apr 2004 20:12:28 GMT]]></title><description><![CDATA[<p>ich hab das ganze aber doch schon in einer ressource...<br />
das hat bei mir auch nicht funktioniert</p>
]]></description><link>https://www.c-plusplus.net/forum/post/511427</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/511427</guid><dc:creator><![CDATA[Rodney]]></dc:creator><pubDate>Thu, 29 Apr 2004 20:12:28 GMT</pubDate></item><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Thu, 29 Apr 2004 20:56:09 GMT]]></title><description><![CDATA[<p>Wird das Icon korrekt geladen? Und ist hIcon auch eine globale Variable bzw. eben in Icon_in_Taskleiste überhaupt noch gültig?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/511466</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/511466</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Thu, 29 Apr 2004 20:56:09 GMT</pubDate></item><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Sat, 01 May 2004 11:27:45 GMT]]></title><description><![CDATA[<p>Es gibt den Style WS_EX_TOOLWINDOW, probiers mal damit,....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/512293</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/512293</guid><dc:creator><![CDATA[Biff Malibu]]></dc:creator><pubDate>Sat, 01 May 2004 11:27:45 GMT</pubDate></item><item><title><![CDATA[Reply to Programm aus Taskleiste entfernen? on Sun, 02 May 2004 01:50:14 GMT]]></title><description><![CDATA[<p>Wurde bereits erwähnt, aber da wollte er ja nicht drauf reagieren...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/512664</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/512664</guid><dc:creator><![CDATA[WebFritzi]]></dc:creator><pubDate>Sun, 02 May 2004 01:50:14 GMT</pubDate></item></channel></rss>