I
Ivan Weiss
I am very accustomed to VB6 and therefore the OOP characteristics of
VB.Net are giving me some difficulties. How can I ensure that only one
instance of a form is created (I am using MDI Parent and Child forms).
I only want the user to be able to have one window open at a time within
the MDI Client. I thought the easy way would be to disable the toolbar
used to call the other forms but have not figured out that yet. Is
there a better way to ensure only one instance is created?
-Ivan
VB.Net are giving me some difficulties. How can I ensure that only one
instance of a form is created (I am using MDI Parent and Child forms).
I only want the user to be able to have one window open at a time within
the MDI Client. I thought the easy way would be to disable the toolbar
used to call the other forms but have not figured out that yet. Is
there a better way to ensure only one instance is created?
-Ivan