" To register the ActiveX control
From the Tools menu in the Visual C++ Developer Studio, choose Register Control.
-or-
Declare and call DLLRegisterServer( ) from your program."
Hope this helps you. ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
LET KNOW IF THIS HELPED. ENOUGH EXPERTS ARE HERE TO HELP YOU OUT! BEST OF LUCK
Or find the program regsvr32 which will be in windows\system or winnt\system32.
It is a command line utility to register dll and ocx files.
the syntax is:
regsvr32 c:\path\something.ocx
obviously relpace the drive letter, path and ocx names with the appropriate ones. You must include the .ocx extension to register an ocx it is optional with a dll.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.