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?
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?
Comment