Re: Problem using Received Method with Active X (General questions)

by wodAlan, (6922 days ago) @ vbiggar

Hi,

Yes, my last code will eat received lines.
When something comes to recive we can either show in ActiveX window or catch it on different way.
But you can do this, for example:
[code]
Private Sub wodTelnetDLX1_Received(ByVal ByteCount As Integer, Handled As Boolean)
Dim s As String
s = wodTelnetDLX1.Receive
wodTelnetDLX1.PrintText (s)
Text1.Text = Text1.Text & s
End Sub[/code]

Hope this will help and resolve your problems.

Regards,
Alan

locked

Complete thread: