TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tomas
NA
1
0
WebClient (DownloadProgressChanged)
Aug 30 2006 7:31 PM
Hi! I'm using System.Net.WebClient to download files from a website. I'm using the DownloadFileAsync() method to do this without blocking the program execution. My problem is that the DownloadProgressChanged event does not seem to fire. The DownloadFileComplete event fires when the file is complete like it should though. I want to be able to update a progressbar with the status of the file being downloaded. Anyone have encountered this before?
Reply
Answers (
0
)
Difficulty in using timer class in C#
Export data from datagrid to excel using windows C#