Whats the difference between
hDC=CreateDC("DISPLAY",vbNullString,
_vbNullString,0)
AND...
hDC=CreateCompatibleDC(0)
??? Do they both return a handle to a DC compatible with the screen? I've seen and used both and was just wondering. Anybody know?
Thanks in advance.


Reply With Quote