CLONE FORM
C#
2
Posts
2
Posters
0
Views
1
Watching
-
There is no simple function in the framework to do this. Thus you will have to make it yourself. If you give some further informations on what is contained in your form whe might be able to give you some advice on how to start. Generally speaking you will have to create a new instance of the form and copy everything what is not generated in the constructor/InitializeComponent from the old to the new form.