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

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

by vbiggar, Tuesday, May 30, 2006, 13:34 (6513 days ago) @ vbiggar

I used the following code:

Private Sub wod1_Click(ByVal Row As Integer, ByVal Column As Integer)
MsgBox Row & & Column
End Sub

I determained that the mouse click is selecting the text and using the -row and the correct column when I scroll to the backlog. I think it would be real simple for you to extend the selection of text beyond the visable window.

I may be able to write something that looks at that looks at the bottom row and top row then gets the lines then trims everything before the start column and after the end column. If you already have something written that does this it would be a big help.



Complete thread: