Annotation of q_a/samples/process/process.rc, revision 1.1.1.2

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 "process.h"
                     15: 
                     16: 
                     17: 
                     18: processDlg DIALOG 8, 20, 280, 135
                     19: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
                     20: CAPTION "Process"
                     21: BEGIN
                     22:     PUSHBUTTON      "&CreateProcess...", DID_CREATE   , 51, 114, 80, 14
                     23:     PUSHBUTTON      "&TerminateProcess", DID_TERMINATE, 147, 114, 80, 14
                     24:     LISTBOX    DID_LISTBOX  , 2, 18, 275, 93, WS_VSCROLL | WS_TABSTOP | LBS_USETABSTOPS
                     25:     LISTBOX    DID_HEADER   , 2, 4, 275, 12,  NOT WS_BORDER | LBS_USETABSTOPS
                     26: END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.