'-------------------------------------------------- ' VBTerm - Demonstration program for the MSComm ' communications custom control. Demonstrates the ' functionality of the control in the context of a ' terminal program. ' ' Copyright (c) 1992, Crescent Software, Inc. ' by Don Malin and Carl Franklin. '-------------------------------------------------- DefInt A-Z Option Explicit Dim Ret 'Scratch integer Dim Temp$ 'Scratch string Dim hLogFile 'Handle of open log file