Hi,
I have designed a Winform in VS 2008 and now i want to use a activeX control (from a .ocx file ) on this Winform.
Please tell me how to do this.
Thanks in advance,
Vishruth
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted May 20, 2010, 6:52 AM
Windows Forms provide AxHost class that can be used to wrap an ActiveX control and work as an object. Here is an article.
http://msdn.microsoft.com/en-us/library/9d0714y1(VS.71).aspx