<?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[Window Title bar]]></title><description><![CDATA[<p>Also wie kriege ich bei meiner MFC anwendung die Title bar weg??? Ich habs bei PreCreateWindow mit cs.style versucht aber da geht net. Ich will das die title bar verschwindet Menü und Toolbar sollen aber weiterhin da sein. Ich nutze Documenten Ansichts architektur.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/45172/window-title-bar</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 00:58:12 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/45172.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Aug 2003 16:05:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Window Title bar on Thu, 07 Aug 2003 16:05:55 GMT]]></title><description><![CDATA[<p>Also wie kriege ich bei meiner MFC anwendung die Title bar weg??? Ich habs bei PreCreateWindow mit cs.style versucht aber da geht net. Ich will das die title bar verschwindet Menü und Toolbar sollen aber weiterhin da sein. Ich nutze Documenten Ansichts architektur.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/326464</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/326464</guid><dc:creator><![CDATA[xyz44]]></dc:creator><pubDate>Thu, 07 Aug 2003 16:05:55 GMT</pubDate></item><item><title><![CDATA[Reply to Window Title bar on Fri, 08 Aug 2003 10:24:40 GMT]]></title><description><![CDATA[<p>Siehe :<br />
<a href="http://www.experts-exchange.com/Programming/Programming_Languages/MFC/Q_10021837.html" rel="nofollow">http://www.experts-exchange.com/Programming/Programming_Languages/MFC/Q_10021837.html</a></p>
<blockquote>
<p>Comment from cnasarre Date: 09/03/1997 08:03AM PDT<br />
Take a look at your RC file and check that the dialog definition is done without WS_CAPTION style. Here is my own :</p>
<p>IDD_DLGNOTITLE_DIALOG DIALOGEX 0, 0, 185, 92<br />
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE<br />
EXSTYLE WS_EX_APPWINDOW<br />
FONT 8, &quot;MS Sans Serif&quot;<br />
BEGIN<br />
DEFPUSHBUTTON &quot;OK&quot;,IDOK,128,7,50,14<br />
PUSHBUTTON &quot;Cancel&quot;,IDCANCEL,128,23,50,14<br />
LTEXT &quot;TODO: Place dialog controls here.&quot;,IDC_STATIC,5,34,113,<br />
8<br />
END</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/327017</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/327017</guid><dc:creator><![CDATA[MichaelMagic]]></dc:creator><pubDate>Fri, 08 Aug 2003 10:24:40 GMT</pubDate></item></channel></rss>