ok after tampering a bit my program now opens new forms instead of a group box
my question is when i deploy it they open all on top of each other
i need it to deploy them next to each other
i tried the from.location but with no luck. john i need u
btw good cake chioce but i personnly would have said choclate
VB.NET:
For Each tp As TabPage In TabControl1.TabPages
Dim tabs As New TabControl
Dim from As New Form
from.Controls.Add(tabs)
tabs.Controls.Add(TabControl1.TabPages.Item(0))
tabs.Visible = True
from.Visible = True
'from.Location = New Point(300, 300)
Next
my question is when i deploy it they open all on top of each other
i need it to deploy them next to each other
i tried the from.location but with no luck. john i need u
btw good cake chioce but i personnly would have said choclate