|
|
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 "sharemem.h" 15: 16: 17: StatusDlg DIALOG 6, 18, 160, DIALOGHEIGHT 18: STYLE WS_BORDER | WS_VISIBLE | WS_CHILD 19: FONT 8, "Helv" 20: BEGIN 21: EDITTEXT IDE_XCOORD, 0, 11, 67, 12, ES_AUTOHSCROLL 22: EDITTEXT IDE_YCOORD, 74, 11, 67, 12, ES_AUTOHSCROLL 23: LTEXT "Mouse X Coordinate", 65535, 1, 3, 65, 7 24: LTEXT "Mouse Y Coordinate", 104, 75, 3, 65, 8 25: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.