Board index » delphi » Image Bitmap Question/Concern
Brian Simmons
![]() Delphi Developer |
Mon, 14 Jan 2002 03:00:00 GMT
Image Bitmap Question/Concern
My goal: I have an ImageList and I have an Image control.
In my program I would like to populate the Image control with a particular imageindex of the ImageList. Is there a direct of way of doing this? Here's what I'm doing: So Fuchsia should be my Transparency color. The Image control has all the default properties, except Autosize is TRUE, I use the following code: This code works. EXCEPT, any where the Bitmap is WHITE is transparent, not Can anyone explain this behavior and suggest a work around? Or perhaps any Thanks for your help, |