M
meh
ya know I thought that if I added a new Tabpage and then assigned it to an
existing tabpage that I would get a clone of the Tabpage......i.e.
Dim tp As New TabPage()
tp = TabPage1
Me.TabControl.TabPages.Add(tp)
But this is not giving me the results I expected. Is the TabPage not an
object in and of itself????
ne thoughts
tia
meh
existing tabpage that I would get a clone of the Tabpage......i.e.
Dim tp As New TabPage()
tp = TabPage1
Me.TabControl.TabPages.Add(tp)
But this is not giving me the results I expected. Is the TabPage not an
object in and of itself????
ne thoughts
tia
meh