Jump to content

How to highlight, copy and paste?


ITSky8
 Share

Recommended Posts

How to highlight, copy and paste?

e.g. Point the mouse cursor to the defined location, then highlight the region, copy the text and paste to somewhere, I just need to know how to do so? Any one can help?

Edited by ITSky8
Link to comment
Share on other sites

How to highlight, copy and paste?

e.g. Point the mouse cursor to the defined location, then highlight the region, copy the text and paste to somewhere, I just need to know how to do so? Any one can help?

If you know the positions for the start and end of the text then look up these which should help

MouseClickDrag and related

Send ;Send("^c") to copy, Send("^v") to paste

Clipget, ClipPut

If you don't know the coords but know the window details and the control details then look up

ControlGetText and related.

Really it's just a matter of studying the help first.

Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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...