I have a form where I am creating controls at runtime. I wish to add a frame to a sstab control and am using the following code.
frmMain.Controls.Add "threed.ssframe", "frame1", tab2
which adds to the first tab of the sstab control,
How do I get the control onto a different tab?
frmMain.Controls.Add "threed.ssframe", "frame1", tab2
which adds to the first tab of the sstab control,
How do I get the control onto a different tab?