<?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[Wie lade ich eine Toolbar aus meiner .rc in das Fenster???]]></title><description><![CDATA[<p>Hi,</p>
<p>ich habe ein Problem und zwar wie lade ich eine Toolbar die ich mit dem Microsoft Visual C++ Profissionel Editor erzeugt in das Programm, Fenster?</p>
<p>Ich möchte keine Standardteile die von Windows schon gibt in mein Programm &quot;loaden&quot;! Sonder habe eine eigene Leiste definiert.</p>
<p>aus der .rc (Auszug)</p>
<pre><code>///////////////////////////////////////////////////////////////////////////// 
// 
// Toolbar 
// 

IDR_TOOLBAR1 TOOLBAR DISCARDABLE  21, 21 
BEGIN 
    BUTTON      ID_BUTTON40010 
    BUTTON      ID_BUTTON40009 
    BUTTON      ID_BUTTON40008 
    BUTTON      ID_BUTTON40012 
END 

///////////////////////////////////////////////////////////////////////////// 
// 
// Bitmap 
// 

IDR_TOOLBAR1            BITMAP  DISCARDABLE     &quot;toolbar1.bmp&quot; 
#endif    // German (Germany) resources 
/////////////////////////////////////////////////////////////////////////////
</code></pre>
<p>Ich brauche dringend Hilfe!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/81506/wie-lade-ich-eine-toolbar-aus-meiner-rc-in-das-fenster</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 14:22:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/81506.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Aug 2004 17:12:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wie lade ich eine Toolbar aus meiner .rc in das Fenster??? on Sun, 01 Aug 2004 17:12:09 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich habe ein Problem und zwar wie lade ich eine Toolbar die ich mit dem Microsoft Visual C++ Profissionel Editor erzeugt in das Programm, Fenster?</p>
<p>Ich möchte keine Standardteile die von Windows schon gibt in mein Programm &quot;loaden&quot;! Sonder habe eine eigene Leiste definiert.</p>
<p>aus der .rc (Auszug)</p>
<pre><code>///////////////////////////////////////////////////////////////////////////// 
// 
// Toolbar 
// 

IDR_TOOLBAR1 TOOLBAR DISCARDABLE  21, 21 
BEGIN 
    BUTTON      ID_BUTTON40010 
    BUTTON      ID_BUTTON40009 
    BUTTON      ID_BUTTON40008 
    BUTTON      ID_BUTTON40012 
END 

///////////////////////////////////////////////////////////////////////////// 
// 
// Bitmap 
// 

IDR_TOOLBAR1            BITMAP  DISCARDABLE     &quot;toolbar1.bmp&quot; 
#endif    // German (Germany) resources 
/////////////////////////////////////////////////////////////////////////////
</code></pre>
<p>Ich brauche dringend Hilfe!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/572833</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/572833</guid><dc:creator><![CDATA[Spielgrips]]></dc:creator><pubDate>Sun, 01 Aug 2004 17:12:09 GMT</pubDate></item><item><title><![CDATA[Reply to Wie lade ich eine Toolbar aus meiner .rc in das Fenster??? on Mon, 02 Aug 2004 22:46:59 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>also wie man das als Resource lädt, weiß ich nicht, aber auf <a href="http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/toolbar/toolbar.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/toolbar/toolbar.asp</a><br />
gibt es eine sehr ausführliche Anleitung, wie man die &quot;per Hand&quot; erstellt, is gar nicht schwer.<br />
Hoffe das hilft dir weiter!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/573877</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/573877</guid><dc:creator><![CDATA[Luy]]></dc:creator><pubDate>Mon, 02 Aug 2004 22:46:59 GMT</pubDate></item></channel></rss>