Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8995799
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T23:40:04+00:00 2026-06-15T23:40:04+00:00

I use Call.ProgressUpdate() to call: Public Sub ProgressUpdate(sender As Object, e As DownloadProgressChangedEventArgs) Console.WriteLine({0}%

  • 0

I use Call.ProgressUpdate() to call:

Public Sub ProgressUpdate(sender As Object, e As DownloadProgressChangedEventArgs)
    Console.WriteLine("{0}% completed", e.ProgressPercentage)
    Call Main2()
End Sub

But I get the errors:

Argument not specified for parameter ‘sender’ of ‘Public Sub ProgressUpdate(sender As Object, e As System.Net.DownloadProgressChangedEventArgs)’.

and

Argument not specified for parameter ‘e’ of ‘Public Sub ProgressUpdate(sender As Object, e As System.Net.DownloadProgressChangedEventArgs)’.

Any help would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T23:40:04+00:00Added an answer on June 15, 2026 at 11:40 pm

    It isn’t very clear why you are calling this method directly, it is supposed to be an event handler. You’ll need to pass the arguments it needs, but that isn’t going to work because you cannot create an instance of the DownloadProgressChangedEventArgs class, its constructor is not accessible. You’ll need to break this up into two separate methods, like this:

    Private Sub ProgressUpdate(sender As Object, e As DownloadProgressChangedEventArgs)
        ShowProgress(e.ProgressPercentage)
    End Sub
    
    Private Sub ShowProgress(percentage As Integer)
        Console.WriteLine("{0}% completed", percentage)
    End Sub
    

    Now you can simply call ShowProgress(0) instead.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use an overloaded operator, but not sure how could i use/call
I'm sure I'm miss understanding the use of call but I thought I could
When I use call() or apply() , I got a problem. console.log(String.prototype.replace === String.replace);//false
How can I use call with setInterval to get an object literal to invoke
I use below call to play music: vv = (VideoView)findViewById(R.id.screen_audio); Uri music = Uri.parse(path);
I am looking for a VoIP service my application can use to call landlines
I use the following call to openCV function to perform K-means algorithm: cvKMeans2(points, count,
I use JSBridge to call Objective-C functions from JavaScript. I see no way to
I use fiddler to call the method which is post. Here is my path:
I use Fiddler to call my method. Here are the parameters: {timestamp:, json: {

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.