My IE Toolbar appears in Windows Explorer

K

keandi

Hi.. professors~ ..... !

I hava a sad problem.
I made an IE Toolbar.

In case my IE Toolbar appears in Internet Explorer, also it appears in
Windows Explorer.
I want original addressbar to appear in Windows Explorer.

I think I can solve at SetSite(function)

STDMETHODIMP CMToolBar::SetSite(IUnknown* pUnkSite)

I want to know that pUnkSite is Internet Explorer, or Windows
Explorer...

Please Help Me...!
 
R

Rob ^_^

Hi Keandi,

oIE.ApplicationName like "*iexplore.exe"

where oIE is your setSite hook. Dont load your toolbar unless the
Application name is like "*iexplore.exe"

This also stops it loading for other MSIE browsers that don't support com
toolbars like maxathon, outlook.

Regards.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top