Jump to content

Search the Community

Showing results for tags 'Detect'.

  • Search By Tags

    • detect ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 11 results

  1. I want to know when a pop up in a game appear, i know i can do it with pixelgetcolor but i dont know if i can do it faster that place it in the main while My script is HotKeySet("{ESC}","_Terminate") While 1 Send("{LEFT down}") Sleep(500) Send("{LEFT up}")...
  2. Hey. Is there anything that does the same thing as this? Namely I'm talking about detecting when something has changed on screen. The FastFind library is crashing without any errors after running: FFSnapShot($left, $top, $right, $bottom, 0) FFSnapShot($left, $top, $right,...
  3. Hello I have an inquiry please when i use the control get focus it don't detect the menu item there are any Method to do that? i'll use that to make a custom screen reader in my program please help me to do that I am waiting for your answers greetings to you Thank you in advance
  4. Hi guys I'm looking for how to detect if the default audio output has changed During my research I found this file I did not know how to use it can anyone guide me how it works please. Thanks in advance audioOutputIsChanged.au3
  5. Good morning guys I was trying to not open another post, writing here my little issue, but seems that no one cares about, and so, I'm opening another post What I'm trying to do, is detect the event close sent from the virtual keyboard. Why? Because, I have an application which, w...
  6. Hello everybody.. i have this picture here *attached* and this script here: $ImageToReadPath = @MyDocumentsDir & "\GDIPlus_Image2.jpg" $ResultTextPath = @MyDocumentsDir & "\Result" $OutPutPath = $ResultTextPath & ".txt" $TesseractExePath = @MyDocumentsDir & "\Tesseract.exe" S...
  7. I taught myself how to script and have done some pretty basic stuff so far. I wrote the script below to detect the current orientation of my monitor, then switch it to a different orientation. I'm bored and I've got the day off, so I'd like to tackle a new challenge. Please review the script...
  8. Hello All, I have found a FileListToArray function that will search a location and find a certain file extension then put it into an array, What I am trying to figure out is how to only list the ones with multpile files in the directory. In this case I am looking for *.ost files only. I want to see...
  9. Hello How does Autoit detect when you click on a menu button? (not a sub-menu item, but the actual menu button itself) $Form = GUICreate("", 410, 270) $Menu_Help = GUICtrlCreateMenu("Help") GUISetState(@SW_SHOW) while true Switch GUIGetMsg() Case $Menu_Help msgbox(0,1,2) EndSwitch wend...
  10. This app will beep once when an email arrives in the web version outlook.com ( formerly hotmail and live.com ) It will make a noise when the email title contains the search text. Instructions : login to your outlook.com in Internet explorer (IE).& press the GO button. v2 just checks email ti...
  11. As the title how to detect 3D application? Thanks.
×
×
  • Create New...