Can't import .OCX assembly into Web Matrix Project.

  • Thread starter Thread starter Patrice
  • Start date Start date
P

Patrice

Do you want to create a web page that uses an ACtiveX Control ? See the HTML
object tag...

Patrice
 
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.
 
Yes, it is an ActiveX Control. I am looking at the HTML Elements, I can't
see anything useful. I need to see the Assembly under Classess in the lower
right window of Web Matrix Project together with all other
Assemblies/Classes.
 
If this is a control you want to use client side see for example
http://telecom.fit.edu/cfdocs/htmlreference/htmlibOBJECT.html
There is no need to reference it server side.

The confusion may arise because you saw ASP.NET controls. Keep in mind
though that those controls are not the "real" thing. They are just a clever
way to control programmaticaly the generation of the HTML code that will
render the corresponding UI client side...

Patrice

--
 
Back
Top