Hi Guys

I've searched google and can only come up with answeres using the webbrowser control and the ProgressChanged event.
using the properties of
Code:
 Me.ToolStripProgressBar1.Maximum = e.MaximumProgress
        Me.ToolStripProgressBar1.Value = e.CurrentProgress

I am not using the webbrowser control but declairing a vairable as type Webbrowser.

Code:
dim browser as Webbrowser = new webbbrowser
How can i use the progressbar with this browser i just declaired?