Results 1 to 4 of 4

Thread: CreateCompatible DC declaration???

  1. #1
    Guest
    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]

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Code:
    Public Declare Function CreateCompatibleDC Lib "gdi32" Alias "CreateCompatibleDC" (ByVal hdc As Long) As Long

  3. #3
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    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

  4. #4
    Guest

    Thanks !

    All right. That should do it.


    Thanks.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width