Results 1 to 3 of 3

Thread: TabControl1, same object structure on the tabs

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455

    TabControl1, same object structure on the tabs

    Dear all,

    We are busy with a TabControl1 with 5 tabs. On these 5 tabs will be made the exact the same object structure with the same script.

    What is the best way to organize the TabControl1.

    Nice regards,
    Michelle.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: TabControl1, same object structure on the tabs

    Create a UserControl that contains all the child controls, then put an instance of that UC on each TabPage.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    455

    Re: TabControl1, same object structure on the tabs

    Dear jmcilhinney,

    Thanks for the usefull information.

    Michelle.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width