Browser Helper Objects BHOs and Their Utilizations
0
Sometimes, there are circumstances in which you need a more or less specialized version of the browser. Sometimes you work around this by developing a completely custom module built on top of the Web Browser control, complete with buttons, labels, and whatever else the user interface requires. In this case, you're free to add to that browser any new, nonstandard feature you want. But what you actually have is just a new, nonstandard browser. <br>The Web Browser control is just the parsing engine of the browser. This means there still remains a number of UI-related tasks for you to do: adding an address bar, toolbar, history, status bar, channels, and favorites, just to name a few. So, to create a custom browser you have to write two types of code: the code that transforms the Web Browser control into a full-fledged browser like Microsoft Internet Explorer, and the code that implements the new features you want it to support.<br>Wouldn't it be nice if there was a straightforward way to customize Internet Explorer instead? Browser Helper Objects (BHO) does just that.<br>So, what are these Browser Helper Objects (BHO)?<br>Browser Helper Objects are straight forward ways to customize Internet Explorer. They are extremely useful tools to bind local applications or devices to your web application. With the use of BHO (browser helper object) technology, we can develop in?process components (DLL) which Internet Explorer will load (in hidden mode) each time it starts up. These browser helper objects run in the same memory space as the internet explorer and can perform various actions on the browser window. A BHO, when installed gets integrated with the browser's window in hidden mode so the end user doesn't notice any program running. The beauty of a browser helper object is that a new instance of the BHO is created with each new instance of Internet explorer and the BHO instance is destroyed when the browser window is closed. So, they work only when the internet explorer is activated and open. This way, they do not put much pressure on the CPU and memory resources. End user doesn't notice any change in the computer speed.<br>In which situation can Browser Helper Objects (BHOs) be utilized?<br>Browser Helper Objects (BHOs) can be used in numerous situations such as Contextual Marketing
About the Author
Over the years, GMI an Offshore<br>Software Development Company has<br>undertaken extensive projects,<br>empowering the wireless revolution<br>with innovative solutions aimed at<br>enhancing user experience. GMI is<br>one of the largest independent<br>solution providers in web<br>application development, web portal<br>Development
Tell others about
this page:
Comments? Questions? Email Here