<?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 : problem with setimagelist method in VFP</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : problem with setimagelist method in VFP]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 00:19:17 +0000</pubDate>
  <lastBuildDate>Fri, 01 Feb 2013 16:20: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=2692</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[problem with setimagelist method in VFP : TaslPanel.Icons.LoadBitmap(&amp;#039;D:\Folder&amp;#039;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2692&amp;PID=69644&amp;title=problem-with-setimagelist-method-in-vfp#69644</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5702">vicos</a><br /><strong>Subject:</strong> 2692<br /><strong>Posted:</strong> 01 February 2013 at 4:20pm<br /><br /><p>TaslPanel.Icons.LoadBitmap('D:\Folder' + "iconverde.bmp"  , 2,  xtpImageNormal)</p><p><br></p><p>Local Array laIcons&#091;6&#093;<br>m.laIcons&#091;1&#093; = ID_FILE_SAVE<br>m.laIcons&#091;2&#093; = ID_FILE_SAVE_AS<br>m.laIcons&#091;3&#093; = ID_FILE_OPEN<br>m.laIcons&#091;4&#093; = ID_FILE_CLOSE<br>m.laIcons&#091;5&#093; = ID_FILE_OPTIONS<br>m.laIcons&#091;6&#093; = ID_APP_EXIT<br><br>This.CommandBars.Icons.LoadBitmap(FullPath("res\BackstageIcons.png"), @laIcons, xtpImageNormal)</p>]]>
   </description>
   <pubDate>Fri, 01 Feb 2013 16:20:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2692&amp;PID=69644&amp;title=problem-with-setimagelist-method-in-vfp#69644</guid>
  </item> 
  <item>
   <title><![CDATA[problem with setimagelist method in VFP : Use Icons property too: TaskP...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2692&amp;PID=8041&amp;title=problem-with-setimagelist-method-in-vfp#8041</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2692<br /><strong>Posted:</strong> 08 August 2005 at 4:06am<br /><br /><P>Use Icons property too:</P><P>TaskPanel.Icons.AddBitmap/LoadBitmap.</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 08 Aug 2005 04:06:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2692&amp;PID=8041&amp;title=problem-with-setimagelist-method-in-vfp#8041</guid>
  </item> 
  <item>
   <title><![CDATA[problem with setimagelist method in VFP : Your suggestion is OK for Commandbar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2692&amp;PID=8036&amp;title=problem-with-setimagelist-method-in-vfp#8036</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=799">sporsoft</a><br /><strong>Subject:</strong> 2692<br /><strong>Posted:</strong> 07 August 2005 at 12:25pm<br /><br />Your suggestion is OK for Commandbar object but not for the TaskPanel control.&nbsp; My question was about the TaskPanel. Do you have any idea about it ?]]>
   </description>
   <pubDate>Sun, 07 Aug 2005 12:25:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2692&amp;PID=8036&amp;title=problem-with-setimagelist-method-in-vfp#8036</guid>
  </item> 
  <item>
   <title><![CDATA[problem with setimagelist method in VFP : 1. Call CommandBars.Options.UseSharedImageList...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2692&amp;PID=8029&amp;title=problem-with-setimagelist-method-in-vfp#8029</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2692<br /><strong>Posted:</strong> 07 August 2005 at 1:25am<br /><br /><P>1. Call CommandBars.Options.UseSharedImageList = False;</P><P>2. Call CommandBars.Icons.AddBitmap/LoadBitmap.</P>]]>
   </description>
   <pubDate>Sun, 07 Aug 2005 01:25:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2692&amp;PID=8029&amp;title=problem-with-setimagelist-method-in-vfp#8029</guid>
  </item> 
  <item>
   <title><![CDATA[problem with setimagelist method in VFP : If I using taskpanel Setimagelist...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2692&amp;PID=8024&amp;title=problem-with-setimagelist-method-in-vfp#8024</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=799">sporsoft</a><br /><strong>Subject:</strong> 2692<br /><strong>Posted:</strong> 06 August 2005 at 4:08am<br /><br /><P>If I using taskpanel Setimagelist method under Visual Foxpro then I get this error message: "runtime error R6025 - pure virtual function call. The situation is same if I using Codejock Imagemanager control.</P><P>Can somebody help me how I can use imagelist ?</P>]]>
   </description>
   <pubDate>Sat, 06 Aug 2005 04:08:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2692&amp;PID=8024&amp;title=problem-with-setimagelist-method-in-vfp#8024</guid>
  </item> 
 </channel>
</rss>