Reputation: 2842
I'm using webbrowser control in my program. I want to cancel/modify certain http request made by the webbrowser. How to do that?
Upvotes: 1
Views: 672
Reputation: 1928
It has example code in C#, but the Webbrowser Control is COM, and interceptor DLL is also ATL COM, so I think it will work for you.
Upvotes: 2