IonicWind Software

IWBasic => The Roundtable => Topic started by: AdrianFox on January 20, 2011, 05:27:25 AM

Title: Simple Calendar Control Program using a Binary File
Post by: AdrianFox on January 20, 2011, 05:27:25 AM
Here is a very straight forward calendar or diary program using a calendar control and 'GET' and 'PUT' with a binary file.  I've annotated it very heavily so it might prove of use to complete beginners.  ( Please forgive me if there are bits which are inaccurately explained.)

The position in the binary file is determined by the day and the month as an integer and the save file name is based on the year with a suitable suffix.

I haven't used it very often yet as a simple diary but it seems to work ok.

Hope it may prove of help to somebody.

Title: Re: Simple Calendar Control Program using a Binary File
Post by: Egil on January 20, 2011, 10:39:33 AM
Nice work Adrian!

Thanks for sharing.

Egil
Title: Re: Simple Calendar Control Program using a Binary File
Post by: jerryclement on January 22, 2011, 07:00:55 PM
 ;D

Thanks for sharing Adrian!
Nice app, I'm sure I can use it in some of my programs.

Jerry
Title: Re: Simple Calendar Control Program using a Binary File
Post by: Haim on January 22, 2011, 11:02:08 PM
Thanks for sharing!
Haim