Re: Problem: select text from the backlog and copy - WeOnlyDo Discussion board

Re: Problem: select text from the backlog and copy (General questions)

by wodDrazen, Tuesday, May 30, 2006, 10:49 (6539 days ago) @ vbiggar

Hi,


I suggest you look at Text property. It holds raw buffer of current screen, so perhaps that's exactly what you need?

Here is example:

Debug.Print wodTelnetDLX1.Text(-1)

you will get first line from backlog buffer (just above topmost currently visible).


More help for Text Property you can find here:
http://www.weonlydo.com/TelnetDLX/Help/WODTELNETDLXLIB~wodTelnetDLX~Text.html

Hope this helps.


Regards,
Drazen


Complete thread: