Jump to content

detect highlighted text


ozmike
 Share

Recommended Posts

Hi

What I want to do is detect whenever a some text is highlighted/selected in any window

..is there a highlighted event?

I could try to detect mouse drag event perhaps? But it would be better to be able to detect generically when something is highlighted/selected.

. One solution is to backup the clipboard contents and then do a copy

and if the clipboard is not empty then you know if something is highlighted/selected. But

this requires polling etc.

I have tried detecting mouse up events , but when a mouse up event happens -on a menu the ^C (copy) - the system beeps.

Is there a is selected /highlighted event..in windows /autoit?

mike

Link to comment
Share on other sites

IIRC there was another user who asked a similar question some time ago but unfortunatley there was no solution.

Why do you want to detect selected text? What do you want to do with the selected text?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

Hi.

There might be a constraint, resulting from the fact, that "highlighting something" can be a time consuming process, and not a single point of time: Assume a user working in word, then start to drag, drag-down, drag-even-more-down, ups, too far, drag back upwards some lines / words, then release the mouse button. During all this time there IS something highlighted.

Beside this: To sit and watch out for "user's input content" is always suspicios to be (ab)used for some kind of (key)logging -- what's your exact intention, please?

Regards, Rudi.

<edit: typo>

Edited by rudi

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...