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 >
Encoding:
Text File  |  1988-08-11  |  171 b   |  13 lines

  1. #include <style.h>
  2. #include "diabox.h"
  3.  
  4. diabox MENU
  5. BEGIN
  6.   POPUP "DialogBox"
  7.   BEGIN
  8.     MENUITEM "Modal", IDDBOX
  9.     MENUITEM "Modeless", IDDBOX2
  10.   END
  11. END
  12.  
  13.