|
24/06/1998 |
This is a simple tool for keeping track of the hours you spend at work on various
projects. You clock in and out during the day and associate a short phrase with
each block of work. At any time you can run a report which shows your hours grouped
by week, month or task and it sums them up based on the grouping. The report can
be viewed, printed or saved to a file or the clipboard. I wrote it whilst contracting.
Download [36 K]
Screenshot
|
Source [189 K]
GitHub Repo
|
|
11/11/1998 |
This is a simple IDE for generating application HelpFile (.HLP). You create
the HelpFile topics, specifying keywords etc and when you invoke the build
command it generates the .RTF and .HPJ files and calls the WinHelp compiler
for you. This application is unfinished.
Download [30 K]
Screenshot
|
Source [160 K]
GitHub Repo
|
|
05/12/1995 |
A simple application which closes another application by sending it a WM_CLOSE.
The window class name and optional title are specified in the KillApp.ini file.
Download [4 K]
|
Source [4 K]
GitHub Repo
|
|
20/12/1995 |
This application delivers emails to users' mailboxes on a NetWare 3.x server,
where the emails have been downloaded to a single folder using something like
KA9Q or WinPMail. It is configured using an .ini file, where you can set the
incoming mail folder, mail server name and any aliases. This requires
nwcalls.h and nwcalls.lib from the NetWare SDK to build it.
Source [18 K]
GitHub Repo
|
|
15/11/1998 |
This is the core library that some of my applications rely on to provide the basic
C++ classes to wrap the WIN16 API. It is my equivalent of the MFC library.
Source [118 K]
GitHub Repo
|
|
10/04/1995 |
This library (.DLL) provides an API for drawing on a Monochrome Display Adapter.
These were often used as a secondary display on which you ran a debugger, such
as CodeView. The archive includes a sample application called RscMon which shows
the current Memory and GDI usage as a couple of bars.
Download [8 K]
|
Source [23 K]
GitHub Repo
|
|