Mikesc
July 27th, 1999, 10:33 AM
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.
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.