Get a list of checkbox
Hi, I have a GUI with few checkboxes created with GuiCtrlCreateCheckbox. I want to list all of the checkbox on this GUI and their state (checked/unchecked). How to do this? Note that the...
View ArticleSending an email with _INetSmtpMail
Hi, I don't know how to use the _INetSmtpMail function. What is the smtp server name ?
View ArticlePlease how can i click this button?
Hello again guys, Ill try and make this quick as im my brains starting to melt, ive tried aloooot of combinations to try and click the following button, can som1 please just give me a quick few lines...
View ArticleGUICtrlSetTip - bug
I discovered bug in AutoIt. I write here first and not directly on BugTrac to be sure. Here is simple test script: GUICreate("ToolTip bug", 400, 300) GUICtrlCreateLabel('Test1', 10,10,100,25)...
View ArticleIE Click with a div
Hi ! I need some help for something. I'm trying to automate something on IE for learning purposes and I'm stuck. I need to click that : <div class="button pardon"> Pardon </div>...
View ArticleCustom menu to replace Windows Explorer
Hey guys, I need to setup some computers in a museum that will be used by visitors for launching several applications like Internet Explorer, Word and Excel. The best way to do this would be to...
View ArticleClick on images/buttons by compare to stored image file
Hello. I have now been a rookie AutoIt programmer for about a month - and still learning. One aspect is to see what other can do; I was reading a little about the Sikuli project. It has some...
View ArticleSame Functionallity cleaner way?
Heya guys...I made this script that should go through every possibity combination. And its going to end up in a 26 digt, with lowercase a-z and 1-9. I want it to write these to a document. Its not much...
View ArticleRemove Excel Modules
I'm trying to convert this VBA code to autoit script. But I face this problem: syntax error. How should I write for this section? The syntax error line is this:...
View ArticleProcessExists detailed
If is launch: autoit3.exe "test.au3" i can check: ProcessExists("autoit3.exe") but it is possible to check if exist a "autoit3.exe" process with "test.au3" parameter in command line?
View ArticleAdding functionality to my mini-search engine (powered by RecFileListToArray)
Alright, so I've implemented the SE at my place of work and the boss is engines-to-full-speed about it. He wants to see me add some functionality to it. Currently the code is as shown: AutoIt...
View ArticleRunning two .au3 and I want to pause both with the same key "2"
Hello guys! It is my fisrt post in here and I would really appreciate the help. I'm newbie and I read that I can not run two Func in one .au3 at same time if one of them are sleep, so then I'm...
View ArticleSometimes an error with Subscript used with non-Array variable
I have a puzzling error i can't seem to figure out. I have a rather simple toolbar i made for aiding with windows installs to make the WinPE a little more robust. When i run the following script from...
View ArticleStoring the content of autoit console window
hello guys, I was wondering if anyone could help me with a small task that i want to accomplish. while running my script, i use consolewrite to write many things on the autoit console window. What i...
View ArticleNTVDM encountered a hard error
Hi Team, I have writen a script that will upgarde the application. i created a exe file for 32 bit application. While executing the exe i am getting error "NTVDM encountered a hard error". what...
View ArticleCrypt/Decrypt File/Data
Doesent _Crypt_EncryptData, _Crypt_EncryptFile, _Crypt_DecryptDat and _Crypt_DecryptFile work the same way ? E.x.: If a encrypt a text with _Crypt_EncryptData save it to a file and then use...
View ArticleObfuscator error (/om)
Previously if I compile my script with /so. There is no problem. But if I try to compile my script with /om. Error pop out: ERROR: $os previously defined as a non-'Const' var. Global Const $os = $ot...
View ArticleGet/Set ACL on shared folder in Windows Server OS
Hi, I would like to know how to set (or get) ACL on a shared folder on Windows Server. I found a VBA script here :...
View ArticleCan you count @error?
Just a quick question can you count the number of times @error is set to 1? Reason why is I wanna then put that in an if statement to do one of two things.
View Article