DrawImage handles the stretching although it's extremely slow compared to
StretchBlt.
1) How can I speed DrawImage up?
2) How can I specify a transparent color?
Thanks,
John
> 2) How can I specify a transparent color?
Use ImageAttributes::SetColorKey. See MSDN:
http://msdn.microsoft.com/en-us/library/ms535429(VS.85).aspx