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.
Private Sub Winsock1_SendProgress(ByVal bytesSent As Long, ByVal bytesRemaining As Long)
End Sub