MoI's ini format

 From:  Michael Gibson
4062.4 In reply to 4062.3 
Hi Burr, there are Windows API calls you can use for reading stuff from .ini files, see GetPrivateProfileString:
http://msdn.microsoft.com/en-us/library/ms724353(VS.85).aspx

But yeah for customizable UI stuff that would more likely be in an XML file. Actually the layout of the main window is already stored in an XML file.

- Michael