Hi all i wonder how i can specify and predefine the location of scrollbar when using Form1.WebBrowser1.Navigate in vb6 form. I want for example when the form loads the scroll bar is at the location shown in pic . Thanks
Code:
Private Sub Form_Load()
Form1.WebBrowser1.Navigate "[url="http://www.cnn.com"]http://www.cnn.com[/url]"
Form1.Show
End Sub