Hi, how do you stretch a bitmap to cover the whole window (like skinning the window) in masm?
use StretchBlt to do that
ok, could you like give me an example? thanks again!
elf+boi,
There is a StretchBlt() demo in the service pack 1 for MASM32 v6.
Just be carefule that a bitmap can look really lousy when stretched
if you are not careful.
Regards,
hutch@pbq.com.au
Cool, thanks!