I have a form with web browser control, which loads a webpage ( Its working fine, the page loads ok)
Now my issue is, i want to find whether a particular url-link is below the fold or above the fold ( i mean, whether the user have to scroll down to see this link, or not ) whether this v is visible with out scrolling or we need to scroll to see it.. I hope i am clear
i have done extensive search, but looks like no info is available about find an html elements position (above or below current view)
Does anybody knows something about this and can point me in right direction please? (i am looking for c# solution - WinForms )
Update: Big thanks to John Koerner for the code. Really appreciate the time and effort he put in solving my issue.
And to Jonathan & everybody else also.. I wish i could mark Jonathans reply also as answer, but it allows only one reply to be marked as answer. His comment was also clear and useful hint. THanks you guys are great!!!