G
Guest
I have a segment of code in my application that hides the active form, opens
a new form, then one the new form is closed, shows the original form.
However, when the first form is shown, it has been repositioned. Any ideas
what is causing this and how to overcome it? frm1 is originally opened with
modal set to false.
frm1.Hide
frm2.Show
frm1.Show 0
Dale
a new form, then one the new form is closed, shows the original form.
However, when the first form is shown, it has been repositioned. Any ideas
what is causing this and how to overcome it? frm1 is originally opened with
modal set to false.
frm1.Hide
frm2.Show
frm1.Show 0
Dale