Click here to Skip to main content
15,886,578 members
Articles / Desktop Programming / Win32
Tip/Trick

Away to always load BHO in a popup window

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
27 Mar 2012CPOL 8.9K   2  
BHO

Introduction

Sometimes our BHOs do not load all the time, so I found a way to always load a BHO in a popup window.

Background 

I work for a big firm, and I designed a BHO to help me, but I found that the BHO does not load in a popup window, like: window.open(www.google.com).

How to solve (tested in IE8)

In IE' settings, click 'tab settings', change "when popup window" to "always show in new tab". Because BHO only loads in a new tab, you must set your IE to open the popup window in a new tab.

I hope that helps someone :)

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --