|
|
1.1.1.2 ! 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 "getdev.h" 15: 16: 17: getdevDlg DIALOG 30, 30, 120, 210 18: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 19: CAPTION "GetDeviceCaps" 20: FONT 10,"Courier" 21: BEGIN 22: LISTBOX DID_LISTBOX , 0, 0, 120, 210, WS_VSCROLL 23: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.