Category : C Source Code
Archive   : TERMWAIT.ZIP
Filename : TERMWAIT.RC

 
Output of file : TERMWAIT.RC contained in archive : TERMWAIT.ZIP
#include "windows.h"
#include "termwait.h"

TermWaitIcon ICON termwait.ico

TermWaitMenu MENU
BEGIN
POPUP "&WinExec"
BEGIN
MENUITEM "WinExec &Notepad" IDM_WINEXECNOTEPAD
END
MENUITEM "&About Child Termination!" IDM_ABOUT
END

STRINGTABLE
BEGIN
IDS_PROGNAME, "Wait for Child Termination Sample" // Application name
IDS_WNDCLASSNAME, "MainWndClass" // Main window class name
// Resource Name
IDS_ICONNAME, "TermWaitIcon"
IDS_MAINMENUNAME, "TermWaitMenu"
IDS_ABOUTBOXNAME, "AboutDlg"
END

AboutDlg DIALOG LOADONCALL MOVEABLE DISCARDABLE 31, 51, 146, 77
STYLE DS_MODALFRAME | WS_SYSMENU | WS_VISIBLE | WS_POPUP
CAPTION "About Wait for Child Termination"
FONT 8, "Helv"
BEGIN
CONTROL "Microsoft Windows 3.0", -1, "static", SS_CENTER | WS_CHILD, 0, 5, 144, 8
CONTROL "Child Termination Sample", -1, "static", SS_CENTER | WS_CHILD, 0, 14, 144, 8
CONTROL "Copyright © 1992 Microsoft Corp.", -1, "static", SS_CENTER | WS_CHILD, 5, 47, 132, 9
CONTROL "OK", IDOK, "button", BS_DEFPUSHBUTTON | WS_GROUP | WS_TABSTOP | WS_CHILD, 53, 59, 32, 14
END


  3 Responses to “Category : C Source Code
Archive   : TERMWAIT.ZIP
Filename : TERMWAIT.RC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/