Thursday, February 28, 2013

How to Install the ActiveX Control on Windows 7 32 Bit IE8


1. Click the Windows 'Start' button and type 'cmd' in the main menu command text box. Press 'Enter' to open the MS-DOS command line.
2. Type 'cd location' in the command prompt to point to the location of the OCX file. For instance, if the OCX file is stored in 'c:\mycontrol' directory, type 'cd c:\mycontrol' and press 'Enter.'
3. Type the following command and press 'Enter' to install and register the ActiveX control:Regsvr32 /s filename.ocxReplace 'filename.ocx' with the ActiveX control file name.