home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Print_and_210872462008.psc / modPicFunc.bas < prev   
BASIC Source File  |  2008-04-05  |  778b  |  36 lines

  1. Attribute VB_Name = "modPicFunc"
  2. Option Explicit
  3.  
  4. '---------------------For PNG files-------------------
  5. Private Type GUID
  6.    Data1    As Long
  7.    Data2    As Integer
  8.    Data3    As Integer
  9.    Data4(7) As Byte
  10. End Type
  11.  
  12. Private Type PICTDESC
  13.    size     As Long
  14.    Type     As Long
  15.    hBmp     As Long
  16.    hPal     As Long
  17.    Reserved As Long
  18. End Type
  19.  
  20. Private Type GdiplusStartupInput
  21.     GdiplusVersion           As Long
  22.     DebugEventCallback       As Long
  23.     SuppressBackgroundThread As Long
  24.     SuppressExternalCodecs   As Long
  25. End Type
  26.  
  27. Private Type PWMFRect16
  28.     Left   As Integer
  29.     Top    As Integer
  30.     Right  As Integer
  31.     Bottom As Integer
  32. End Type
  33.  
  34. Private Type wmfPlaceableFileHeader
  35.     Key         As Long
  36.     hMf         As