home *** CD-ROM | disk | FTP | other *** search
- *|Start FN.........
- DEF FN.........( window_handle%, icon_handle% )
-
- REM Called when a SELECT mouse click is detected
- REM window_handle% - window over which the click event occured
- REM icon_handle% - icon over which the click event occured
-
- REM the returned value of this function is ignored
-
- LOCAL
-
- = 0
- :
- *|Stop FN.........