Tirumudi
Tirumudi

Reputation: 443

Internet Explorer Toolbar issue

I'm developing an add-on toolbar for Internet Explorer based on pretty IE toolbar in c# .. But, while trying i found that this toolbar is getting showed up in File Browser also.. How to make it enabled(or Visible) only in Internet explorer....

Upvotes: 0

Views: 86

Answers (1)

i_am_jorf
i_am_jorf

Reputation: 54600

You can get the process name then return E_FAIL from DllGetClassObject() if it isn't iexplore.exe.

Upvotes: 1

Related Questions