home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / basic / eventshell / Tools / !EvntEdit / UserFNs / CloseWin < prev    next >
Encoding:
Text File  |  1995-12-23  |  273 b   |  14 lines

  1. *|Start FN.........
  2. DEF FN.........( window_handle% )
  3.  
  4. REM Called when an 'WindowClose' event has been attached to the
  5. REM window
  6. REM window_handle - the window that is about to be closed
  7.  
  8. REM To prevent the window closing return FALSE (0) 
  9.  
  10. LOCAL
  11.  
  12. = 0
  13. :
  14. *|Stop FN.........