How to create a memory DC which cannot be see but can paint as usual
DC? I check CreateCompatibleDC, it need a HDC which "shall" be show..(i try hide, but cannot work).
i try CreateDC("DISPLAY",NULL,NULL,NULL) but it paint into desktop,
i try CreateDC with all parameter NULL, i get nothing..
Ang idea?
Thanks
Thanks

Hello World!!!