Re: Problem using Received Method with Active X - WeOnlyDo Discussion board

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

by wodAlan, Thursday, May 25, 2006, 13:04 (6757 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


Complete thread: