<?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 : Black shell icons in Report Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Black shell icons in Report Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 12:47:01 +0000</pubDate>
  <lastBuildDate>Fri, 27 Feb 2009 19:12:55 +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=12755</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[Black shell icons in Report Control : Yes, the test app was loading...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45992&amp;title=black-shell-icons-in-report-control#45992</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2277">SergeyS</a><br /><strong>Subject:</strong> 12755<br /><strong>Posted:</strong> 27 February 2009 at 7:12pm<br /><br />Yes, the test app was loading comctrl 6.0 and my application comctrl 6.0 (actually both 5 and 6.), but non of them had manifest. I was starting test app from VS and that caused usage of comctrl 6.0. When I started it from command line it loaded comctrl 5.0.<br>So, anyway the solution is to use manifest and put a dependency on comctrl 6.0.<br><br>Thanks to everyone.<br>]]>
   </description>
   <pubDate>Fri, 27 Feb 2009 19:12:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45992&amp;title=black-shell-icons-in-report-control#45992</guid>
  </item> 
  <item>
   <title><![CDATA[Black shell icons in Report Control : Hi,  Guess your test application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45955&amp;title=black-shell-icons-in-report-control#45955</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12755<br /><strong>Posted:</strong> 27 February 2009 at 3:02am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Guess your test application has 6.0 comctrl manifest, but your appliation no.</DIV>]]>
   </description>
   <pubDate>Fri, 27 Feb 2009 03:02:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45955&amp;title=black-shell-icons-in-report-control#45955</guid>
  </item> 
  <item>
   <title><![CDATA[Black shell icons in Report Control : Icons are added to the Report.Icons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45938&amp;title=black-shell-icons-in-report-control#45938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2277">SergeyS</a><br /><strong>Subject:</strong> 12755<br /><strong>Posted:</strong> 26 February 2009 at 3:03pm<br /><br />Icons are added to the Report.Icons collection.<br>I cannot use CXTShellPidl class because I only need icons for specified file extensions and Report control is used in a .NET application.<br>I've created a small C# test app with Report control and it works fine, no black background. There must be something different between our application and my test app, but I couldn't find it yet.<br>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 15:03:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45938&amp;title=black-shell-icons-in-report-control#45938</guid>
  </item> 
  <item>
   <title><![CDATA[Black shell icons in Report Control : //Use the CXTShellPidl class instead....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45934&amp;title=black-shell-icons-in-report-control#45934</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1424">g_j_a_i_n</a><br /><strong>Subject:</strong> 12755<br /><strong>Posted:</strong> 26 February 2009 at 12:22pm<br /><br /><br>//Use the CXTShellPidl class instead. This works.<br><br>CXTShellPidl shell;<br>HIMAGELIST hImgList = shell.GetSystemImageList(SHGFI_SMALLICON);]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 12:22:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45934&amp;title=black-shell-icons-in-report-control#45934</guid>
  </item> 
  <item>
   <title><![CDATA[Black shell icons in Report Control : Try adding the icons to the Report.Icons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45920&amp;title=black-shell-icons-in-report-control#45920</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 12755<br /><strong>Posted:</strong> 26 February 2009 at 8:40am<br /><br />Try adding the icons to the Report.Icons collection first.]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 08:40:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45920&amp;title=black-shell-icons-in-report-control#45920</guid>
  </item> 
  <item>
   <title><![CDATA[Black shell icons in Report Control : Is there any resolution on this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45889&amp;title=black-shell-icons-in-report-control#45889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2277">SergeyS</a><br /><strong>Subject:</strong> 12755<br /><strong>Posted:</strong> 25 February 2009 at 8:48pm<br /><br />Is there any resolution on this issue?<br><br>Thank you,<br>Sergey<br>]]>
   </description>
   <pubDate>Wed, 25 Feb 2009 20:48:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=45889&amp;title=black-shell-icons-in-report-control#45889</guid>
  </item> 
  <item>
   <title><![CDATA[Black shell icons in Report Control : Hi, Send request to support,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=43078&amp;title=black-shell-icons-in-report-control#43078</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12755<br /><strong>Posted:</strong> 21 November 2008 at 5:32am<br /><br /><P>Hi,</P><DIV>Send request to support, we will create sample.</DIV>]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 05:32:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=43078&amp;title=black-shell-icons-in-report-control#43078</guid>
  </item> 
  <item>
   <title><![CDATA[Black shell icons in Report Control : Hello,I get the shell&amp;#039;s image...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=43075&amp;title=black-shell-icons-in-report-control#43075</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1424">g_j_a_i_n</a><br /><strong>Subject:</strong> 12755<br /><strong>Posted:</strong> 21 November 2008 at 5:27am<br /><br /><br>Hello,<br><br>I get the shell's image list using SHGetFileInfo.<br><br>I set this image list to CXTPReportControl, but the icons appear black in some parts like shown below:<br><br>&nbsp;&nbsp;&nbsp; <img src="uploads/20081121_052601_BlackIc&#111;ns.JPG" height="276" width="39" border="0"><br><br>Please help. I think it is related to transparent colors (32 bit images). How do I fix it.<br><br>Regards,<br>Gautam Jain<br><br>]]>
   </description>
   <pubDate>Fri, 21 Nov 2008 05:27:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12755&amp;PID=43075&amp;title=black-shell-icons-in-report-control#43075</guid>
  </item> 
 </channel>
</rss>