Reputation: 443
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
Reputation: 54600
You can get the process name then return E_FAIL from DllGetClassObject() if it isn't iexplore.exe.
Upvotes: 1