Ok first question... on my journey to learning C#:
How do you diplay a new form?
For example adding the following code to a button in VB would display the new form... What is the code for C#?
Dim MyNewForm as New Form2
MyNewForm.ShowDialog()
Whats the C# equivilent?
Thanks,
Anjari
