Wednesday, April 17, 2013

How to Install ActiveX OCX


1. Click 'Start' and open 'Run.'
2. Type 'cmd' (without quotes) and press 'Enter.'
3. Type 'cd path_to_ocx_file' without quotes, where 'path_to_ocx_file' is the full file path to the location on your computer where the OCX file is stored. For example: 'C:\Windows\System32.' Press 'Enter.'
4. Type 'regsvr32 /s ocx_name.ocx' without quotes, substituting the name of your OCX file for 'ocx_name.ocx.' Press 'Enter.' Windows registers the OCX file to the computer.