The 0 Posted April 13, 2010 I got few Questions. 1:Can I use a line that does two things at same? Example: Hold Ctrl + left click Or Shift + A 2:The Send("{LCTRL down}") works but stays like that even when i put ("{LCTRL Up}") or normal Send("{LCTRL}") How do i fix this? 3:How do i make the AutoIt use the res of the window i am using then overall res of my computer? Example: When i use AutIt info to find the position of my mouse. It gives me overall of my whole computer res then the res of the window i am using and if i move it from where i got cords, it hits everything wrong unless i put it back where Cords are.(how do i fix that?) Share this post Link to post Share on other sites
BrettF 28 Posted April 14, 2010 (edited) Hi,1. Please read the help file for Send(). An example is Send("+a").2. Please view the FAQ by visiting the sticky at the top of this forum. You can find the answer there.3. It is probably easier to use the Control* functions in conjunction with the AutoIt Window Info Tool (to get control handles and the like). This is another topic found in the FAQ. What are you attempting to automate?Cheers,Brett Edited April 14, 2010 by BrettF Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Share this post Link to post Share on other sites