ActiveX Control Not Appearing in HTML

  • Thread starter Thread starter yotaxp
  • Start date Start date
Y

yotaxp

I've been attemping to author controls in C# for use in an HTML
document, without success. I've followed two tutorials, and both
turned out the same... with the red X, or "corrupt" icon. There isn't
really much information I could give but I've been testing the control
in Internet Explorer 6.0, and this is the basic tag format I've been
using in the HTML document (I also include ID, NAME, HEIGHT, and WIDTH
attributes):

<OBJECT CLASSID="path#namespace.class"></OBJECT>
 
Same result. I've enabled all ActiveX-related permissions in my
Internet Options, followed that step-by-step walkthrough, and the
"currupt" icon still plauges me. I'm compiling with "Release" settings
as well.

Also, would it change anything by testing the document on my local
machine? (I.E. copying the DLL and HTML into the same directory, then
executing.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top