Winform web control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Someone please help me... I created this Windows Control Library Project and
add some controls to the form. I compiled it to the dll and add the following
line of code to a webpage:

<object id=Uploader height=400 width=400
classid=http:uploadmanager.dll#docuploader#usercontrol1 />

I copied the DLL to the root of the website. Should I change the
application type from Class Library to something else? Is the <obj> tag
wrong?

-rjp
 
correction to <obj> tag

it's actually like this:

<object id=Uploader height=400 width=400
classid=http:uploadmanager.dll#docuploader.usercontrol1 />

but still not working...

thanks
-rjp
 
Back
Top