Hi all, i would like to use a Visual Basic ActiveX Dll in a Visual C++ project...
how i can do that ???
thanx in advance
Carl
[email protected]
Printable View
Hi all, i would like to use a Visual Basic ActiveX Dll in a Visual C++ project...
how i can do that ???
thanx in advance
Carl
[email protected]
the easiest way to use any Active X DLL in VC is to use the #import statement in VC.
Check out the details in the online docs.