T
tom
I have two forms (in the "application", in the "solution"):
neither is dynamically created.
1. how do I reference the second form from the first ?
because
form2.showDialog();
gets the error:
"C:\Documents and Settings\tom\My Documents\Visual Studio
Projects\WindowsApplication2\WindowsApplication2\Form1.cs(201): The type or
namespace name 'form2' could not be found (are you missing a using directive
or an assembly reference?)"
thanks
tom
neither is dynamically created.
1. how do I reference the second form from the first ?
because
form2.showDialog();
gets the error:
"C:\Documents and Settings\tom\My Documents\Visual Studio
Projects\WindowsApplication2\WindowsApplication2\Form1.cs(201): The type or
namespace name 'form2' could not be found (are you missing a using directive
or an assembly reference?)"
thanks
tom