home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
windows
/
c
/
bsscdemo
/
listdem2
/
listdem2.rc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-05-25
|
325 b
|
17 lines
#include <windows.h>
#include "..\bscore.h"
#include "listdem2.h"
#include "listdem2.dlg"
IDR_LISTDEMO_ICON ICON "listdem2.ico"
ListDem2 MENU
{
POPUP "&File"
{
MENUITEM "&List Dialog", IDM_LIST_DIALOG
MENUITEM SEPARATOR
MENUITEM "E&xit", IDM_EXIT
}
}