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

  1. 'BEHAVE.BAS
  2. 'Declarations for BEHAVE.DLL
  3. 'Copyright 1993 User Friendly, Inc.
  4.  
  5. DefInt A-Z
  6.  
  7. Declare Sub RegisterMainForm Lib "BEHAVE.DLL" (ByVal hWnd)
  8. Declare Sub UnRegisterMainForm Lib "BEHAVE.DLL" (ByVal hWnd)
  9.  
  10.