home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic 4 Unleashed
/
Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso
/
tedevkit
/
ctrl.rc
< prev
next >
Wrap
Text File
|
1993-11-22
|
449b
|
18 lines
#include "windows.h"
/******************************************************************************
Section A.
This section is specific to the demo program and not to
be included into your applications resource file.
*******************************************************************************/
#include "ter.h"
#include "ctrl.h"
#include "ctrl_dlg.dlg"
DemoMenu MENU
BEGIN
MENUITEM "&Edit", IDM_EDIT
END