|
|
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 "locale.h" 15: 16: 17: localeDlg DIALOG 30, 30, 220, 200 18: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 19: CAPTION "GetLocaleInfoW" 20: BEGIN 21: COMBOBOX DID_COMBOBOX , 30, 6, 140, 150, WS_VSCROLL | WS_TABSTOP | CBS_DROPDOWNLIST 22: LISTBOX DID_LISTBOX , 10, 20, 200, 180, WS_VSCROLL | WS_TABSTOP | LBS_USETABSTOPS 23: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.