Hi,
My app will have two forms which have quite a few controls but are 90% the same. frmCustomers and frmProducts.

I created frmCustomers, and now I need to make the second one.

Since the 2nd one is almost identical to the first one, I was hoping to somehow copy and rename the first one and just make the changes and save under frmProducts.

Otherwise I have to create the 2nd form from scrach.

Is it possible?

BTW, I'm coding in C# but I think this has more to do with the whole .NET IDE than the language.