==========================================
Date Time Edit Visual Basic Custom Control
==========================================

Version 2.01.010 29/9/94

Installation Instructions
=========================
1. Choose a directory for installation. Suggest the same directory
   that other VB custom controls are installed.

2. Copy DTEDIT.VBX and DTEDIT.HLP to the directory chosen in step 1.

3. Copy DEMO.EXE, DEMOF.FRM and DEMO.MAK into a work directory.

4. Have a look at the demonstration project source code and look at
   the help file. Experiment by modifying the source code for this 
   demo project if you wish.

Disk Contents
=============
README.TXT     This file
DTEDIT.VBX     Date/Time Edit Custom Control
DTEDIT.HLP     Help file -- put in same directory as DTEDIT.VBX
DEMO.EXE       Sample program -- requires VBRUN300.DLL
DEMOF.FRM      VB source for demo program
DEMO.MAK       VB project file for demo program

Requirements
============
This custom control requires the following environment:
1. 80386 or subsequent processor
2. Microsoft Windows V3.1 or V3.11
3. Visual Basic version 2 or later

Copyright
=========
Copyright (C) 1994 Pragma Pty Ltd. All rights reserved.
Written by John Jeffery.

If you would like to purchase this product, report a bug
or make a suggestion, please contact the author:

Fax: +61 7 841 1977
Compuserve ID: 100237,300

Known Bugs and Limitations
==========================
1. The 'about' dialog box sometimes doesn't display in design mode.

2. Redraws the entire date when only a small part of it has changed.
   This causes a little more 'flicker' on the screen that is strictly
   necessary.

3. Control is not currently data aware


Fixes for this release
======================
1. Handles dates between 1/1/1900 and 31/12/2099 inclusive

2. Keyboard entry bug fixed

3. Fixed ghastly bug in 2.01.009 that allowed negative seconds.
   Sorry folks!
