creating a second instance of a form [RESOLVED]
I have run across a bit of a delima (sp?) I have a form, form1, and occasionally, i need to call a second instance of it and call it form2. I need to have form2 reflect form1 ALWAYS so I figure INHERITING form1 would be the answer. I know that if I compile form1 into a .dll, I can call upon it and create form2. BUT, I make changes to form1 on a regular basis.
If you're still with me, how can i efficiently create form2 and have it stay consistent with form1?