http://www.vb-helper.com/HowTo/totd.zip

	Purpose
Present a tip-of-the-day.

	Method
Put the tips in a text file ending in a blank line. Store the byte offset
of the next tip in the registry. Initially this should be blank or 1. To
load a tip, fetch this offset from the registry. Read data from the file
starting at that offset. Find the next vbCrLf and save that position as the
next offset.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
