G
Guest
I need to create some runtime controls in a TabControl
I've tried doing the following but no controls appear
txtBox = New TextBo
tabCtrl.TabPages.Item(2).Controls.Add(txtBox) ' 2 being the index of the page I want to add the contro
txtBox.Left = 10
txtBox.Right = 10
txtBox.Visible = Tru
txtBox.Enabled = Tru
txtBox.Show(
Can someone tell me where I'm going wrong
thanks in advanc
Dyla
I've tried doing the following but no controls appear
txtBox = New TextBo
tabCtrl.TabPages.Item(2).Controls.Add(txtBox) ' 2 being the index of the page I want to add the contro
txtBox.Left = 10
txtBox.Right = 10
txtBox.Visible = Tru
txtBox.Enabled = Tru
txtBox.Show(
Can someone tell me where I'm going wrong
thanks in advanc
Dyla