Hello all.
I can't find the declaration for the CreateCompatibleDC API. (It is not listed in the http://www.vbapi.com site) Can anyone send them to me, with any parameter and constants to set.
Thanks.
[email protected]
Printable View
Hello all.
I can't find the declaration for the CreateCompatibleDC API. (It is not listed in the http://www.vbapi.com site) Can anyone send them to me, with any parameter and constants to set.
Thanks.
[email protected]
Code:Public Declare Function CreateCompatibleDC Lib "gdi32" Alias "CreateCompatibleDC" (ByVal hdc As Long) As Long
If an api call isn't listed on http://www.vbapi.com and you need the declaration, then look up this file: ftp://ftp.nh.ultra.net/pub/p/phscs/WIN32API.TXT
All right. That should do it.
Thanks.