This example will convert any TImageList to 32-Bit, and this will fix various XP formatted icon problems. I found the conversion procedure online somewhere, and I am NOT its original author. But I have put it together into this example.
File List:
Project1.cfg
434b
Project1.dof
2Kb
Project1.dpr
188b
Project1.res
1Kb
Unit1.dfm
182Kb
Unit1.pas
2Kb
Similar code
Alpha Blending
(Popularity: ) : This program averages bitmaps together but also at different ratios in different areas depending on the colours of another bitmap. ... Engine3d
(Popularity: ) : This source code demonstrates the techniques used to handle 3D graphics from scratch - without using an API such as ... Bitmap Animation Component
(Popularity: ) : Put TImageList And TBitmap Component in Your Form And Animate! P.S. When Adding Images To ImageList You NeedTo ChangeTransparent Colorothe ... AVICQ project
(Popularity: ) : AVICQ is a ICQ like communicator with duplex audio and video. DirectX Sharks Screensaver
(Popularity: ) : This is a Delphi translation of my award winning Visual Basic code, which I made about a year ago. It ... ASM Animation
(Popularity: ) : This program creates an animation using blitting with assembly after getting memory addresses of pixel information using scanline. To understand ... ASM Turtle 2
(Popularity: ) : This program shows how to make an interpreter. The script is based on the assembly language with jumps and labels ... Direct Pixel
(Popularity: ) : This program shows how to manipulate bitmap pixels using an array that is about as easy to use as tcanvas.pixels ... Control Alpha Blend Value
(Popularity: ) : This code allows a user to control the alpha blend value of a form at runtime. Really simple stuff, the ... Fractal Patterns
(Popularity: ) : Shows how to create several different fractals including the Chaos theory, the Snow Flake, Mandelbrot, Juliaset, a tree like pattern, ...