Valhalla Legends Forums Archive | Visual Basic Programming | Basic VB 6.0 Question.

AuthorMessageTime
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.
September 6, 2003, 4:00 PM
drivehappy
Private Sub Winsock1_SendProgress(ByVal bytesSent As Long, ByVal bytesRemaining As Long)

End Sub
September 6, 2003, 6:54 PM

Search