home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / repease / demo.def < prev    next >
Text File  |  1994-12-13  |  362b  |  24 lines

  1. NAME    Demo
  2.  
  3. DESCRIPTION 'RE Demonstration'
  4.  
  5. EXETYPE WINDOWS
  6.  
  7. CODE    PRELOAD MOVEABLE
  8.  
  9. DATA    PRELOAD MOVEABLE MULTIPLE
  10.  
  11. HEAPSIZE  1024
  12. STACKSIZE 7120
  13.  
  14. EXPORTS
  15.     DemoWndProc      @1
  16.     DemoOptions      @2
  17.     DemoForms        @3
  18.     DemoFileField    @4
  19.  
  20.     UserFieldSelection @5
  21.     VerifyField        @6
  22.     DrawPicture        @7
  23.  
  24.