

This file contains the unit NOTEBOX.TPU which provides a
NOTIFYBOX function which is similar to a messagebox although
it will go away by itself after a predetermined time and does
not require the user to press a button. This is useful to let
the user know what is happening, esp. if things are moving
slowly.

to use:


Include NOTEBOX in your USES statement:

example:

	Uses wobjects,wintypes,winprocs,notebox;


The function is as follows:

NOTIFYBOX(CaptionText,Text:pchar;Time:integer);


CaptionText	Text of NotifyBox caption. '' for no text;

Text		NotifyBox Text

Time		Time in seconds to leave NotifyBox up






Have FUN. 