Get Text under Mousecursor ? |
Post Reply |
Author | |
RinGosTarR
Newbie Joined: 12 August 2010 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 01 September 2010 at 4:54am |
Hi i try to get the actuall text under the Mousecursor without selecting text.
I tryed : Private Sub SyntaxEdit_MouseMove(Index As Integer, Button As Integer, Shift As Integer, x As Long, y As Long) Dim Row As Long Dim Col As Long Call SyntaxEdit(Index).RowColCodeFromPoint(x, y, Row, Col) Label1.Caption = "Row:" & Row & " / " & "Col:" & Col End Sub How can i get the character in detected Row/ Col ??? Thanks for your help |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |