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 "http://www.cnn.com" Form1.Show End Sub
![]()




Reply With Quote