then you have loaded a new Form1 object, without displaying it.
to put it on screen:
form.Show() or form.ShowDialog();
if you want a permanent reference to the form, you can make it a static
variable, or you could give class scope to the variable, instead of method
scope.
let me know if this does not answer your question.
tim
\\ email: tim at mackey dot ie // \\ blog: http://tim.mackey.ie //
67d0ebfec70e8db3
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.