Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
StretchBlt can be done for Bitmaps. How do I do the same for ICONS. I need to zoom an icon. Any suggestions plz. laiju
How about DrawIcon into a memory DC, then BitBlt from the mmemory DC to your destination DC?
DrawIcon
BitBlt