|
|
1.1.1.3 ! root 1: ! 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: 1.1 root 13: #include <windows.h> 14: #include "loadtest.h" 15: 16: Menu MENU 17: BEGIN 18: POPUP "&Options" 19: BEGIN 20: MENUITEM "&LoadLibrary", IDM_LOADLIBRARY 21: MENUITEM "&FreeLibrary", IDM_FREELIBRARY 22: MENUITEM "&CreateThread", IDM_CREATETHREAD 23: MENUITEM "DLLFunction&1", IDM_DLLFUNCTION1 24: MENUITEM "DLLFunction&2", IDM_DLLFUNCTION2 25: MENUITEM "DLLFunction&3", IDM_DLLFUNCTION3 26: MENUITEM "DLLFunction&4", IDM_DLLFUNCTION4 27: MENUITEM "DLL&DialogBox", IDM_DLLDIALOGBOX 1.1.1.2 root 28: MENUITEM SEPARATOR 29: MENUITEM "&About..." IDM_ABOUT 1.1 root 30: END 31: END 1.1.1.2 root 32: 33: 34: About DIALOG 30, 14, 136, 90 35: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 36: STYLE DS_MODALFRAME | | WS_POPUP | | WS_VISIBLE | | WS_CAPTION | | WS_SYSMENU 37: CAPTION "About LoadTest" 38: FONT 8, "MS Sans Serif" 39: BEGIN 40: CTEXT "Microsoft Developer Support", 104, 0, 63, 136, 8 1.1.1.3 ! root 41: CTEXT "Copyright \251 1992-1993 Microsoft Corporation", 105, 0, 74, 1.1.1.2 root 42: 136, 8 43: LTEXT "LoadTest Win32 SDK sample ", 103, 40, 25, 95, 8 44: LTEXT "version 1.0", 106, 40, 35, 95, 8 45: DEFPUSHBUTTON "OK", IDOK, 95, 6, 40, 14 46: CONTROL "", 108, "Static", SS_BLACKRECT, 0, 53, 136, 2 47: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.