Hello,
I have tabcontrol over main form, and I am creating and adding child forms to it. I wish to remove the tab, when child form unloads. However in .net 2003,
frmMain.myTab...... like syntax isn't valid (OOP). I think I should make the mainForm as shared/global? How to do that? I'll appreciate any help.