Re: Problem: select text from the backlog and copy (General questions)
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