|
-
Aug 9th, 2006, 05:32 PM
#1
Thread Starter
Fanatic Member
Displaying my ActiveX Control to users who visit my webpage
How do I do this? I created an activeXControl with a simple listbox and some items.
Inside my HTML File I have:
<OBJECT CLASSID="CLSID:3d25aba1-caec-11cf-b34a-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="activeXControl.lpk">
</OBJECT>
<OBJECT ID="MyObject1" CLASSID="CLSID:67D2E4CB-5D10-4B6B-99EA-E579B6ACC08E"
CODEBASE="ActiveXControl.ocx">
</OBJECT>
if I run the html file on my pc, it works, but when i upload it to my server www.po2mafia.com/aaa.html it doesn't display. what am i doing wrong?
-
Aug 10th, 2006, 03:23 AM
#2
New Member
Re: Displaying my ActiveX Control to users who visit my webpage
Have you checked the security settings of client IE to allow this server, if the control is not signed?
You can refer this -
http://www.netpanel.com/articles/internet/actx-use.htm
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|