Changing a Controls property on a child form from the parent?
Hi All,
I have a MDI app that uses a baseform for all the child forms. The baseform has a Tab Control that the modfiers for it and all the tabs are set to Protected. Depending on what menu item the user selects I want to change the text for the tabs in the Tab Control. How can I do this in the parent form?
Thanks In Advance...