home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_03 / 3n03063a < prev    next >
Text File  |  1992-01-15  |  229b  |  7 lines

  1.  
  2. Sub Form_Load () 
  3.     ..... do miscellaneous housekeeping and setup routines here ..... 
  4.     Unload Banner             '  Eliminate user's message  
  5.     Screen.MousePointer = 0   '  set to normal Arrow Pointer  
  6. End Sub 
  7.