<?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 : Mass load icons into imagemanager?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Mass load icons into imagemanager?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 07:46:02 +0000</pubDate>
  <lastBuildDate>Mon, 23 Nov 2009 17:12:15 +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=15690</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[Mass load icons into imagemanager? : Private Sub Form_Load()Dim IcoPath...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15690&amp;PID=55099&amp;title=mass-load-icons-into-imagemanager#55099</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5700">xvisceral</a><br /><strong>Subject:</strong> 15690<br /><strong>Posted:</strong> 23 November 2009 at 5:12pm<br /><br />Private Sub Form_Load()<br>Dim IcoPath As String<br>Dim i As Integer<br>For i = 1 To 247<br>IcoPath = "C:\fam\" &amp; "picture (" &amp; i &amp; ")" &amp; ".gif"<br>ImageManager1.Icons.LoadBitmap IcoPath, 1, xtpImageNormal<br>Next i<br>ListView1.Icons = ImageManager1.Icons<br>ListView1.ColumnHeaders.Add , , "hello", 2000<br>With ListView1.ListItems.Add<br>.Text = "About me"<br>.Icon = 1<br>End With<br>End Sub<br><br><br>Is not working for me...<br>]]>
   </description>
   <pubDate>Mon, 23 Nov 2009 17:12:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15690&amp;PID=55099&amp;title=mass-load-icons-into-imagemanager#55099</guid>
  </item> 
  <item>
   <title><![CDATA[Mass load icons into imagemanager? : Hi, try LoadBitmap instead of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15690&amp;PID=55077&amp;title=mass-load-icons-into-imagemanager#55077</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15690<br /><strong>Posted:</strong> 23 November 2009 at 5:02am<br /><br />Hi,<DIV>try LoadBitmap instead of LoadIcon.</DIV>]]>
   </description>
   <pubDate>Mon, 23 Nov 2009 05:02:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15690&amp;PID=55077&amp;title=mass-load-icons-into-imagemanager#55077</guid>
  </item> 
  <item>
   <title><![CDATA[Mass load icons into imagemanager? : Okay, so I have an imagelist that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15690&amp;PID=55065&amp;title=mass-load-icons-into-imagemanager#55065</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5700">xvisceral</a><br /><strong>Subject:</strong> 15690<br /><strong>Posted:</strong> 22 November 2009 at 4:06pm<br /><br />Okay, so I have an imagelist that I really like that I have been using in my projects.<br><br>I recently switched my GUI to include codejock controls because it looks 1000x better.<br><br>The listview when you right click it, you cannot assign an imagelist, or a SmallIcon property. You have to use their imagemanager to load icons as far as I know.<br><br>Is there a way that I could possibly either load all of the imagelist into the imagemanager, or any way around this? <br><br>Maybe a way to mass add a folder of icons into a imagemanager?<br><br>I've tried something along the lines of...<br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> Dim IcoPath As String<br>Dim i As Integer<br>For i = 1 To 247<br>IcoPath = "C:\fam\" &amp; "picture" &amp; i&nbsp; &amp; ".gif"<br>With ImageManager1<br>.Icons.LoadIcon(IcoPath, i, xtpImageNormal)<br>Next i<br>End With</td></tr></table><br><br>Of course that didn't work...<br>Help? :D<br><br>I know I could just add all of the icons to an imagemanager manually but theres 247 pictures]]>
   </description>
   <pubDate>Sun, 22 Nov 2009 16:06:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15690&amp;PID=55065&amp;title=mass-load-icons-into-imagemanager#55065</guid>
  </item> 
 </channel>
</rss>