home *** CD-ROM | disk | FTP | other *** search
- *|Start FN.........
- DEF FN.........( window_handle%, display_icon%, item_text$ )
-
- REM Called when a selection is made from a text popup menu
- REM window_handle - window that contains the menu icon
- REM display_icon% - icon to contain the result of the selection
- REM item_text$ - text of item that was selected
-
- LOCAL
-
- REM Return value is ignored
-
- = 0
- :
- *|Stop FN.........