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
mmplay
NA
16
0
some WebClient questions
Jan 3 2004 4:22 AM
Hi, there ***************************************************************** string remoteUri = "http://abc.com/test/"; string fileName = "test.jpg", myStringWebResource = null; myStringWebResource = remoteUri + fileName; WebClient myWebClient = new WebClient(); myWebClient.DownloadFile(myStringWebResource,fileName); ***************************************************************** I can download file from web server. Now I have some questions, hope somebody can help me. 1. How to get the rate of download progress? 2. How to get the download speed? 3. If breaks down in downloading, how to know the downloading was broke down? and how to resume the file when re-download next time? Please help me. Thanks.
Reply
Answers (
0
)
Enable/Disable toolbar buttons on the fly
Can I hide the listView.Items.SubItem ?