vb.net tab cloning

  1. J

    Create tabs, copy controls from base tab to new one

    I have a tab (created in the form developer) that contains about a dozen controls. I need to be able to clone this tab w/all controls. I have no problem creating the forms. However, the controls don't copy. This is true whether I create the new tab with a string: ... TabPages.Add(MO.Name)...
Back
Top