N
Nathan
Hello again,
I have an application with three forms. Frm1 has a button whose click event
calls frm2 -- frm2.ShowDialog(). Frm2 has a button that calls frm3 --
frm3.ShowDialog(). When I minimize frm3, I want the other two forms to
minimize as well. As I have it now, frm3 minimizes and a small title bar
appears at the lower left of my desktop, and frm2 and frm1 remain in the
center and I cannot touch them because of ShowDialog. (I don't want to use
Show.) How do I get all three forms to minimize?
Thanks,
Nathan
I have an application with three forms. Frm1 has a button whose click event
calls frm2 -- frm2.ShowDialog(). Frm2 has a button that calls frm3 --
frm3.ShowDialog(). When I minimize frm3, I want the other two forms to
minimize as well. As I have it now, frm3 minimizes and a small title bar
appears at the lower left of my desktop, and frm2 and frm1 remain in the
center and I cannot touch them because of ShowDialog. (I don't want to use
Show.) How do I get all three forms to minimize?
Thanks,
Nathan