Hi there,
I'm trying to detect full screen mode with WebBrowser Control...
So, When the video is loaded into WebBrowser Control and you Double click on video then it's goes Full screen mode and if you Double click again it goes back to normal view mode.
Loading the Html file and Navigate:
Here is the htm file called "example.htm" to load into WebBrowser Control:Code:WebBrowser1.Navigate App.Path & "\example.htm"
Now I wish to detect those events!Code:<html> <body topmargin="0" leftmargin="0" scroll="no"> <iframe width="640" height="385" src="http://www.youtube.com/embed/xtYIEBOQ1eQ?rel=0&autoplay=1" allowfullscreen="true" menu="false" frameborder="0"> </iframe> </body> </html>
Can someone help me out?




Reply With Quote
