<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : ImageManager replacement for ImageList?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : ImageManager replacement for ImageList?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 22:14:00 +0000</pubDate>
  <lastBuildDate>Wed, 26 Oct 2005 11:46:36 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=3075</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[ImageManager replacement for ImageList? :  	Here is the Tutorial I mentioned....This...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9252&amp;title=imagemanager-replacement-for-imagelist#9252</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3075<br /><strong>Posted:</strong> 26 October 2005 at 11:46am<br /><br /><p>	<b>Here is the Tutorial I mentioned....This is for anyone else that might have trouble.<br></b></p><p><b><br></b></p><p><b>Question:</b>	<br>	How do I add BitMap (.bmp) file into the CommandBars ImageManager Control at Design Time?</p><p>	<b>Answer:</b>	<br>	</p><ol ="1"><li>			Start out by going into <i><b>Form View</b></i> of the form that contains the <b>ImageManager Control</b>. Now <b><i>Right-Click</i></b> on			the ImageManager Control and select "<i><b>Properties</b></i>" as seen in the picture below.<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_1.gif" align="middle" border="0">			<br><br>		</li><li>			Click the <i><b>Add New Blank Icon</b></i> button.  Note that no Icon IDs are listed because there have not been any added yet.<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_2.gif" align="middle" border="0">			<br><br>		</li><li>Give the new icon an ID. Note that setting the CommandBar controlsIconId property to this value will cause this icon to be used for thatcontrol. This ID will be the value that is used to identify the icon.This is the value that corresponds to the IconId of a CommandBarcontrol (The IconId and Id of a control are the same value by default).In the picture below you can see that you can choose the width andheight of the icon as well. This is useful when displaying differentsize icons in your toolbar and menus, such as allowing the user to use <i><b>Large Icons</b></i>.  Once you have entered in an ID, click the <i><b>OK</b></i> button.<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_3.gif" align="middle" border="0">			<br><br>		</li><li>			You should now see the ID you just entered appear in the <i><b>Icons List</b></i> of the <i><b>Properties</b></i> dialog.  			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_4.gif" align="middle" border="0">Note that all the icons at this point will appear as a red circle with a line through it <img src="http://localhost/support/kb_activex/commandbars/images/cb12_4_small.gif" align="middle" border="0">.This image just serves as a place holder until an image is added. Toview or edit an Icon, just click on the ID of the Icon from the list ofIDs on the left of the <i><b>Properties</b></i> dialog.<br>			<br><br>		</li><li>			Now Click on the <i><b>Import and Export</b></i> button (The currently selected ID does not matter as you will select this later).  This will display a drop-down that			gives you several options.  Select <i><b>Import from Bitmap</b></i> from the drop-down.<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_5.gif" align="middle" border="0">			<br><br>		</li><li>			An <i><b>Open</b></i> file dialog will appear that allows you to search for the <i><b>.bmp</b></i> file that you want to import.  Find the bmp file			on your hard drive, click on the image name, then click <i><b>Open</b></i>.<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_5_2.gif" align="middle" border="0">			<br><br>		</li><li>			An <i><b>Import</b></i>dialog will now appear. You should now see the image you opened in thisdialog. You now need to click on the image that you want to import. Ifyou opened a sinlgle image bitmap, the all you need to do is click onthe image to select it. If you opened a bmp file that contains multipleimages, then you must click on the specific image you want from thefile. The <i><b>ID Combo</b></i> will remain disabled			until an images is selected\clicked.<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_6.gif" align="middle" border="0">			<br><br>			In the picture above, a 32-bit Alpha image was imported.  Notice that <i><b>Mask Color</b></i> drop-down is disabled as it is not needed with Alpha icons.  With			Alpha icons, the transparency layer for that image will be used.			<br><br>			In the picture below, a 24-bit image is imported which has no transparency layer.  Notice that <i><b>Mask Color</b></i> drop-down is now enabled and it will			auto-detect the color to use for transparency.  You also have the option to choose your own mask color.			<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_7_3.gif" align="middle" border="0">			<br><br>Notice that the image has a black border displayed around it after itis selected\clicked. This indicated the image that will be imported.You will also see the the <i><b>ID Combo</b></i> is now enabled.<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_7.gif" align="middle" border="0">			<br><br>		</li><li>			Now select the <i><b>ID</b></i> from the <i><b>ID Combo</b></i> that you want to import the image to.  The <i><b>ID Combo</b></i> will list all of the			IDs for the icons you have added to the <i><b>ImageManager control</b></i>.<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_8.gif" align="middle" border="0">			<br><br>		</li><li>			Now click on the <i><b>Import</b></i> button.  This will import the currently selected image into the ImageManager control with the ID you selected			from the <i><b>ID Combo</b></i>.<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_9.gif" align="middle" border="0">			<br><br>		</li><li>			You will now be brought back to the <i><b>Properties</b></i> dialog.  You can now see the Icon that was imported by clicking on the ID of the icon from			the list of IDs on the left side of the dialog.  To Import another icon, simply repeat this process.<br>			<img src="http://localhost/support/kb_activex/commandbars/images/cb12_10.gif" align="middle" border="0">			<br>				When a new icon is added, a <i><b>normal</b></i>, <i><b>hot</b></i>, <i><b>disabled</b></i>, and <i><b>checked</b></i> version of the icon is automatically generated. 			The <i><b>normal version of the icon</b></i> is displayed in the toolbar when the toolbar button is enabled and the mouse is not positioned over it.  The <i><b>hot icon</b></i> is 			displayed when the mouse is over an enabled toolbar button.  The <i><b>disabled icon</b></i> is displayed when a toolbar button is disabled.  And the <i><b>checked icon</b></i> is displayed			when the <i><b>Checked</b></i> property of the CommandBar Control that uses the icon is <i><b>True</b></i>.			</li></ol>]]>
   </description>
   <pubDate>Wed, 26 Oct 2005 11:46:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9252&amp;title=imagemanager-replacement-for-imagelist#9252</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager replacement for ImageList? : Many thanks! That was indeed the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9232&amp;title=imagemanager-replacement-for-imagelist#9232</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3075<br /><strong>Posted:</strong> 25 October 2005 at 1:33pm<br /><br />Many thanks! That was indeed the problem.]]>
   </description>
   <pubDate>Tue, 25 Oct 2005 13:33:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9232&amp;title=imagemanager-replacement-for-imagelist#9232</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager replacement for ImageList? : Ok, I see your problem.You must...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9227&amp;title=imagemanager-replacement-for-imagelist#9227</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3075<br /><strong>Posted:</strong> 25 October 2005 at 7:30am<br /><br />Ok, I see your problem.<br><br>You must first add the icon and give it an ID.&nbsp; This is done by clicking the white document icon next to the scissors icon.&nbsp; You do this for the ID of each icon you will add.&nbsp; This will give you the red circle "default" icons you are seeing in the last picture.<br><br>Now you click the Import and Export button.&nbsp; After you select your bitmap, you click the section of the bitmap you want to add, then you select the ID to assign it from the ID drop-down menu.<br><br>So it looks like you did this backwards.&nbsp;&nbsp; Soyou would do steps in picture 4 and 5, then do picture 3 and select the id of "1" that you entered.<br><br>Hope this helps.<br>]]>
   </description>
   <pubDate>Tue, 25 Oct 2005 07:30:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9227&amp;title=imagemanager-replacement-for-imagelist#9227</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager replacement for ImageList? : The forum software will not allow...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9219&amp;title=imagemanager-replacement-for-imagelist#9219</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3075<br /><strong>Posted:</strong> 24 October 2005 at 11:56pm<br /><br /><P>The forum software will not allow me to upload a BMP file. I'd be happy to email it to you.</P><P>Here you see the initial dialog showing no icons are present. I then select the Import and Export button and then Import from Bitmap...</P><P><IMG src="uploads/Shawshank/2005-10-24_234411_Step_1.jpg" border="0"></P><P>Note that I have selected the image. The ID value cannot be changed. I do not change any thing further on this dialog and dismiss it with the Import button.</P><P><IMG src="uploads/Shawshank/2005-10-24_234719_Step_2.jpg" border="0"></P><P>Now I'm dropped back to the Property Page dialog where no icons are present.</P><P><IMG src="uploads/Shawshank/2005-10-24_235007_Step_1.jpg" border="0"></P><P>I now select the "New Icon" button. Which gives me this dialog. I enter a value of i for the ID field. I then select the OK button which then drops me back to the Property Page dialog...</P><P><IMG src="uploads/Shawshank/2005-10-24_235302_Step_3.jpg" border="0"></P><P>...where I now have some icons --but they don't look anything like the one I added! Why?</P><P><IMG src="uploads/Shawshank/2005-10-24_235534_Step_4.jpg" border="0"></P>]]>
   </description>
   <pubDate>Mon, 24 Oct 2005 23:56:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9219&amp;title=imagemanager-replacement-for-imagelist#9219</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager replacement for ImageList? : Can you send me the bmp file you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9218&amp;title=imagemanager-replacement-for-imagelist#9218</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3075<br /><strong>Posted:</strong> 24 October 2005 at 9:55pm<br /><br />Can you send me the bmp file you are trying to import?&nbsp; also somescreen shots of the mystery icons that appear.&nbsp; thanks]]>
   </description>
   <pubDate>Mon, 24 Oct 2005 21:55:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9218&amp;title=imagemanager-replacement-for-imagelist#9218</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager replacement for ImageList? : I&amp;#039;m afraid that doesn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9217&amp;title=imagemanager-replacement-for-imagelist#9217</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3075<br /><strong>Posted:</strong> 24 October 2005 at 4:01pm<br /><br />I'm afraid that doesn't work for me. When I import I'm importing a single image (versus a BMP file that has multiple images). After I browse and select it and then am dropped back to the Import dialog where I can see the single icon I then click it. This causes a black rectangle to appear around it as a visual cue that I have selected it. I then click the Import button. Again, nothing appears in the Property Page window. If I then select the New Icon button and provide a integer value and select OK I&nbsp;then can see several icons --none of which are the icon I selected. So what part of what I am doing is not correct? Where do these phantom icons come from? I could understand if it was making for me Hot,&nbsp;Selected &amp; Disabled icons but like I said, the icons that appear&nbsp;are not even remotely similar to what I imported. What gives?&nbsp;]]>
   </description>
   <pubDate>Mon, 24 Oct 2005 16:01:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9217&amp;title=imagemanager-replacement-for-imagelist#9217</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager replacement for ImageList? : If you still have problems, tomorrow...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9216&amp;title=imagemanager-replacement-for-imagelist#9216</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3075<br /><strong>Posted:</strong> 24 October 2005 at 3:27pm<br /><br />If you still have problems, tomorrow I will throw together a tutorial with pictures on how to do this.]]>
   </description>
   <pubDate>Mon, 24 Oct 2005 15:27:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9216&amp;title=imagemanager-replacement-for-imagelist#9216</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager replacement for ImageList? : When importing the icon, you have...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9215&amp;title=imagemanager-replacement-for-imagelist#9215</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3075<br /><strong>Posted:</strong> 24 October 2005 at 3:25pm<br /><br />When importing the icon, you have to "click" on the picture of the icons when it is displayed.&nbsp; You will then see some highlighting as to which part of the icon you are importing.]]>
   </description>
   <pubDate>Mon, 24 Oct 2005 15:25:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9215&amp;title=imagemanager-replacement-for-imagelist#9215</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager replacement for ImageList? : Perhaps you can enlighten me on...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9214&amp;title=imagemanager-replacement-for-imagelist#9214</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1549">Shawshank</a><br /><strong>Subject:</strong> 3075<br /><strong>Posted:</strong> 24 October 2005 at 3:14pm<br /><br /><P>Perhaps you can enlighten me on the proper use of the ImageManager. I want to add all of my icons to the ImageManager control at design time (VB6). All of my icons are BMPs --not muliple icons in a single BMP but single icons. So to add them to the ImageManager I select Import/Export and then Import from Bitmap. I then browse to the 16x16 BMP file and select it. This drops me to a dialog titled "Import" where the icon is visible. I have four options ID, State, Device &amp; Mask Color. ID value cannot be changed and has no value. The other values are proper so I select the Import button. This drops me back to the ImageManager Property Page where the icon does not appear. Why? Now, if I select the "New" icon on the Property Page I can set a value for ID. So just for fun I enter a 1. After selecting OK I'm dropped back to the ImageManager Property Page where I now see several icons --none of which are the icon I attempted to import! Why would that be? Not one of the icons now labeled as Normal, Hot, Disabled &amp; Checked even come close to being the icon I imported. Why is that? Where did these icons come from? If try the process all over again in an attempt to add additional icons I cannot. No additional icons will ever appear --only the ones that I do not want nor know how they got in the ImageManager?</P><P>Any insight would be greatly appreciated.</P><P>Shawshank</P>]]>
   </description>
   <pubDate>Mon, 24 Oct 2005 15:14:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9214&amp;title=imagemanager-replacement-for-imagelist#9214</guid>
  </item> 
  <item>
   <title><![CDATA[ImageManager replacement for ImageList? : One advantage would be support...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9205&amp;title=imagemanager-replacement-for-imagelist#9205</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 3075<br /><strong>Posted:</strong> 24 October 2005 at 9:38am<br /><br />One advantage would be support for 32-bit alpha icons, another would be the ability to have a normal, hot, and disabled icon for each control, another would be the ability to have multiple image sizes for the toolbars.&nbsp; You can also use these images with most of the other codejock controls.&nbsp; You can even "mirror" images when using RTL mode.<br><br>It is designed to be used instead of the ImageList even though the methods\properties are different.<br><br>Hope this helped.<br>]]>
   </description>
   <pubDate>Mon, 24 Oct 2005 09:38:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3075&amp;PID=9205&amp;title=imagemanager-replacement-for-imagelist#9205</guid>
  </item> 
 </channel>
</rss>