Home All Groups Group Topic Archive Search About

Adding UI to Tab Control

Author
20 May 2006 2:38 PM
eSolTec, Inc. 501(c)(3)
Thank you in advance for any and all assistance. I have an application that
has a tab control and I have UI user controls I wish to populate various tabs
with and I've tried the forms.UIname.show and  many others. Any and all
assistance to place the UI's on the tabs would be greatly appreciated.

Michael

Author
20 May 2006 6:50 PM
Herfried K. Wagner [MVP]
"eSolTec, Inc. 501(c)(3)" <eSolTecInc50***@discussions.microsoft.com>
schrieb:
> I have an application that has a tab control and I
> have UI user controls I wish to populate various tabs
> with and I've tried the forms.UIname.show and  many others.

\\\
Dim uc As New UserControl1()
Me.TabControl1.TabPages(0).Controls.Add(uc)
///

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>