|
|
1.1 root 1: 1.1.1.2 ! root 2: //----------------------------------------------------------------------------- ! 3: // This is a part of the Microsoft Source Code Samples. ! 4: // Copyright (C) 1993 Microsoft Corporation. ! 5: // All rights reserved. ! 6: // ! 7: // This source code is only intended as a supplement to ! 8: // Microsoft Development Tools and/or WinHelp documentation. ! 9: // See these sources for detailed information regarding the ! 10: // Microsoft samples programs. ! 11: //----------------------------------------------------------------------------- ! 12: ! 13: 1.1 root 14: #include "windows.h" 15: #include "subclass.h" 16: 17: subclassIcon ICON subclass.ico 18: 19: 20: scMenu MENU 21: BEGIN 22: POPUP "&New Control" 23: BEGIN 24: MENUITEM "&Button", IDM_BUTTON 25: MENUITEM "&Edit field", IDM_EDIT 26: MENUITEM "&List box", IDM_LIST 27: END 28: POPUP "&Options" 29: BEGIN 30: MENUITEM "&Test mode", IDM_TEST 31: END 32: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.