Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
819 views

Delphi and 48x48 (or bigger) imagelists - is there a workaround?

I'm getting the system imagelist (with SHGetFileInfo and SHGFI_LARGEICON), adding two of my own icons and attaching it to a TListView. The problem is that if the user's icon size isn't set to 32x32 ...
3
votes
1answer
103 views

DIB to Tbitmap code manipulation to adapt PNG images?

I use this code to convert DIB to TBitmap, so how can i manipulate this code to be suitable to a PNG image (preseving its transparency)? I tired to set the Transparent property to true but it seems ...
2
votes
1answer
144 views

How to convert DIB to TPNGObject?

I have a DIB handle. How can I convert it to TPNGObject with preserving its transparency? EDIT : I use method 2 in this solution Here but the bitmap resulted is not transparent even if i set its ...
2
votes
1answer
254 views

Delphi7 CustomImageList problem

I've run into the following problem: My Delphi7 program runs smoothly on most computers running WinXP/Vista/7 BUT on some older Windows XP installs (only a few) I'm getting the following problem: I ...
0
votes
1answer
261 views

How to improve the load time of Delphi TPngImageList (or TImageList)

I'm using a set of around 100 icons in my application, these are accessed using fixed refrence numbers and these numbers are also made available for the user to choose an icon. The three resolutions ...