Hi all,
I am developing in VS.NET2005 and wrote an activex (OCX) component in C++.
I created a new VB application, and added the following to the Form1_Load function:
Dim x as AxMyControlNameLib.AxMyControlClass
x = new AxMyControlNameLib.AxMyControlClass
x.TestFunction()
The control is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.