Dynamic C# Tabs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wangers16
    New Member
    • Jul 2007
    • 57

    Dynamic C# Tabs

    I am trying to create a basic tabbed browser in C# and have managed to dynamically create tabs but cannot figure out how to create a virtually unlimited amount of browsers, or how to add content to a dynamically created tab.

    So my question is this, how can I add a new dynamic web browser (as well as other components such as a text box) to a dynamically created tab a virtually infinite amount of times?
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Make a new tab
    add a WebBrowser control to the tab's Controls collection.
    Dock the WebBrowser fully to take advantage of all the space available.

    Comment

    Working...