You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
李建辉 0b7d7ed237
first commit
1 month ago
..
TIMECARD.CLI first commit 1 month ago
ABOUT.FRM first commit 1 month ago
CAL.FRM first commit 1 month ago
CAL.FRX first commit 1 month ago
CLIENT.BAS first commit 1 month ago
MAINSVR.FRM first commit 1 month ago
MAINSVR.FRX first commit 1 month ago
OLEMSG.XLS first commit 1 month ago
OLEMSG2.HLP first commit 1 month ago
README.TXT first commit 1 month ago
SERVER.BAS first commit 1 month ago
TMCLI.VBP first commit 1 month ago
TMCRDCMN.BAS first commit 1 month ago
TMSERV.VBP first commit 1 month ago

README.TXT

OLE Messaging
-------------

OLEMSG.HLP is a Windows Help file that documents the entire OLE
Messaging library. It includes complete reference information, a
programmer's guide, and many brief code examples.

OLEMSG.XLS is a Microsoft Excel spreadsheet containing all the
sample source code that appears in the OLE Messaging
documentation. There are no complete sample programs, but many
short routines illustrating how to use various OLE messaging features.

TIMECARD.CLI is a directory containing a complete OLE Messaging
sample application, written for Visual Basic. There is a server
program which maintains a list of users and summarizes their
timecard reports, and a client program that is used to fill out a
timecard. Refer to README.TXT in the TIMECARD.CLI directory
for more details.