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....
Asked
Active
Viewed 83 times
1 Answers
1
You can get the process name then return E_FAIL from DllGetClassObject() if it isn't iexplore.exe.