<?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[nichtmodales Dialogfeld in der Taskleiste anzeigen]]></title><description><![CDATA[<p>ich hab bereits im forum gesucht wie ein wahnsinniger und auch msdn und codeproject haben mir nicht weitergeholfen.<br />
es gab zwar ein paar beiträge zu diesem thema, aber nirgends war eine brauchbare lösung.</p>
<p>also:</p>
<p>ich habe ein nichtmodales Dialogfeld aufgerufen mit</p>
<pre><code class="language-cpp">pSepaDlg-&gt;Create(IDD_SEPA);
pSepaDlg-&gt;ShowWindow(SW_SHOW);
</code></pre>
<p>dabei sieht man aber das dialogfeld nicht in der Taskleiste. was muss ich machen damit das Dialogfeld auch in der Taskleiste zu sehen ist?</p>
<p>danke schon mal im voraus</p>
<p>MFG, NiHiL</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/74606/nichtmodales-dialogfeld-in-der-taskleiste-anzeigen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Apr 2026 05:33:30 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/74606.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 May 2004 18:16:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to nichtmodales Dialogfeld in der Taskleiste anzeigen on Sat, 22 May 2004 18:16:56 GMT]]></title><description><![CDATA[<p>ich hab bereits im forum gesucht wie ein wahnsinniger und auch msdn und codeproject haben mir nicht weitergeholfen.<br />
es gab zwar ein paar beiträge zu diesem thema, aber nirgends war eine brauchbare lösung.</p>
<p>also:</p>
<p>ich habe ein nichtmodales Dialogfeld aufgerufen mit</p>
<pre><code class="language-cpp">pSepaDlg-&gt;Create(IDD_SEPA);
pSepaDlg-&gt;ShowWindow(SW_SHOW);
</code></pre>
<p>dabei sieht man aber das dialogfeld nicht in der Taskleiste. was muss ich machen damit das Dialogfeld auch in der Taskleiste zu sehen ist?</p>
<p>danke schon mal im voraus</p>
<p>MFG, NiHiL</p>
]]></description><link>https://www.c-plusplus.net/forum/post/525252</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/525252</guid><dc:creator><![CDATA[NiHiL]]></dc:creator><pubDate>Sat, 22 May 2004 18:16:56 GMT</pubDate></item><item><title><![CDATA[Reply to nichtmodales Dialogfeld in der Taskleiste anzeigen on Sat, 22 May 2004 21:27:24 GMT]]></title><description><![CDATA[<p>da gibts n tolles ding das heisst msdn... einfach taskbar reinwerfen und raus kommt</p>
<p>Visibility of Taskbar Buttons<br />
The shell creates a button on the taskbar whenever an application creates a window that isn't owned. To ensure that the window button is placed on the taskbar, create an unowned window with the WS_EX_APPWINDOW extended style. 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>
<p>The window button typically contains the application icon and title. However, if the application does not contain a system menu, the window button is created without the icon.</p>
<p>If you want your application to display a message to the user while its window is not active, use theFlashWindow function to let the user know that a message is waiting. This function flashes the window button. Once the user clicks the window button to activate the window, your application can display the message.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/525333</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/525333</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Sat, 22 May 2004 21:27:24 GMT</pubDate></item><item><title><![CDATA[Reply to nichtmodales Dialogfeld in der Taskleiste anzeigen on Sun, 23 May 2004 09:17:25 GMT]]></title><description><![CDATA[<p>danke...</p>
<p>aber was muss ich jetzt genau machen??? ich finde nämlich keine funktion die irgendwie brauchbar wäre....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/525447</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/525447</guid><dc:creator><![CDATA[NiHiL]]></dc:creator><pubDate>Sun, 23 May 2004 09:17:25 GMT</pubDate></item><item><title><![CDATA[Reply to nichtmodales Dialogfeld in der Taskleiste anzeigen on Sun, 23 May 2004 09:21:50 GMT]]></title><description><![CDATA[<p>entweder du setzt das flag im dialogeditor oder in der ressourcen datei (blub.rc) oder du benutzt CWnd::ModifyStyleEx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/525454</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/525454</guid><dc:creator><![CDATA[Sovok]]></dc:creator><pubDate>Sun, 23 May 2004 09:21:50 GMT</pubDate></item><item><title><![CDATA[Reply to nichtmodales Dialogfeld in der Taskleiste anzeigen on Sun, 23 May 2004 10:05:00 GMT]]></title><description><![CDATA[<p>sry, die ModifyStyleEx() muss ich übersehen haben...</p>
<p>aber jetzt funktionierts, danke danke!!!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/525474</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/525474</guid><dc:creator><![CDATA[NiHiL]]></dc:creator><pubDate>Sun, 23 May 2004 10:05:00 GMT</pubDate></item></channel></rss>