ozmike Posted November 24, 2012 Posted November 24, 2012 HiWhat 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
somdcomputerguy Posted November 24, 2012 Posted November 24, 2012 This function may help - ControlCommand. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
water Posted November 24, 2012 Posted November 24, 2012 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 2024-07-28 - Version 1.6.3.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 (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
rudi Posted November 26, 2012 Posted November 26, 2012 (edited) 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 November 27, 2012 by rudi Earth is flat, pigs can fly, and Nuclear Power is SAFE!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now