Re: [twsocket] HTTPCli v6 Download Progress

2007-05-06 Thread Francois Piette
> Is there an example that demonstrates how to monitor a HTTPCli.Get() > progress for displaying a progress bar? In short, from OnHeaderEnd or OnDocBegin, use ContentLength property to know the total file size. Then in OnDocData event you can count the bytes and update your progress bar. Nte that

Re: [twsocket] HTTPCli v6 Download Progress

2007-05-06 Thread Paul
Read HttpCli.RcvdCount in the onDocData event. If you know the total file size, you can calculate and show the progress from there Paul - Original Message - From: "Johnnie Norsworthy" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Monday, May 07, 2007 6:00 AM Subject: [twsocket

[twsocket] HTTPCli v6 Download Progress

2007-05-06 Thread Johnnie Norsworthy
Is there an example that demonstrates how to monitor a HTTPCli.Get() progress for displaying a progress bar? I thought I had seen mention of this in the mailing list. Is there a search engine for the mailing list? Thanks, -Johnnie Norsworthy -- To unsubscribe or change your settings for TWSocket