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
Alan Bugeja
NA
5
0
C# Network Stream
Apr 12 2006 6:53 PM
I have a client/Server application for transfering a file. Im using NetworkStream, streamreaders and streamwriters to send and receive data. On the client side i need to make a progress bar. I am settings the progressbar maximum according to the file selected .. (File.Lenght) then i need the number of bytes being sent to increment the progress bar. i tried to use performance counter but wasnt returning the correct value. How can i solve this? How can i get the Bytes/Sent per second for example. Thx
Reply
Answers (
0
)
Plugin: defining interface to object passed back to a register function
How to resolve DBConcurrencyExceptions when deleting rows from my Access database?