Adding an ActiveX control to a tab Page
Posted
by BDotA
on Stack Overflow
See other posts from Stack Overflow
or by BDotA
Published on 2010-05-28T19:42:42Z
Indexed on
2010/05/28
19:52 UTC
Read the original article
Hit count: 124
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.
© Stack Overflow or respective owner