Thats basically it.. I want to be able to auto-scroll a web control just as you do with textboxes in chat programs for instance...

Like here hoow you would do what I want with a RTB:
VB Code:
  1. RichTextBox1.SelStart = Len(RichTextBox1.Text)

so possible to do with the browser control?

thanks
sac