home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
menu
/
ckmnuitm.rc
< prev
next >
Wrap
Text File
|
1988-08-10
|
227b
|
14 lines
#include "style.h"
#include "ckmnuitm.h"
menucnt MENU
BEGIN
POPUP "Commands"
BEGIN
MENUITEM "Pick me", IDM_CHOICE1
MENUITEM "Pick me" , IDM_CHOICE2
MENUITEM "Pick me", IDM_CHOICE3
END
END