ActiveX Controls are small programs that are also a set of rules for how applications should share information, which can be automatically downloaded and executed by a Web browser.
ActiveX is not a programming language but sets of rules that guide the way applications run on windows. You may have come across some web sites sometimes that ask you to download ActiveX controls in order for some of their downloadable programs to run. ActiveX controls have full access to the Windows operating system. This gives them much more power than Java applets, but with this power comes a certain risk that the applet may damage software or data on your machine. To control this risk, Microsoft developed a registration system so that browsers can identify and authenticate an ActiveX control before downloading it. Downloading these controls enters them in the Registry of the system but after a period, the system does not actually need these controls for those programs. But these controls are there taking up space and slowing down the system so these controls need to be cleaned out from the registry.
How Do ActiveX Controls Work?
It is not as easy as it may sound but here it goes. When the browser loads a web page that has embedded ActiveX components, the browser uses the ‘CLASSID’ information on the Web page’s ‘OBJECT’ statement to ascertain if the control is already present on your system. If not, the browser uses the ‘CODEBASE’ information to download the control and install it. Once you are done with the download it lodges in the system registry. It is not actually needed here but is there all the same. Downloading a free registry cleaner to clean the registry is one way to solve this problem of clogging up the registry with unwanted controls.
So How Safe Are ActiveX Controls
Many programmers started embedding ActiveX components in their programs and web pages. It must be remembered that ActiveX controls are capable of doing anything a normal Visual Basic program can. In other words they can seem to be linking to some program but may be malicious software. A Registry cleaner will help remove the installation from the registry. Because you never know what the ActiveX control has been programmed to do.
Microsoft Helps Out With Security Measures
Microsoft has provided some measure of security for identifiable ActiveX controls. This is achieved through a signature scheme. Designers of ActiveX controls digitally sign the ActiveX controls they author. When the user accesses a web page that uses that particular control, the user’s browser can verify the person that has signed it wrote the control.

























