Bill, A simple way is to wrap your listboxes in a ContainerControl, then, when the event: PanelPageAdded(panel as pagePanel, page as integer) gets called in the tabpanel, you do something like:
dim container as ContainerControl = new myListboxContainer container.embedWithinPanel(panel,page, left, top, width, height) This will add the containercontrol to the recently created page. It also saves you from having control arrays in your windows. Regards, Alex. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
