Private Sub yukleniyor(ByVal sender As Object, ByVal e As Windows.Forms.WebBrowserProgressChangedEventArgs)
Progressbar.Visible = True
durum.Visible = True
durum.text = adrescubugu.text
Progressbar.Maximum = e.MaximumProgress
If e.CurrentProgress >= e.MaximumProgress Then
Progressbar.Value = e.CurrentProgress
Else
End If
End Sub