Hi, I would like to create a screen device context with a specific resolution, say 300 dpi (I don't know if I am using the correct words, I just want the GetDeviceCaps( hDC, LOGPIXELSX ) method to return a value of 300). Is there a way to achieve? I read the particular resolution from the printer settings, but I can't directly use the printer DC, because I am subsequently creating a memory DC compatible with the original one and if the original is a printer DC, it causes some problems.

Any ideas?

Thanks in advance.