plz suggest me how to use web browser and progress bar control in vb.net
i want to increment value of progress bar until my web browser is busy.
web browser and progress bar controlweb browser and progress bar control
Page 1 of 1
3 Replies - 8231 Views - Last Post: 11 April 2010 - 06:22 PM
Replies To: web browser and progress bar control
#3
Re: web browser and progress bar control
Posted 11 April 2010 - 09:53 AM
I really shouldn't be giving you the code, but here it is anyway:
'No... you can't just copy and paste.... Private Sub Webbrowser1_ProgressChanged Progressbar1.Maximum = e.MaximumProgress Progressbar1.Value = e.CurrentProgress End Sub
#4
Re: web browser and progress bar control
Posted 11 April 2010 - 06:22 PM
Jack Eagles1, on 11 April 2010 - 10:53 AM, said:
I really shouldn't be giving you the code, but here it is anyway:
'No... you can't just copy and paste.... Private Sub Webbrowser1_ProgressChanged Progressbar1.Maximum = e.MaximumProgress Progressbar1.Value = e.CurrentProgress End Sub
I wouldn't copy it. I just have a question are you using the IE internet browser that is offered in Visual Studio or are you making one from scratch. If you are using to IE one then I think there is a tutorial for that in the VB.NET tutorial section of the website. Just a question have you Googled this yet. There probably are many tutorials for stuff like this on the web. If you can't find a way then I will try and help you with your code.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|