0

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?

Restoring Window Size/Position With Multiple Monitors

Community
  • 1
  • 1
Alexander.IV
  • 137
  • 1
  • 3
  • 9

2 Answers2

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