Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Syntax Edit
  New Posts New Posts RSS Feed - Get Text under Mousecursor ?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Get Text under Mousecursor ?

 Post Reply Post Reply
Author
Message
RinGosTarR View Drop Down
Newbie
Newbie


Joined: 12 August 2010
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote RinGosTarR Quote  Post ReplyReply Direct Link To This Post Topic: Get Text under Mousecursor ?
    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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.