How to enable Browser Helper Object (BHO) and Toolbar in Internet Explorer using c#
-
Hi I want to enable Browser Helper objects (BHO) and Toolbars in Internet Explore using c# window Application. To enable BHO and Toolbars a value has to be created in "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Approved Extensions" Key. Name of the value is Id of BHO/Toolbar. I want to know what data is set in that value and how it is generated. More over are there any classes or interfaces provided for internet explorer which can be used to do the need full. Any help would be great. Thanks in Advance
abhinav
-
Hi I want to enable Browser Helper objects (BHO) and Toolbars in Internet Explore using c# window Application. To enable BHO and Toolbars a value has to be created in "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Approved Extensions" Key. Name of the value is Id of BHO/Toolbar. I want to know what data is set in that value and how it is generated. More over are there any classes or interfaces provided for internet explorer which can be used to do the need full. Any help would be great. Thanks in Advance
abhinav
-
Hello Ravi, Thanks for your guidence, but actually what I want is to enable or diable existing BHO in IE as we are making an Browser add-on manager. When existing BHO is enabled or disabled its entry is modified in HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Approved Extensions but we are not able to understand the value data information inside it. If you can put any light on it, It would be a great help.
abhinav