<?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[Vorgefertigte BMP&#x27;s ?]]></title><description><![CDATA[<p>Tach erstmal !</p>
<p>Ich hab da eine Frage...<br />
Die meißten Toolbars in Programmen benutzen die gleichen BMP's<br />
zum Öffnen, Speichern, etc...<br />
Gibt es da schon fertige id's zu den Bitmaps, sodass man diese<br />
gleich beim erstellen einer Toolbar oder eines TreeViews benutzen kann ?<br />
Ich glaube schonmal sowas wie BMP_COPY oder so gesehen zu haben, aber<br />
gibt es nicht irgendwo eine komplette Liste der Id's (falls es sowas gibt) ?</p>
<p>Danke schonmal im Voraus für kommende Antworten,</p>
<p>grüße - richi</p>
<p>PS: In der MSDN hab ich schon gesucht, bin aber nicht fündig geworden !</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/64103/vorgefertigte-bmp-s</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 08:42:44 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/64103.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Feb 2004 20:27:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Vorgefertigte BMP&#x27;s ? on Sat, 07 Feb 2004 20:28:12 GMT]]></title><description><![CDATA[<p>Tach erstmal !</p>
<p>Ich hab da eine Frage...<br />
Die meißten Toolbars in Programmen benutzen die gleichen BMP's<br />
zum Öffnen, Speichern, etc...<br />
Gibt es da schon fertige id's zu den Bitmaps, sodass man diese<br />
gleich beim erstellen einer Toolbar oder eines TreeViews benutzen kann ?<br />
Ich glaube schonmal sowas wie BMP_COPY oder so gesehen zu haben, aber<br />
gibt es nicht irgendwo eine komplette Liste der Id's (falls es sowas gibt) ?</p>
<p>Danke schonmal im Voraus für kommende Antworten,</p>
<p>grüße - richi</p>
<p>PS: In der MSDN hab ich schon gesucht, bin aber nicht fündig geworden !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/454155</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/454155</guid><dc:creator><![CDATA[Richi]]></dc:creator><pubDate>Sat, 07 Feb 2004 20:28:12 GMT</pubDate></item><item><title><![CDATA[Reply to Vorgefertigte BMP&#x27;s ? on Sun, 08 Feb 2004 03:46:29 GMT]]></title><description><![CDATA[<p>Nein, sowas gibt es nicht. So ne Icons oder BMPs musst du selber erstellen oder halt irgendwo abkopieren.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/454225</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/454225</guid><dc:creator><![CDATA[WebFritzi]]></dc:creator><pubDate>Sun, 08 Feb 2004 03:46:29 GMT</pubDate></item><item><title><![CDATA[Reply to Vorgefertigte BMP&#x27;s ? on Sun, 08 Feb 2004 10:02:50 GMT]]></title><description><![CDATA[<p>Ja, sowas gibt es:<br />
<a href="http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/toolbar/image_indexes.asp" rel="nofollow">MSDN: Toolbar Standard Button Image Index Values</a>.</p>
<p>IDB_STD_LARGE_COLOR<br />
IDB_STD_SMALL_COLOR<br />
IDB_VIEW_LARGE_COLOR<br />
IDB_VIEW_SMALL_COLOR<br />
IDB_HIST_LARGE_COLOR<br />
IDB_HIST_SMALL_COLOR</p>
<p>Mittels der folgenden Konstanten kannst Du sie dann ansprechen:</p>
<blockquote>
<p>This section specifies index values of images within standard bitmaps.</p>
<p>Constants<br />
Index values for IDB_HIST_LARGE_COLOR and IDB_HIST_SMALL_COLOR:</p>
<p>HIST_ADDTOFAVORITES Add to favorites.<br />
HIST_BACK Move back.<br />
HIST_FAVORITES Open favorites folder.<br />
HIST_FORWARD Move forward.<br />
HIST_VIEWTREE View tree.</p>
<p>Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR:</p>
<p>STD_COPY Copy operation.<br />
STD_CUT Cut operation.<br />
STD_DELETE Delete operation.<br />
STD_FILENEW New file operation.<br />
STD_FILEOPEN Open file operation.<br />
STD_FILESAVE Save file operation.<br />
STD_FIND Find operation.<br />
STD_HELP Help operation.<br />
STD_PASTE Paste operation.<br />
STD_PRINT Print operation.<br />
STD_PRINTPRE Print preview operation.<br />
STD_PROPERTIES Properties operation.<br />
STD_REDOW Redo operation.<br />
STD_REPLACE Replace operation.<br />
STD_UNDO Undo operation.</p>
<p>Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR:</p>
<p>VIEW_DETAILS Details view.<br />
VIEW_LARGEICONS Large icons view.<br />
VIEW_LIST List view.<br />
VIEW_NETCONNECT Connect to network drive.<br />
VIEW_NETDISCONNECT Disconnect from network drive.<br />
VIEW_NEWFOLDER New folder.<br />
VIEW_PARENTFOLDER Go to parent folder.<br />
VIEW_SMALLICONS Small icon view.<br />
VIEW_SORTDATE Sort by date.<br />
VIEW_SORTNAME Sort by name.<br />
VIEW_SORTSIZE Sort by size.<br />
VIEW_SORTTYPE Sort by type.</p>
<p>Remarks<br />
You use these values to specify an image index within a standard image list that was loaded with the TB_LOADIMAGES message. The index values correspond to images within standard image lists that the control creates for your convenience. The images depict actions that Windows applications commonly perform.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/454280</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/454280</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Sun, 08 Feb 2004 10:02:50 GMT</pubDate></item><item><title><![CDATA[Reply to Vorgefertigte BMP&#x27;s ? on Sun, 08 Feb 2004 20:46:49 GMT]]></title><description><![CDATA[<p>Vielen Dank nochmal - Problem gelöst <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>EDIT:</p>
<p>@ WebFritzi:</p>
<p>Kein Problem, jeder kann sich mal irren <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/454336</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/454336</guid><dc:creator><![CDATA[Richi]]></dc:creator><pubDate>Sun, 08 Feb 2004 20:46:49 GMT</pubDate></item><item><title><![CDATA[Reply to Vorgefertigte BMP&#x27;s ? on Sun, 08 Feb 2004 12:03:54 GMT]]></title><description><![CDATA[<p>Oh, das wusste ich garnicht. Sorry Richi. Ich hab die immer von irgendwo kopiert. Dank Hepi weiß ich jetzt mehr. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/454337</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/454337</guid><dc:creator><![CDATA[WebFritzi]]></dc:creator><pubDate>Sun, 08 Feb 2004 12:03:54 GMT</pubDate></item></channel></rss>