Quote:
|
And for the record, creating a new instance of a form class is only half the battle. You can create and cache instances for later use ... but if you don't call Form.Show() or Form.ShowDialog() ... which Application.Run() does ... nothing happens.
|
yeah, it's really similar with Java where you have to setVisible(true) lol...
But I'm not sure where should I put that line that you're talking about here? I just instantiate the instance of the Form1 on my current code, where do you see the Form.Show() ???
