Must ActiveX controls be registered on a system before they can operate? If so, what examples can you give of a control's registry information?
ActiveX controls must be registered on a system before they can be used. Usually, this
process is hidden from the user because it is performed automatically by a Web browser
or by installation programs. The registry information must include the control's class
identifier and its location on the system's hard disk.
process is hidden from the user because it is performed automatically by a Web browser
or by installation programs. The registry information must include the control's class
identifier and its location on the system's hard disk.
Comments