Hi,
I am using Web Matrix Project as .NET programming environment. Can you show
me detailed steps how to import the .ocx library into the Web Matrix
Project. I can't seem to be able to import other assembly than .dll, .exe or
.mcl . I am pretty new to the .NET programming environment, and may be
missing something.
I can see the file in C:\Program Files\Common Files\Tops\xyzxyz.ocx , but I
can't find a way to import it into the Web Matrix Project to see all Methods
and Properties of the assembly.
Thank you for any help.
Ashish Kaila - 19 Dec 2004 01:25 GMT
You cannot import a COM/ActiveX library directly. However you can use
tlbimp.exe to generate a stub dll and then include that stub (which calls
the original ocx lib) in your webmatrix project.
Ashish
> Hi,
>
[quoted text clipped - 9 lines]
>
> Thank you for any help.