Save WinForm or Controls to File

后端 未结 6 1976
旧巷少年郎
旧巷少年郎 2021-01-24 09:52

I have been working on an application which allows the user to make a label template for printing purposes by adding label controls to a panel(which I use as a container). I ha

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-24 10:20

    You can get the position, size and other properties about the form's controls at runtime and save that state in an XML or JSON file.

提交回复
热议问题