ActiveX controls are used components from Microsoft for Web applications.
Therefore, you must manually install the files many developers ActiveX controls include the installation. However, you can manually install the controls in your Web applications by using Internet Explorer. The installation occurs in a Windows command prompt. After you manually install the control is automatically enabled. Difficulty: averageInstructions- 1
Click the Windows "Start" button and select "Run".
Type "Cmd" (without the quotation marks) in the text box and click "OK". This opens the Windows command prompt. Click the Windows "Start" button and select "Run".
Type the following command at the command prompt:
CD folder_location
Replace "Folder_location" directory where your ActiveX control.
Type the following command at the command prompt:
Regsvr32 /s filename
"Regsvr32" command is used to register ActiveX controls.
No comments:
Post a Comment