Browser Helper Objects BHOs and Their Utilizations
By: Dane Phillip
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.
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.
Wouldn't it be nice if there was a straightforward way to customize Internet Explorer instead? Browser Helper Objects (BHO) does just that.
So, what are these Browser Helper Objects (BHO)?
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.
In which situation can Browser Helper Objects (BHOs) be utilized?
Browser Helper Objects (BHOs) can be used in numerous situations such as Contextual Marketing & Advertisement Plugins. Popup Killers, Download Managers, Monitoring user’s web surfing habits, Internet usage, market research and recording of shopping activity, providing personalized profiles for customized settings, Developing custom Web browsers, Customizing companion bars. Tool bars and menus in user’s web browser, Providing details regarding stocks, exchange rates, weather, sports etc in real time, Providing information on various discount offers and other useful information, Content handling for data with certain Mime types like Adobe Acrobat Reader, Auto form filling applications.
How the program you get to relieve your BHO problem may be one itself?
For details or business enquiries, please feel free to reach us at contact@greymatterindia.com or visit http://www.greymatterindia.com/ to know more about us and how GMI can add value to your endeavors. Article Source: http://www.ArticleBiz.com
|