G
Guest
I don't know what I am doing wrong - I have two forms, I will call them A and
B. B is a class inherted from A. I am calling B from A with B.ShowDialog().
When B loads, it is a creature somewhat like the first form and the form it
should be. Some of the controls from A are now on B and fully functional.
Why are they showing up on my new form? It only seems to happen when B is
inherited from A. Hope this isn't confusing. Thank you.
B. B is a class inherted from A. I am calling B from A with B.ShowDialog().
When B loads, it is a creature somewhat like the first form and the form it
should be. Some of the controls from A are now on B and fully functional.
Why are they showing up on my new form? It only seems to happen when B is
inherited from A. Hope this isn't confusing. Thank you.