A set of .NET Framework managed libraries for developing graphical user interfaces.
first create a source form name into in your new form. for example frmtest(source) -> create new form (frmtest)
then go to your source forms folder copy frmtest.cs, frmtest.resx, frmtest.designer.cs then go to new form folder paste the above copied files it will work without any issue.
source and designation form name should be same.
Thanks.