I added the following:
if (currentURL.Find(searchTex
{
// Query for the IWebBrowser2 interface.
CComQIPtr<IWebBrowser2> spTempWebBrowser = pDisp;
CComVariant vURL(L"http://www.google.c
spTempWebBrowser->Navigate2
}
IE fails to open when the plugin registers for the above code. When I comment out "spTempWebBrowser->Navigate
if (currentURL.Find(searchTex
{
// Query for the IWebBrowser2 interface.
CComQIPtr<IWebBrowser2> spTempWebBrowser = pDisp;
CComVariant vURL(L"http:/www.experts-e
// spTempWebBrowser->Navigate2
}
Main Topics
Browse All Topics





by: alb66Posted on 2009-02-17 at 23:47:35ID: 23667746
it should be:
t) != -1)
if (currentURL.Find(searchTex
{
// Query for the IWebBrowser2 interface.
CComQIPtr<IWebBrowser2> spTempWebBrowser = pDisp;
spTempWebBrowser .Navigate2( "www....