Tagged Questions
1
vote
4answers
508 views
WebBrowser control
Ok, so here's the deal -- I'm running a Windows Forms WebBrowser control from a service. I know thats a no-no, but it seems to work alright.
The only thing I'm running into a problem with is trying ...
0
votes
2answers
822 views
SHDocVw.WebBrowserClass register to refresh event
is there a way to know when the user perform refresh to the page using the
SHDocVw.WebBrowserClass of ie using C#