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