<?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[Toolbar an vorhandene Andocken]]></title><description><![CDATA[<p>Nochmal ne Frage,</p>
<p>ich erzeuge eine neuen Toolbar..</p>
<pre><code class="language-cpp">if (!m_wndMyToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP
        | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
        !m_wndMyToolBar.LoadToolBar(IDR_MY_WINDOW))
    {
        TRACE0(&quot;Symbolleiste konnte nicht erstellt werden\n&quot;);
        return -1;      // Fehler bei Erstellung
    }
</code></pre>
<p>Dieser ist jetzt aber unter dem Standard-Toolbar. Ich hätte in gerne daneben angedockt. Wie`???</p>
<p>[ Dieser Beitrag wurde am 23.05.2003 um 16:48 Uhr von <strong>AnTri</strong> editiert. ]</p>
<p>[ Dieser Beitrag wurde am 23.05.2003 um 16:48 Uhr von <strong>AnTri</strong> editiert. ]</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/5878/toolbar-an-vorhandene-andocken</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 05:10:44 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/5878.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 May 2003 14:47:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Toolbar an vorhandene Andocken on Fri, 23 May 2003 14:47:00 GMT]]></title><description><![CDATA[<p>Nochmal ne Frage,</p>
<p>ich erzeuge eine neuen Toolbar..</p>
<pre><code class="language-cpp">if (!m_wndMyToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP
        | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
        !m_wndMyToolBar.LoadToolBar(IDR_MY_WINDOW))
    {
        TRACE0(&quot;Symbolleiste konnte nicht erstellt werden\n&quot;);
        return -1;      // Fehler bei Erstellung
    }
</code></pre>
<p>Dieser ist jetzt aber unter dem Standard-Toolbar. Ich hätte in gerne daneben angedockt. Wie`???</p>
<p>[ Dieser Beitrag wurde am 23.05.2003 um 16:48 Uhr von <strong>AnTri</strong> editiert. ]</p>
<p>[ Dieser Beitrag wurde am 23.05.2003 um 16:48 Uhr von <strong>AnTri</strong> editiert. ]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/28525</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/28525</guid><dc:creator><![CDATA[AnTri]]></dc:creator><pubDate>Fri, 23 May 2003 14:47:00 GMT</pubDate></item><item><title><![CDATA[Reply to Toolbar an vorhandene Andocken on Fri, 23 May 2003 14:59:00 GMT]]></title><description><![CDATA[<p><a href="http://www.codeproject.com/docking/toolbar_docking.asp" rel="nofollow">http://www.codeproject.com/docking/toolbar_docking.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/28526</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/28526</guid><dc:creator><![CDATA[RenéG]]></dc:creator><pubDate>Fri, 23 May 2003 14:59:00 GMT</pubDate></item></channel></rss>