In my current project, I am making a sticky-note type application in which the user can have multiple instances open of the same form. However, I was wondering if there was a way in C# where I can create a new instance of form1 however have the new form's title/text/heading to be form2.
If this is achievable, I would like a nudge into the correct direction of how to code that part of my app.
Thanks everyone.
--EDIT--
I realized I forgot to add something important:
I need to be able to calculate how many instances are currently open. From there I will add +1 to the form text.