Progress Bar HELP!!

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

Progress Bar HELP!!
  1. Unread #1 - Jan 22, 2008 at 1:04 PM
  2. tomanderson12
    Joined:
    Jan 21, 2008
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0

    tomanderson12 Member

    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,
     
  3. Unread #2 - Jan 22, 2008 at 3:12 PM
  4. Stuart
    Joined:
    May 5, 2005
    Posts:
    1,580
    Referrals:
    2
    Sythe Gold:
    10

    Stuart Guru
    Banned

    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
    
     
  5. Unread #3 - Jan 23, 2008 at 2:45 AM
  6. tomanderson12
    Joined:
    Jan 21, 2008
    Posts:
    53
    Referrals:
    0
    Sythe Gold:
    0

    tomanderson12 Member

    Progress Bar HELP!!

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

Users viewing this thread
1 guest


 
 
Adblock breaks this site