home *** CD-ROM | disk | FTP | other *** search
- #include <windows.h>
- #include "my_fmext.h"
-
-
- // Note: the inserted menu item in the File Manager will always send
- // FMEVENT_INITMENU. Trapping that message will always allow you to
- // initialize the menu below. This menu appears as a popup under the
- // top level extention menu item.
-
- My_FMExtentionMenu MENU
- BEGIN
- MENUITEM "&Create Window", IDM_MYFMEXT
- END
-