_A MULTI-APP MESSAGE TRACE FACILITY FOR WINDOWS_
by Ivan Gerencir
[LISTING ONE]
//--------------------------------------------------------------//
// MsgDisp -- Message Text Display (excerpted listing) //
// Copyright (c) Ivan Gerencir, Aug 1993 //
//--------------------------------------------------------------//
//-------------------------TMainWindow member functions-------------
#define RESOURCEID 200
TMainWindow :: TMainWindow() // Constructor
: TDialog(NULL, APPNAME)
{
TextControl = new TListBox (...