S
SiewSa
Actually, I am having this problem long time ago. It applies to both of my
VB.NET programming and the Compact Framework.
Like what we can do last time in VB6....instead of closing a form, we can
temporarily hide a form and shift to another form. After that, we can get
back to that old created form easily by asking it to show.
However, this seems not to be the situation to me in .NET framework. I
don't know how to refer back to a old created form instance. To create a
new instance, I will:
Dim frmTest as New frmTest
frmTest.Show
How about not to close an instance and to refer back to that instance? I am
very grateful to someone out there who is willing to help me on this. Thank
you.
VB.NET programming and the Compact Framework.
Like what we can do last time in VB6....instead of closing a form, we can
temporarily hide a form and shift to another form. After that, we can get
back to that old created form easily by asking it to show.
However, this seems not to be the situation to me in .NET framework. I
don't know how to refer back to a old created form instance. To create a
new instance, I will:
Dim frmTest as New frmTest
frmTest.Show
How about not to close an instance and to refer back to that instance? I am
very grateful to someone out there who is willing to help me on this. Thank
you.