Results 1 to 1 of 1

Thread: WebBrowser Control - Full Screen mode detection

  1. #1

    Thread Starter
    Addicted Member beic's Avatar
    Join Date
    Jun 2012
    Posts
    150

    Unhappy WebBrowser Control - Full Screen mode detection

    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:

    Code:
    WebBrowser1.Navigate App.Path & "\example.htm"
    Here is the htm file called "example.htm" to load into WebBrowser Control:

    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>
    Now I wish to detect those events!

    Can someone help me out?
    Last edited by beic; Jun 21st, 2014 at 07:36 AM. Reason: typo

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width