[Help]Is this WebBrowser Code Correct?
I want a Progressbar to go as fast as the whole page takes to load, just like firefox, in vb8 its easy but i dont know if this is correct
"xpProgressBar1.Value = (WebBrowser1.QueryStatusWB)"
(xpprogressbar1 is a ProgressBar, you can tell by the .value -_-)
is it proper or not?