$_IEStatus_NoMatch error code 7
Hi Everybody! I'm new in AutoIt. After some introductory simple tests I tried a "real" problem. Unfortunately, I ran in problems from the first. When I try to scrap some data from the site...
View Article_SoundGetPos/Length inaccurate?
In this sort of a music player I made, the timer starts before the music starts. Because of that, it also is a couple of seconds left that it doesn't play, because it ends when _soundgetpos and...
View ArticleWrite to text file?
MsgBox(4096, '', _Timer_Diff($timertransition)) So this is how I get the Timer_diff in a MsgBox... Is there a way I can get autoIT to automatically write this information to a text-file instead of a...
View ArticleControlSend
Whenever I try to ControlSend a forward slash (/) it's not working, it comes out as a 7 instead, help please.
View ArticleSend Future Date
I've been looking around for a solution and have only found this information, yet I still can't get my script to work. http://www.autoitscript.com/forum/topic/142610-solvedtype-future-date-dateadd/...
View ArticleHealthcare EMR scripting.
Has anyone ever used AutoIt to script in a healthcare environment? In our case it would be to help create interoperability between two EMR systems (Meditech and eclinicalworks) Thanks,
View ArticleHow can i press keyboard any key ?
How can i press keyboard any key ? HotKeySet ("g") is it true ? First time , i am using autoit, and i don't know c++ , i am noob, sory it #include <ImageSearch.au3> HotKeySet("{ESC}",...
View ArticleHow to get the size of a process?
I am dealing with a Java application, which creates multiple versions of a named window. The named windows give a result of 0 (zero) when called [ autoit ] popupConsoleWrite("!+ " &...
View ArticleNeed to locate and delete file extension, and them move file
I need to be able to locate a file in ANY folder that has a certain file extension, and then delete that extension, and then move the file to a certain network location. What is the script to do that?...
View ArticleHow can i add position for image search ?
How can i add position like pixelsearch for image search ? ex: http://www.autoitscript.com/autoit3/docs/functions/PixelSearch.htm PixelSearch(503,258,1086,630,0xFF3300) thanks.. i can't do it. $res1 =...
View ArticleIf IsConnect("www.google.com")
Hello! I want to check the websites which the user belongs. Do you have connected to, for example www.??????.com address, I would like to check it out for. Thanks... Ex: if...
View ArticleVaya susto - What a scare
Estimados Sres. , en primer lugar y ya que soy español, ole, ole y ole. He encontrado este pequeño problema en la nueva versión del Wrapper. Original Func Compile_Upd_res($ScriptFile_Out) Local...
View ArticleControlSend Issues
ControlSetText($window, "", 1038, "") Sleep(100) ControlSetText($window, "", 1038, $macro) Sleep(100) ControlSend($window, "", 1038, "{ENTER}") I am using the above code to send change input bar text...
View Articlefindstringinapp?
Hi again.This time I'm curious about how to find a string... in any application. It's not really important for me to find the string like from an image, but I wonder if there is a way to search for a...
View ArticleOutlook 2003 create appointment
Just wondered if anyone out there has created a script to product an appointment in outlook that I could look at to try and assistant an idea of something I would like to make
View Articlewindow zoom out tool
is it possible to make a window or desktop zoom out tool like the magnifier tool in windows 7 zoom out to 25% of the original size
View ArticleLastChaos Files reading in autoit
I need help. How do i read this file?. http://www.speedyshare.com/33bbu/affinity.lod
View ArticleUSB communication and exchange of informations
hi, I need help to create a autoit programm to communicate with a PLC connect by USB. I found help to communicate with TCP ethernet comunication but it is different with USB. Firstly i need to...
View ArticleChange Time Zone With Elevated Rights - Script Needed
Good afternoon, Im looking for some assistant with autoit for a job I need to do. We have a location which needs all the PC's times zones changing The users do not have admin rights so I need a script...
View ArticleAdlibRegister() and Sleep()
This is just a theory I am looking for confirmation on. Can't find a lot of detail on the AdlibRegister() bit it almost appears as though if AdlibRegister() gets invoked at the exact moment you are in...
View Article