home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
netds
/
rpc
/
whello
/
whello.rc
< prev
next >
Wrap
Text File
|
1995-11-14
|
448b
|
21 lines
#include "windows.h"
#include "whelloc.h"
GenericMenu MENU
BEGIN
POPUP "&Remote Call"
BEGIN
MENUITEM "&Protocol sequence name", IDM_PROTSEQ
MENUITEM "&Server name", IDM_SERVER
MENUITEM "&Endpoint name", IDM_ENDPOINT
MENUITEM "Make the &call", IDM_SEND
MENUITEM SEPARATOR
MENUITEM "E&xit", IDM_EXIT
END
POPUP "&Help"
BEGIN
MENUITEM "&About RPC Hello...", IDM_ABOUT
END
END
#include "whello.dlg"