Save/Load Application State
First, let me say that I'm not sure if this is even possible. I have never
seen an application which does it.
I want to "hibernate" the entire application. In other words, I want to
enable the program to start back up exactly where it left off.
I have seen suggestions online which say to save settings - window size,
location, etc. I could technically save several thousand settings which
capture every minute detail of the application, but am wondering if there
is an easier way to do this. By "easier" I mean having a generic function
which can snapshot the entire application without knowing details about
the structure of the UI.
No comments:
Post a Comment