5
Reply

displaying a form

Nick Ingram

Nick Ingram

Nov 29 2009 6:47 PM
2.5k
In C# one thing i realised is, you can't show a form with the usual form.show() line of code. So the way I did it was by declaring the form first. In visual basic all I had to type was, "Dim Form As Form1". That might not be exactly right but it was something like that. How can I display a form in C#?

Answers (5)