E
Ellie
In VB6 you could load a form and if you don't create a separate instance of
the form, it is loaded as a global form using the name of the form. This
makes it visible thoughout the entire application as long as that form is
still loaded. It appears different in .net. If I don't create a specific
instance of a form, it seems to load it but I'm not sure that I can
reference it by the form (class) name. What about the startup form? It seems
that you can reference it by the class name. Any additional insight into the
form behaviour would be greatly appreciated as I have just begun the task of
converting all of our VB6 programs to .net. Thank you.
Ellie
the form, it is loaded as a global form using the name of the form. This
makes it visible thoughout the entire application as long as that form is
still loaded. It appears different in .net. If I don't create a specific
instance of a form, it seems to load it but I'm not sure that I can
reference it by the form (class) name. What about the startup form? It seems
that you can reference it by the class name. Any additional insight into the
form behaviour would be greatly appreciated as I have just begun the task of
converting all of our VB6 programs to .net. Thank you.
Ellie