home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
menu
/
getmenu.rc
< prev
next >
Wrap
Text File
|
1988-08-10
|
252b
|
13 lines
#include <style.h>
#include "getmenu.h"
#define GRP WS_GROUP
#define TAB WS_TABSTOP
#define TABGRP WS_TABSTOP | WS_GROUP
#define DLGMODAL WS_POPUP | WS_DLGFRAME
GetMenuFunc MENU
BEGIN
MENUITEM "Item_1", ENTRY_1
END