O
Oenone
I'm sure I read some time back that in VB 2005, MS were re-introducing the
concept of default form instances, so that if I have a form named MyForm I
can simply call MyForm.Show without having to explicitly declare an instance
of the form.
Did this make it into the final release? And if so, how do I use it?
Attempting to show a form based on its class name gives me the following
error (which is what I would expect if this feature were not present):
"Reference to a non-shared member requires an object reference."
Thanks,
concept of default form instances, so that if I have a form named MyForm I
can simply call MyForm.Show without having to explicitly declare an instance
of the form.
Did this make it into the final release? And if so, how do I use it?
Attempting to show a form based on its class name gives me the following
error (which is what I would expect if this feature were not present):
"Reference to a non-shared member requires an object reference."
Thanks,