Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have developed the ActiveX control & register with Common CLSID number .
using the CLSID number accessing the active X control on the internet explorer (as web page).using following .html file

XML
<html>
   <body>
      <OBJECT id="GlobasysActiveX"  width="1000" height="480" runat="server" classid="CLSID:E86A9038-368D-4e8f-B389-FDEF38935B2F">
      </OBJECT>
   </body>
</html>


& install the Apache web server for win32 & save this page into the Apache default pages directory (
C:\Program Files\Apache Group\Apache2\htdocs
)
then access the web page from the LAN network computer (//192.168.0.159/web.html)ip address & web page name. simple web page access from the network but the ActiveX control object tab can no access .it display the picture box & cross sign .
how to access the registered ActiveX control from the LAN network computer?
thanks in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900