Adblock breaks this site

Progress Bar HELP!!

Discussion in 'Programming General' started by tomanderson12, Jan 22, 2008.

  1. tomanderson12

    tomanderson12 Member

    Joined:
    Jan 21, 2008
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0
    Progress Bar HELP!!

    Please can someone help me iv finished making my web browser but i would like to have a progress bar for how far the page is loaded etc how would i go about this

    Thanks,
     
  2. Stuart

    Stuart Guru
    Banned

    Joined:
    May 5, 2005
    Posts:
    1,580
    Referrals:
    2
    Sythe Gold:
    10
    Progress Bar HELP!!

    This is in vb.net like the webbrowser bit I posted yesterday right?

    If so then heres your code:

    Code:
    Private Sub WebBrowser1_ProgressChanged(ByVal sender As Object, ByVal e As System.Windows.Forms.WebBrowserProgressChangedEventArgs) Handles WebBrowser1.ProgressChanged
            ProgressBar1.Maximum = e.MaximumProgress
            ProgressBar1.Value = e.CurrentProgress
        End Sub
    
     
  3. tomanderson12

    tomanderson12 Member

    Joined:
    Jan 21, 2008
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0
    Progress Bar HELP!!

    Thanks once again stuart !!
     
< Help me please | Freddy1990's Advanced World Generator v2.40 >


 
 
Adblock breaks this site