How to use embedwithin with a tab panel?

Hello all,

Having a brain problem! I normally use embedwithin to initialize containers within a page or another container like the code below:

cntFacility = New cntFacilityInformation
cntFacility.EmbedWithin(Self, 598, 140, cntFacility.Width, cntFacility.Height)

How do I do it when I want the container to be within a tab panel?

My use case is to bring in two different, but related, pieces of information where one part of the tab panel (or page panel?) is visible and the rest is not. Is a page panel more correct to use over a tab panel? If so, what are the code differences?

Thanks,
Tim

Use EmbedWithinPanel

For Web ?!?

Sorry, yes it is for web.

Tim

Put a container on each tab and then embed within the container.

1 Like