ok i have done but will do more research. I've done more testing of my browser and have found a few little problems.
  1. When i browse on website and click very quickly without waiting for the page to load i encounter an error "Runtime error:'-1 (fffffff)'". I think this error is due to rushing or telling the browser to load a page when it hasn't finished the previous page. I'm not sure. Any help?
  2. Secondly, when i resize my form the WebBrowser still stays its original size and there is "cutoff" is there any way to make the browser resize to stay with the form size? I added:
    Code:
    Private Sub Form1_Resize()
    WebBrowser1.Width = Me.ScaleWidth
    End Sub


but it doesn't seem to work? Grrrrr

Hope you can help, thanks for everything so far. Any other features you would recomend?

Cheers, Hardware