----------------------------------------------------------------
TIMEFRAME 1.4 for Windows
----------------------------------------------------------------

by 	Jakob Braeuchi
	Kasernenstrasse 36
	CH-3013 Bern
	Switzerland

	CompuServe 100014,567


This utility was realized with MS-Visual C++ 1.0 and MFC 2.0	

* If you find it useful ,please send me CHF 10.- 
* (about 7 US-Dollars) or equivalent in cash; no checks please !

What's new
----------

Version 1.4 gets the Format to display the time/date from TIMEFRAM.INI 


Function
--------

TimeFrame displays the current time in the caption of the
active window. When you open a dialog-box (eg. About), the
time display remains in the parent's caption. 

If you put TimeFrame in your StartUp-Group check the Run
Minimized Box.

timefram.ini
------------

TimeFrame stores it's parameters in this ini-file.
The settings for 'Interval' and 'Position' are taken
from the controls in the dialog-box of TimeFrame.
'MaxInterval' in seconds (default = 10) can be
changed manually if desired.

[TimeFrame]
MaxInterval=10   
Interval=5
Position=RIGHT
Format=<%H:%M:%S>                This is the default if "Format=" is missing
;Format=<%d.%m.%y - %H:%M>    	 Shows Date and Time without seconds
;Format=<%a %d - %H:%M>    	 Shows Weekday and Time without seconds
;Format=< it's now %H:%M:%S >    you can use almost any string in format 
 

Format
------

Format	Description

%a	Abbreviated weekday name
%A	Full weekday name
%b	Abbreviated month name
%B	Full month name
%c	Date and time representation appropriate for the locale
%d 	Day of the month as a decimal number (01-31)
%H	Hour in 24-hour format (00-23)
%I	Hour in 12-hour format (01-12)
%j	Day of the year as a decimal number (001-366)
%m 	Month as a decimal number (01-12)
%M 	Minute as a decimal number (00-59)
%p 	Current locale's AM/PM indicator for a 12-hour clock
%S 	Second as a decimal number (00-59)
%U 	Week of the year as a decimal number, with Sunday as the first day of the week (00-51)
%w	Weekday as a decimal number (0-6; Sunday is 0)
%W 	Week of the year as a decimal number, with Monday as the first day of the week (00-51)
%x	Date representation for current locale
%X 	Time representation for current locale
%y	Year without the century as a decimal number (00-99)
%Y	Year with the century as a decimal number
%Z 	Time zone name or abbreviation; no characters if time zone is unknown
%% 	Percent sign


Enjoy it !

Jakob Braeuchi
----------------------------------------------------------------
TIMEFRAME 1.4 for Windows
----------------------------------------------------------------

  