Here is a link to a question about restoring the window to its previous state...There is an xml file that I'm supposed to attach but i have no idea how. Can someone help me? Also, if I have a second form that I want to restore in its previous position do I have to place the code in that form as well?
Asked
Active
Viewed 74 times
0
-
_"There is an xml file that im supposed to attach but i have no idea how."_ Attach an XML file to your question, or in your code (the `settings.xml` file)? – Matt Ball Jan 30 '11 at 21:11
-
the code for the xml file is in the link. – Alexander.IV Jan 30 '11 at 22:08
2 Answers
0
The xml file presented is just the .NET application settings serialized, you just have to grab the provided code and use it without mind the xml content.

Felice Pollano
- 32,832
- 9
- 75
- 115
0
Look in the Project Properties, under Settings, you will see them there.

DaveShaw
- 52,123
- 16
- 112
- 141