Results 1 to 3 of 3

Thread: How to highlight just a PART of Web page displayed in WebBrowser control??

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2015
    Posts
    29

    Question How to highlight just a PART of Web page displayed in WebBrowser control??

    I need to highlight (programmatically) the top part of the Web page displayed in WebBrowser control. It can be 50% or 25% or even 10% of the full web page page, depending on user choice.

    Any suggestions of how to do this programmatically?

    Thanks!

  2. #2
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    6,167

    Re: How to highlight just a PART of Web page displayed in WebBrowser control??

    You can dim the rest of the page by injecting a transparent DIV (styled with absolute position) over the bottom of the page.

    cheers,
    </wqw>

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2015
    Posts
    29

    Re: How to highlight just a PART of Web page displayed in WebBrowser control??

    Thank you for suggestion!

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