home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
mslang
/
cscrap
/
test.rc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-10
|
192 b
|
13 lines
#include <windows.h>
#include "Scraper.h"
#include "test.h"
testIcon ICON test.ico
testMenu MENU MOVEABLE DISCARDABLE
BEGIN
MENUITEM "&Exit!", IDM_EXIT
END