.net activeX object
- by Ali YILDIRIM
Hi,
I am trying to use my .net image editor user control as an activeX object in a web form.
After internet search, I created a asp.net web site from VS2008 and added the following code
<object classid="res/ImageEditor.dll#ImageEditor.Editor"
height="400" width="400" id="myControl1" name="myControl1" >
</object>
<INPUT…