• Welcome to Valhalla Legends Archive.
 

Basic VB 6.0 Question.

Started by WinSocks, September 06, 2003, 11:00 AM

Previous topic - Next topic

WinSocks

i know how to find the BytesRecived on a WinSock Control, how would i figure out the BytesSent in the same WinSock Control?

any Suggestions?

btw i'm trying to figure out the most accurate way to get the ByteSize information.

drivehappy

Private Sub Winsock1_SendProgress(ByVal bytesSent As Long, ByVal bytesRemaining As Long)

End Sub