Create true color (24 or 32 bits) image list for trees, lists, and toolbars.
True Color Image List
Published 01/20/2005
Create true color (24 or 32 bits) image list for trees, lists, and toolbars.
When you load a 256 color bitmap into an imagelist, the half-tone pallette will most likely be used which will screw up your bitmap's colors. This article shows you how to get around this!
Shows how to use the Shell API function, SHGetFileInfo, to retrieve icons.
Learn to implement exception handling mechanism in C++.

Learn about TypeScript: what it is, and its type system.

Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.