Print Page | Close Window

Get Text under Mousecursor ?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Syntax Edit
Forum Description: Topics Related to Codejock Syntax Edit
URL: http://forum.codejock.com/forum_posts.asp?TID=17179
Printed Date: 29 April 2024 at 10:23am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Get Text under Mousecursor ?
Posted By: RinGosTarR
Subject: Get Text under Mousecursor ?
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net