I have a wpf app right now where, the user opens an image on a canvas, and they can place colored nodes on it and enter some info about them. Is there a way to save all that data so the next time the user starts the program they can load it all back? I've never worked with .ini or other config files before, so I'm not sure if WPF uses something similar or what.
Yes I've checked this link; Saving the State of a WPF Application Page
and messed around with that code a bit. It can save the xaml and reopen it but nothing else can be done, buttons can't be clicked, canvas can't be clicked, etc. It's basically like the program opens then freezes (but radio buttons can still be switched).