Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: WinSocks on September 06, 2003, 11:00 AM

Title: Basic VB 6.0 Question.
Post by: WinSocks on September 06, 2003, 11:00 AM
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.
Title: Re:Basic VB 6.0 Question.
Post by: drivehappy on September 06, 2003, 01:54 PM
Private Sub Winsock1_SendProgress(ByVal bytesSent As Long, ByVal bytesRemaining As Long)

End Sub