A
AMDRIT
Hello Everyone,
VB.Net 2003
I would like to open a form (Form2) modally from Form1, then from Form2
display Form3 modally. It seems that once I open that third form and then
close it, the second form also closes. How can I prevent that from
happening?
I am thinking that I have to create a "Modal Helper" that will open the
desired form modally, wait for it to close and then return a result to the
caller. Am I on the right track?
TIA
VB.Net 2003
I would like to open a form (Form2) modally from Form1, then from Form2
display Form3 modally. It seems that once I open that third form and then
close it, the second form also closes. How can I prevent that from
happening?
I am thinking that I have to create a "Modal Helper" that will open the
desired form modally, wait for it to close and then return a result to the
caller. Am I on the right track?
TIA