D
Dean Slindee
I have a main form which has multiple child forms painted within tab pages
on the main form. From a menu item on the main form, I would like to
determine which of the child forms is the one the user is viewing. Is there
a way to do this with parent/child forms? This is not MDI.
First two attempts do not satisfy the question:
Form.Active refers to the main form.
..Focused property is False for the child form being viewed; works on
controls, not forms.
Thanks in advance.
Dean Slindee
on the main form. From a menu item on the main form, I would like to
determine which of the child forms is the one the user is viewing. Is there
a way to do this with parent/child forms? This is not MDI.
First two attempts do not satisfy the question:
Form.Active refers to the main form.
..Focused property is False for the child form being viewed; works on
controls, not forms.
Thanks in advance.
Dean Slindee