ComboBox Edit Text neither visible nor hidden
Hi, There are a combo box which displays the file name and file type of a file. When I try to display the text of the combobox, it only returns the file name. I just figured out, using Window Info...
View Articleerror en la función _FTP_FindFileFirst
Please, I need help:_FTP_FindFileFirst I use the function in the following script and I get the following error: In my home computer working properly, I tried on another computer and I get this error...
View ArticleNo idea how to script... *REQUEST*
Hi there. Just downloaded your program but have no idea how to code what I want to do. It's a simple request... I am a DJ on VaughnLive.tv and on the site you earn Vcoins, which is a way to !adopt...
View Article*REQUEST*
Hi there. Just downloaded your program but have no idea how to code what I want to do. I was wanting the program to make 3 simple commands in the chat box over and over, on repeat. They are as follows:...
View ArticleNot compiled au3 running with Autoit 32bit on a 64 bit environment. Is it ok?
Are there troubles with au3 scripts running without compilation to exe files when AutoIt and Windows versions doesn't match. Thanks Salud22
View ArticleSet position of caret in GUICtrlEdit
Hi, I would like to be able to set the position of the caret in a GUICtrlEdit box. I have a function that inserts a placeholder into the text box at the current position (which I obtain using...
View Article_WinAPI_CreateCompatibleBitmap to file
Hi guys I'm seaching an alternative way to ScreenCapture UDF. Why? I think GDI+ is slow if you need to capture many images Searching on the web for the fastest method i have found: 1) Using Surface...
View ArticleIE click google div (button)
If you can tell I have been trying to interact with some google divs that have roles like buttons but so far my trys have yeilded no results. Here is what I have done... $create =...
View ArticleGet regional/local/user settings
Hi, Does anyone know a method how you can get Autoit to retreive OS (win XP and 7) settings such as timedate format, timezone, language etc.? Can't find any help on this topic...
View ArticleWinKill help
Local $title = WinGetTitle($list[$i][0], "") If $title = $chars Then MsgBox(0, "CloseBot - hunte922", $title) $handle = WinGetHandle($title, "") WinKill($handle) EndIf I've made an...
View Articleline feed in a buttons text
Hello all, Currently I have a script that will display a big button as part of a GUI. After creating the Gui I create the button using GUICtrlCreateButton(). The first parameter which is the text, I...
View Articleregwrite()will not write to hklm tried all standard solutions
I need to write to a key in HKLM64\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Print\Printers eventually the code will look like this While 1 $msg2 = GUICtrlRead($Account)...
View ArticleNeed help with retriving values form a text file.
Hello Autoit Forum, I'm working with a device that communicates serially and would like to compare current WIFI settings on the device with those in the script so it can update the gui controls with...
View ArticleJavascript Substr equivalent
Hi, I would like to extract a portion of a string: JS: "Hello world A \n Hello Universe B \n Hello Earth C\n" AutoIt: "Hello world A {@CRLF} Hello Universe B {@CRLF} Hello Earth C {@CRLF}" If i...
View ArticleHelp!
I need a very simple script. I think. I work for an HVAC automation Company. We have several programs running on 1 PC at a particular customers site. They want one of these programs window to restore...
View ArticleProblem with accent
Hello, My problem is when reading an ini file. I have words with aaccent (like désert, brève, ...). So when I use guictrlsetdata I have brève, désert Thanks in advance
View ArticleIs there any way to Login/Do some operation on web page which does not...
Hi, I trying to automate some of the operations of https web page, but unfortunately i am not able to view any objectID/object name of that web page, as it been developed/showing java script in view...
View ArticleAntivirus nuisance
I have a nuisance "SONAR.Heuristic" quarantera from Symantec EndPoint Protection in a my scrypt compiled. Do it have a trick to avoid it? I not have administrator privileges for AV?
View ArticleGDI+ Help - Drawing a line on an image
How exactly would I load an image from the disk, draw a red cross from end to end and save it as a new image. I know to use _GDIPlus_GraphicsDrawLine but how? I already got the end to end bit down: The...
View ArticleNeed some help
Hello. I want to create a connection without using a web browser if that is possible. It is for boosting views on a online streaming site like tinychat or some other sites like that. Opening a bunch of...
View Article