home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / newsletr / vbz / vbz1-3 / ameta.bas < prev    next >
BASIC Source File  |  1993-02-25  |  222b  |  7 lines

  1. 'Declarations for AMETA.DLL
  2. DefInt A-Z
  3.  
  4. Declare Sub Meta2Aldus Lib "ameta.dll" (ByVal hMeta, Place As Rect, ByVal nUnit, ByVal FName$)
  5. Declare Function LoadWMF Lib "ameta.dll" (ByVal WMFFile$, Place As Rect, nUnit)
  6.  
  7.