I show you how to make Use with the tabcontrol1
For Unlimited Tabs For your Controls
Code:
Private Sub NewToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NewToolStripMenuItem.Click Dim i i = TabControl1.TabPages.Count Dim itext As New TextBox TabControl1.TabPages.Add("New" & TabControl1.TabCount + Val(1)) TabControl1.SelectTab(i) TabControl1.SelectedTab.CreateControl() TabControl1.SelectedTab.Controls.Add(itext) itext.ScrollBars = ScrollBars.Both itext.Multiline = True itext.Dock = DockStyle.Fill End Sub
-----------------------------------------------------------------------------------------------------------------------------------------
Hope you have enjoyed / Learned from this tutorial, If you did like it Please:
Rate, Subscribe, Comment
If you have any questions don't hesitate to ask.
..:Contacts:..
Youtube: http://youtube.com/stupidgaylogincrap
Email: partymaster1994@yahoo.com
XFire: stupidgaylogincrap
THANK YOU FOR WATCHING
TabControl1.TabPages.Remove(TabControl1.SelectedTab)
stupidgaylogincrap 2 years ago
Awesome ..!
cheatonly2win 3 years ago
Thanks For watching :D
stupidgaylogincrap 3 years ago