battles
2011-12-25 19:38:08 UTC
I need to access the parent Form1 under its called modal Form2. As
you know, when you call the Form2 with Form2.ShowModal in Form1, Form1
is no longer accessible. I need to allow changes on Form1 after the
Form2.ShowModal is activated (need to test the modal results). I
tried using a Form2.Show with a perpetual while-until loop, but this
causes other problems so I can't use it.
Anyone know how this might be done?
you know, when you call the Form2 with Form2.ShowModal in Form1, Form1
is no longer accessible. I need to allow changes on Form1 after the
Form2.ShowModal is activated (need to test the modal results). I
tried using a Form2.Show with a perpetual while-until loop, but this
causes other problems so I can't use it.
Anyone know how this might be done?