My VB6 project has an SStab interface that displays multiple text reports. The reports are managed as a collection. Now I want to add one or more graphical reports using MSChart. I have made scatter plots with MSChart on a separate form (frmDRchart) that is in the project. I do this by sending a variant matrix containing data to frmDRchart.ChartIt(), which creates the scatter plot.

The change I want to make is to make the chart appear on Tab5 of the SSTab control. I have not figured out how to do that. I will appreciate any advice.