Im building a computer application, and I have to save the state of the application, so that when the file is opened again by the user, all the objects are still in the same place where they left them.
i want to know, how i can implement this.
Thanks