5
Answers

displaying a form

Nick Ingram

Nick Ingram

15y
2.5k
1
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)