Okay, this is aggrivating and the threads I found when searching this forum don't help or I don't understand them well enough.
I'm using Visual Studio to develop a Windows VB .Net app. I've got two forms: the startup and the child which is opened in front by a button on the startup. I have a "cancel" button on the child for closing out the child form, but I want the startup form to stay there and be able to open future child forms.
I tried a Me.Close() in the child form's cancel button, but it closed out the entire app (I was debugging in VS 2k5). I tried Me.Hide() per a suggestion from another thread and got the very same behavior. None of the forms have "DIM xxx" in any of the code I see.
Can someone help me figure out how to close the child form while leaving both the App running and the startup form (which is behind the child form) open?
Thanks,
Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"
I'm using Visual Studio to develop a Windows VB .Net app. I've got two forms: the startup and the child which is opened in front by a button on the startup. I have a "cancel" button on the child for closing out the child form, but I want the startup form to stay there and be able to open future child forms.
I tried a Me.Close() in the child form's cancel button, but it closed out the entire app (I was debugging in VS 2k5). I tried Me.Hide() per a suggestion from another thread and got the very same behavior. None of the forms have "DIM xxx" in any of the code I see.
Can someone help me figure out how to close the child form while leaving both the App running and the startup form (which is behind the child form) open?
Thanks,
Catadmin - MCDBA, MCSA
"No, no. Yes. No, I tried that. Yes, both ways. No, I don't know. No again. Are there any more questions?"
-- Xena, "Been There, Done That"