<?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[Probleme mit SetWindowText]]></title><description><![CDATA[<p>Ich habe in meinem programm ein Floating Window erstellt. In der Caption möchte ich einen Dialognamen darstellen. Leider wird der Windowtext erst nach einem kurzen Bewegen des Dialogs dargestellt. Was habe ich falsch gemacht?</p>
<p>if (!m_wndDlgFilter.Create(this, IDD_DLG_FILTER,<br />
WS_CAPTION| CBRS_FLYBY | CBRS_HIDE_INPLACE | CBRS_SIZE_DYNAMIC,<br />
CG_ID_VIEW_DIALOGBAR))<br />
{<br />
TRACE0(&quot;Erstellen der Dialogfeldleiste fehlgeschlagen m_wndDialogBar\n&quot;);<br />
return; // Erstellen fehlgeschlagen<br />
}</p>
<p>m_wndDlgFilter.EnableDocking(NULL);<br />
FloatControlBar(&amp;m_wndDlgFilter, NULL);</p>
<p>m_wndDlgFilter.CreateListCtrl();<br />
m_wndDlgFilter.GetParent()-&gt;SetWindowText(&quot;Filtersettings&quot;);</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/58933/probleme-mit-setwindowtext</link><generator>RSS for Node</generator><lastBuildDate>Tue, 02 Jun 2026 21:32:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/58933.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Dec 2003 10:31:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme mit SetWindowText on Wed, 17 Dec 2003 10:31:28 GMT]]></title><description><![CDATA[<p>Ich habe in meinem programm ein Floating Window erstellt. In der Caption möchte ich einen Dialognamen darstellen. Leider wird der Windowtext erst nach einem kurzen Bewegen des Dialogs dargestellt. Was habe ich falsch gemacht?</p>
<p>if (!m_wndDlgFilter.Create(this, IDD_DLG_FILTER,<br />
WS_CAPTION| CBRS_FLYBY | CBRS_HIDE_INPLACE | CBRS_SIZE_DYNAMIC,<br />
CG_ID_VIEW_DIALOGBAR))<br />
{<br />
TRACE0(&quot;Erstellen der Dialogfeldleiste fehlgeschlagen m_wndDialogBar\n&quot;);<br />
return; // Erstellen fehlgeschlagen<br />
}</p>
<p>m_wndDlgFilter.EnableDocking(NULL);<br />
FloatControlBar(&amp;m_wndDlgFilter, NULL);</p>
<p>m_wndDlgFilter.CreateListCtrl();<br />
m_wndDlgFilter.GetParent()-&gt;SetWindowText(&quot;Filtersettings&quot;);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/418133</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/418133</guid><dc:creator><![CDATA[(Roland)]]></dc:creator><pubDate>Wed, 17 Dec 2003 10:31:28 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit SetWindowText on Wed, 17 Dec 2003 10:37:56 GMT]]></title><description><![CDATA[<p>Du musst bestimmt noch ein Neuzeichnen auslösen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/418140</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/418140</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Wed, 17 Dec 2003 10:37:56 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit SetWindowText on Wed, 17 Dec 2003 10:51:51 GMT]]></title><description><![CDATA[<p>Ich hatte es schon so versucht, es änderte sich aber nichts.</p>
<p>m_wndDlgFilter.GetParent()-&gt;SetRedraw();<br />
m_wndDlgFilter.GetParent()-&gt;RedrawWindow();</p>
]]></description><link>https://www.c-plusplus.net/forum/post/418151</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/418151</guid><dc:creator><![CDATA[(Roland)]]></dc:creator><pubDate>Wed, 17 Dec 2003 10:51:51 GMT</pubDate></item></channel></rss>