0

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....

Tirumudi
  • 423
  • 1
  • 4
  • 18

1 Answers1

1

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

Community
  • 1
  • 1
i_am_jorf
  • 53,608
  • 15
  • 131
  • 222