Hi.
I'm printing some information to a printer DC, and would like to print a copy of this info to a bmp file. What function would i use?
I thought CreateDIBSection() didi this, but it only creates an empty bitmap in the DC...
Will i have to print all the info to the DC as pixels on the bitmap?