this is the code I am using:
tabPage1.Controls.Add(AXViewer1);
where AXViewer1 is a third party ActiveX contorl (non .NET) that I want to add it to the my tab page.
Is it wrong to it the way I did ? since it has not added it to the tab page with that code.