<?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 : Alphachannel-Bitmaps in Shortcutbar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Shortcut Bar : Alphachannel-Bitmaps in Shortcutbar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 23:20:11 +0000</pubDate>
  <lastBuildDate>Thu, 07 Feb 2008 01:08:28 +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=9498</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[Alphachannel-Bitmaps in Shortcutbar : Your code &amp;#034;LoadImage (GetModuleHandle...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30915&amp;title=alphachannelbitmaps-in-shortcutbar#30915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9498<br /><strong>Posted:</strong> 07 February 2008 at 1:08am<br /><br /><DIV>Your code "LoadImage (GetModuleHandle (0), "SC_NVKUND.BMP", IMAGE_BITMAP,0, 0, 0)) to hBitmap" seems load image from resource - not from file.<BR></DIV><DIV>&nbsp;</DIV><DIV>another option is&nbsp;add ImageManager object from CommandBars package, add images in designtime and assign them to ShortcutBar:</DIV><DIV>.Icons = ImageManager.Icons</DIV>]]>
   </description>
   <pubDate>Thu, 07 Feb 2008 01:08:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30915&amp;title=alphachannelbitmaps-in-shortcutbar#30915</guid>
  </item> 
  <item>
   <title><![CDATA[Alphachannel-Bitmaps in Shortcutbar : Ok, I tried it with LoadBitmap,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30869&amp;title=alphachannelbitmaps-in-shortcutbar#30869</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3725">RJungmann</a><br /><strong>Subject:</strong> 9498<br /><strong>Posted:</strong> 06 February 2008 at 10:03am<br /><br />Ok, I tried it with LoadBitmap, but the bitmap isn't loaded.<DIV>&nbsp;</DIV><DIV>send ComLoadBitmap of hoImageManager "h:\xap7\bitmaps\SC_NVKUNDV.BMP" C_BITMAP_SC_NVOBJEKT XTPImageNormal</DIV><DIV>&nbsp;</DIV><DIV>hoImageManager is a child-object from the shortcutbar from class cCJImageManagerIcons.</DIV><DIV>&nbsp;</DIV><DIV>Because I haven't&nbsp; a resource, I can't trie LoadBitmapFromResource.</DIV><DIV>&nbsp;</DIV><DIV>Very interesting is, that LoadImage/AddBitmap works fine, until I start the program from another computer by remote desktop. That's, what confuse me.</DIV>]]>
   </description>
   <pubDate>Wed, 06 Feb 2008 10:03:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30869&amp;title=alphachannelbitmaps-in-shortcutbar#30869</guid>
  </item> 
  <item>
   <title><![CDATA[Alphachannel-Bitmaps in Shortcutbar : Hi,  LoadImage can fail. Use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30867&amp;title=alphachannelbitmaps-in-shortcutbar#30867</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9498<br /><strong>Posted:</strong> 06 February 2008 at 9:24am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>LoadImage can fail. Use Icons.LoadBitmap or Icons.LoadBitmapFromResource&nbsp;method to load alpha bitmap instead of </DIV><DIV>LoadImage.</DIV>]]>
   </description>
   <pubDate>Wed, 06 Feb 2008 09:24:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30867&amp;title=alphachannelbitmaps-in-shortcutbar#30867</guid>
  </item> 
  <item>
   <title><![CDATA[Alphachannel-Bitmaps in Shortcutbar : Hi,  we use DataFlex. It works...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30855&amp;title=alphachannelbitmaps-in-shortcutbar#30855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3725">RJungmann</a><br /><strong>Subject:</strong> 9498<br /><strong>Posted:</strong> 06 February 2008 at 7:41am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>we use DataFlex. It works different than vb.net for example. But I think, you will understand this example.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><DIV>External_Function LoadImage "LoadImageA" User32.dll ;<BR>&nbsp;&nbsp; Integer hInst String sImage Integer iType Integer cx Integer cy Integer iFlags Returns Handle</DIV></DIV><DIV>&nbsp;</DIV><DIV>move (LoadImage (GetModuleHandle (0), "SC_NVKUND.BMP", IMAGE_BITMAP,0, 0, 0)) to hBitmap<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV><DIV>send ComAddBitmap of hoImageManager hBitmap C_BITMAP_SC_NVKUND xtpImageNormal true<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 06 Feb 2008 07:41:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30855&amp;title=alphachannelbitmaps-in-shortcutbar#30855</guid>
  </item> 
  <item>
   <title><![CDATA[Alphachannel-Bitmaps in Shortcutbar : Hi, Attach some sample that has...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30839&amp;title=alphachannelbitmaps-in-shortcutbar#30839</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9498<br /><strong>Posted:</strong> 05 February 2008 at 1:20pm<br /><br />Hi,<DIV>Attach some sample that has problem.</DIV>]]>
   </description>
   <pubDate>Tue, 05 Feb 2008 13:20:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30839&amp;title=alphachannelbitmaps-in-shortcutbar#30839</guid>
  </item> 
  <item>
   <title><![CDATA[Alphachannel-Bitmaps in Shortcutbar : Hi,  I use a shortcutbar inside...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30823&amp;title=alphachannelbitmaps-in-shortcutbar#30823</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3725">RJungmann</a><br /><strong>Subject:</strong> 9498<br /><strong>Posted:</strong> 05 February 2008 at 9:58am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I use a shortcutbar inside of a dockinpanel (version 11.2.1).</DIV><DIV>The bitmaps of the shortcutbar are 32Bit-BMP-Files with alphachannel and they are displayed correct. But if I start the program on a terminal server or by remote desktop connection they are not shown.</DIV><DIV>&nbsp;</DIV><DIV>PNG-files are never shown. Using 24Bit-BMP-Files without alphachannel and defining the maskcolor for the transparent color works fine (remote, too), but it would be better for me, if I could use alphachannel-bitmaps so I don't have to change all of the bitmaps.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>&nbsp;</DIV><DIV>Rene&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 05 Feb 2008 09:58:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9498&amp;PID=30823&amp;title=alphachannelbitmaps-in-shortcutbar#30823</guid>
  </item> 
 </channel>
</rss>