Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
My project contains wowvision.ocx, wowvision.inf, wow.CAB and B.html pages and some other html page where I tested the activex control.

This step for client machine

1-You do copy wow.CAB, wowvision.ocx and b.htm page in the local server.

2-Open the IE and put the address and html page on the addressbar, like http:\\localhost\b.htm in client machine.
(After this u seen that cab file install properly but not register on machine).


This is my problem.

1- First all file open and put all the files in wowvision folder, it is an application folder.

2- Open VS 2010 and build the application you seen that this application registered automatically.

3- Ater this copy we will open the wow application it is attach in my project you open the file and attach the
wowvision.ocx in debug folder and rebuild wow application.

4- You copy wow.CAB, wowvision.ocx and b.htm page in the local server.

5- Open the IE and put the address and html page on the addressbar like http:\\localhost\b.htm in development machine.
(You see it is loaded but on client machine it is not loaded).

6- My activex work only change the label text this code is written LoadParameter() it is situated in wowvisionctrl.cpp

sir please send me the solution early i m waiting your response. If you get this code please send me the acknowledgment.

Thanks
Posted
Updated 13-Apr-11 23:41pm
v2
Comments
Dalek Dave 14-Apr-11 5:42am    
Edited for Grammar and Readability.

Dear Anurag, It looks like a ocx registration problem. try to register it with regsvr32 app.
regsvr32 ocxfilename
 
Share this answer
 
Probably you've not registered the activex control on the client machine...

In order to do that you should follow the steps depicted here: http://support.microsoft.com/kb/146219[^]

HTH...
 
Share this answer
 
Comments
Dalek Dave 14-Apr-11 5:42am    
Good Advice.

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