Hi every one,
I've developed a simple ActiveX control which has a button, on clicking the button it shows a messagebox. I used the following html tag to embed it on the html page:

<OBJECT ID="AXctrl" CLASSID="CLSID:84A65F8F-5CB3-4449-B6DF-DD349B677EFB"
CODEBASE="testAX.OCX">
</OBJECT>

I've copied the testAX.OCX in the same location where my html page resides on my server. this active x is running on my machine but it is not running on the other computers, on other machines IE prompts a message saying that:
Windows has blocked this software because it can't verify the publisher
Is there any one who could help me in fixing this problem? actually I'm a biginner in vb.

thanks in advance

regards
Abdullah Baig