From: Balaji on 15 Jul 2005 13:04 I am using the CFtpConnection::PutFile and GetFile for transfering files between my local pc and the ftp server. In need to put a progress bar for indicating the size uploaded or downloaded. In msdn helps it says that CInternetSession::OnCallBackStatus can be used to achive this. But How to use it?? Can anyone help me to sort out this.. -Balaji
From: Scot T Brennecke on 15 Jul 2005 17:18 Call EnableStatusCallback() to enable this. Override OnStatusCallback() in your class derived from CInternetSession. "Balaji" <Balaji(a)discussions.microsoft.com> wrote in message news:C2E1816E-9FD1-4B3F-B89A-D929F46B7CEA(a)microsoft.com... >I am using the CFtpConnection::PutFile and GetFile for transfering files > between my local pc and the ftp server. In need to put a progress bar for > indicating the size uploaded or downloaded. > > In msdn helps it says that CInternetSession::OnCallBackStatus can be used to > achive this. But How to use it?? Can anyone help me to sort out this.. > > -Balaji
|
Pages: 1 Prev: Forcing a thread to terminate Next: Converting String to Time |