home *** CD-ROM | disk | FTP | other *** search
- #include <windows.h>
- #include "sample.h"
-
- DEMO_ICON ICON "sample.ico"
-
- DEMO_MENU MENU
- BEGIN
- POPUP "File"
- BEGIN
- MENUITEM "Open...",MENU_FILE_OPEN
- MENUITEM "Print (Dialog)",MENU_FILE_PRINTD
- MENUITEM "Print (No Dialog)",MENU_FILE_PRINTND
- END
- END
-
-