Viewing the Terminal Screen Using the COM Version - WeOnlyDo Discussion board

Viewing the Terminal Screen Using the COM Version (wodTelnetDLX)

by zero159, Friday, December 23, 2005, 16:22 (6670 days ago)

Is it possible to see what should be present on the terminal screen using the COM version of the component? Something like this would be a great help to me, but I do not see that functionality available. Something similar to the Text property available in the ActiveX control would be perfect.

Thank you

Re: Viewing the Terminal Screen Using the COM Vers

by wodSupport, Friday, December 23, 2005, 20:54 (6670 days ago) @ zero159

Zero,

no, you cannot do that with COM object since it doesn't remember what was sent/received. You could do it internally, tho, if you wish to. It would be sufficient just to add everything that was received to some Textbox or string variable.

I understand that this causes problems with emulations, which you would receive as raw ansi data. However, wodTelnetDLX COM object doesn't even go into interpreting ansi sequences, so it can't provide you with screen as you would wish.

Perhaps you could use hidden OCX instead?