Re: Problem using Received Method with Active X (General questions)
Hi Vincent,
I tried with the code you gave me, and it gave me the same error. You can try this code:
------------------------------
Private Sub wodTelnetDLX1_Received(ByVal ByteCount As Integer, Handled As Boolean)
Dim s As String
s = wodTelnetDLX1.Receive
End Sub
------------------------------
Hope this helps.
Regards,
Alan