When I first wrote Year Chart (before I decided to publish it online) the printing seemed so easy – a print dialog, print preview dialog and a page setup dialog. I defaulted the margins to half an inch and had the Year Chart panel draw onto the printer page. Simple! This worked fine in my Read More
Loading Java Properties Files in C#
Java style properties files are not supported in C# – so here is a class that reads and writes Java “.properties” files.