home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
win_lrn
/
dialog
/
diabox.rc
< prev
next >
Wrap
Text File
|
1988-08-10
|
171b
|
13 lines
#include <style.h>
#include "diabox.h"
diabox MENU
BEGIN
POPUP "DialogBox"
BEGIN
MENUITEM "Modal", IDDBOX
MENUITEM "Modeless", IDDBOX2
END
END