Reputation: 9278
I have on form WebBrowser component. For example, has launched a website and playing video. Is it possible to programmatically stop playing( downloading, as if clicked the Stop button on the player.)?
Thanks.
Upvotes: 1
Views: 478
Reputation: 27095
You could navigate through the HtmlElements in the WebBrowser to press this button. I know this is possible with submitting forms etc, so you should be able to do this.
Upvotes: 1