Heretic87 Posted February 2, 2013 Posted February 2, 2013 Hello everyone, I'm a newbie here. I'm developing a script that copy a selection of a pdf file and then paste it into paint to make it printable but I am encountering some issues. I would like to select the area in every resolution and on every screen, is there a method to do that? For example to get the user screen resolution and to determine how to resize the area that should be selected and copyed? This is my very simple code: WinActivate("[CLASS:AcrobatSDIWindow]") Send("!v") Send("z") Send("l") Send("!v") Send("r") Send("i") Send("!m") Send("c") MouseClickDrag("left", 184, 470, 776, 854) WinWaitActive("Adobe Reader", "OK") Send("{ENTER}") Run("paint.exe") WinActivate("Immagine - Paint") Send("^v") Thanks
PhoenixXL Posted February 2, 2013 Posted February 2, 2013 (edited) This is the probable attempt i used to do when i just started You can try WinGetPos to get the coordinates and then try to click at that specific coordinates FunFact: I even faced the same problem and used a more awkward solution maximized the window and thereafter automated regards PXL Edited February 2, 2013 by PhoenixXL My code: Reveal hidden contents PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression.
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