<?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[fenster style???]]></title><description><![CDATA[<p>gibt es einen fensterstyle bei dem man das fenster sieht des aber nicht auf der taskleiste zusehen ist????</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/67791/fenster-style</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 15:27:19 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/67791.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Mar 2004 16:53:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to fenster style??? on Thu, 11 Mar 2004 16:53:21 GMT]]></title><description><![CDATA[<p>gibt es einen fensterstyle bei dem man das fenster sieht des aber nicht auf der taskleiste zusehen ist????</p>
]]></description><link>https://www.c-plusplus.net/forum/post/478454</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/478454</guid><dc:creator><![CDATA[Mr.Lover]]></dc:creator><pubDate>Thu, 11 Mar 2004 16:53:21 GMT</pubDate></item><item><title><![CDATA[Reply to fenster style??? on Thu, 11 Mar 2004 16:59:14 GMT]]></title><description><![CDATA[<p>bestimmt gibts sowas...</p>
<p>Ich mach zB grad nen proggi, mit hauptfenster und zwei unterfenstern, die sind nciht zu sehen auf der taskleiste, style dazu ist:</p>
<p>WS_OVERLAPPED</p>
]]></description><link>https://www.c-plusplus.net/forum/post/478460</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/478460</guid><dc:creator><![CDATA[Maxi]]></dc:creator><pubDate>Thu, 11 Mar 2004 16:59:14 GMT</pubDate></item><item><title><![CDATA[Reply to fenster style??? on Thu, 11 Mar 2004 17:06:35 GMT]]></title><description><![CDATA[<p>und bei einem parentwindow??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/478463</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/478463</guid><dc:creator><![CDATA[Mr.Lover]]></dc:creator><pubDate>Thu, 11 Mar 2004 17:06:35 GMT</pubDate></item><item><title><![CDATA[Reply to fenster style??? on Thu, 11 Mar 2004 19:03:00 GMT]]></title><description><![CDATA[<p>Müßte (weiß es nicht genau) WS_POPUP sein...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/478570</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/478570</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Thu, 11 Mar 2004 19:03:00 GMT</pubDate></item><item><title><![CDATA[Reply to fenster style??? on Fri, 12 Mar 2004 23:44:25 GMT]]></title><description><![CDATA[<p>bei WM_POPUP hats nur kein rand is aber troztdem zusehen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/479445</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/479445</guid><dc:creator><![CDATA[Mr.Lover]]></dc:creator><pubDate>Fri, 12 Mar 2004 23:44:25 GMT</pubDate></item><item><title><![CDATA[Reply to fenster style??? on Sat, 13 Mar 2004 08:26:54 GMT]]></title><description><![CDATA[<p>Na dann schauste halt selber in der MSDN nach und probierst aus...</p>
<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/WinUI/WindowsUserInterface/Windowing/Windows/WindowReference/WindowStyles.asp" rel="nofollow">Window Styles</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/479466</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/479466</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Sat, 13 Mar 2004 08:26:54 GMT</pubDate></item><item><title><![CDATA[Reply to fenster style??? on Wed, 17 Mar 2004 12:14:12 GMT]]></title><description><![CDATA[<p>kann es auch sein das es kein style ist sonder was anderes</p>
]]></description><link>https://www.c-plusplus.net/forum/post/482459</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/482459</guid><dc:creator><![CDATA[Mr.Lover]]></dc:creator><pubDate>Wed, 17 Mar 2004 12:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to fenster style??? on Wed, 17 Mar 2004 13:07:41 GMT]]></title><description><![CDATA[<p>MSDN:</p>
<blockquote>
<p><strong>Visibility of Taskbar Buttons</strong><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>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/482508</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/482508</guid><dc:creator><![CDATA[Aziz]]></dc:creator><pubDate>Wed, 17 Mar 2004 13:07:41 GMT</pubDate></item></channel></rss>