On Jan 31, 2006, at 7:18 AM, Joseph J. Strout wrote:
I need to save an array of objects (windows) in a binary file.
Then you'll have to define what that means, make up a file format
for storing whatever information that is, and then write code to
read and write that format.
Joe is right -- this is the same advice he gave me a year and a half
ago, and this is what I came up with:
http://developer.dreystone.com/bdictionary.php
You can use this as an example for your own file format, or it might
be able to work as is for you. The example project uses a window and
records the settings of the controls, as well as window properties
such as left/top, width/height, etc...
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|