[RESOLVED] Webbrowser - automatically scroll (not y-axis!)
This forum has many threads covering 'scrolling by code' in the webbrowser. Works well, I was able to scroll down.
What now if I want to scroll the horizontal scrollbar to the RIGHT ?
I didn't find anything related to this on the forums or google.
Thanks in advance..
(google finance shows nice graphics for your favorite stocks (flash-based). I would have liked to make it perfectly fit in a webbrowser on my form. ...By scrolling 265 down and 130 right, it would have fit perfectly. Also, I have no straight url to this graphic. I would like to avoid setting focus and send keys or mouseclicks)
Re: Webbrowser - automatically scroll (not y-axis!)
I found a solution to my problem.
Many threads were suggesting of using the webbrowser into a picturebox so you can HIDE SCROLLBARS. That was not my intention so I wasn't paying much attention to it, but still the technique would perfectly suits my needs.
I dropped the webbrowser in a picturebox and moved it left. This would eventually hide the left portion of the page I wanted to get rid of. Thus eliminating my need to "scroll to the right"..
My picturebox is now framed just to show the google graph. Happiness.