Thursday, February 14, 2013

How to Re


1. Click the Windows 'Start' button and type 'cmd.' Press 'Enter' to open the command prompt.
2. Type 'cd control_path' where 'control_path' is the drive and directory that contain the ActiveX control file. For instance, if your control is stored in 'c:\control,' type 'cd c:\control' and press 'Enter.'
3. Type 'regsvr32 file' where 'file' is the ActiveX control file. For instance, if your control's file name is 'control.ocx,' type 'regsvr32 file.ocx' and press 'Enter.' A message returns telling you that the control was registered successfully.