vbs launching
I would never claim to be great at AutoIt but will Google and tinker until I get my script working. Today after 5 hours of frusteration I finally created an account on this awesome board for help... I...
View ArticleAssignments in conditions
If I remember my C programming, it is possible to assign a value to a variable AND test the result in, for example, an if statement, all in one go. Is there any way to do this in Autoit? Eval or Assign...
View ArticleCircumvention for IE10 on Win7 refresh bug
I just installed Internet Explorer 10 on Windows 7. When viewing Autoit Forum, the window is not refreshed after pressing {Backspace} I have to press F5 to see the updated window. I made a little...
View ArticleHelp With Block Input with Toggle Pause
Hey Guys Curious if your able to help me, i'm trying to use a block Input script along with a toggle pause, atm i'm just testing trying to toggle the block/unblock along with the pause script toggle....
View ArticleGetting event when file is dragged to input field
I have a GUI that has two input fields. The first one uses a button that users can hit to browse to a file, and that file and path get plugged into the first field. When the Browse button is used my...
View ArticleApplication Keyboard Shortcuts
Hi, I recently found that the application that we are automating have a shortcut to navigate through the mini-tabs (CTRL+Left or CTRL+Right). It was not documented. I am wondering if there is a way...
View Articleruntime error exe
hello! I made a simple application that allows locking and unlocking other files, I sent a friend executable that need it, but it appears this error, why is this error occurs. Attached Thumbnails
View ArticleLoop problem
Hi guys! I'm ultra noob in programming, so pls don't judge me, this is the first thing I ever did. Yet, I have menaged to achieve my goal with a small problem. A set of clicks on the screen, depending...
View ArticleAutomating compiles in a bat file
I am using SciTE 3.20 and am getting tired of loading the scripts and pressing F7 to build the exe. I have about 7 scripts and want to write a batch file to compile them using the AutoIt3Wrapper...
View Articlecheck unread mail
hi My script logs to my hotmail. I would like it to check if i have unread mails too. Is this possible? If yes then how? Could it also see how many unread mails I have? Thank you in advance
View ArticleHow to create a new button here?
Hello How can i create a new button here? : How it can be done? Thanks for helpers!
View ArticleSupport me Melba
@Melba23 I wasn't needing that script to earn anything, rather because I wanted to use whats already mine. You may be a god here, but you don't have to be a douchebag, nobody will respect you more,...
View ArticleLimited clicks?
Hello! Currently I am messing around with AutoIt, trying to get the hang of basic stuff. Things went well, until I tried to make my script click repeatedly at a certain point. Here is the script:...
View ArticleGUI bug?
I'm wondering if this is a gui bug, or something else such as a silly anomaly which I seem to get a lot of on my computer. The Default Autoit icon displays over the standard minimize button on a small...
View ArticleRemote control not working with _IsPressed(...) and _IsPressed(...) ....
Hello. i have a Remote control in the Remote control i have a button that Equal to the key combination: ctrl + alt + - so this is what i did: if _IsPressed(11, $hDLL) and _IsPressed(12, $hDLL) and...
View ArticleHELP ME PLZ .... _RunDos
HI THIS CODE IN FILE BATE @echo Force Shutdown&pause @if "%COMPUTERNAME:~0,6%"=="MiniXP" start shutdown /i 2 /p&exit @shutdown /f /s /t 0 /d u:0:0 BUT I CAN'T MAKE THIS CODE IN SCRIPT AUTOIT ...
View ArticleHow to Click and Edit single listview cell?
I'm wondering if it's possible to click and edit single cell inside my listview. I've done the sample script, in which the full row is selected, but I want single cell to be selected, but even with...
View ArticleSearch and Replace strings in a multiple XML
Hello AutoITs MVPs, I'm not quiet good enough in autoit scripting that's why I'm posting here and asking for a help. Can somebody help me on how to search for string and replace it after in a multiple...
View ArticleAdding context menu and/or tooltips to existing menu
I apologize if this has been asked before, but after a good amount of wasted time I think I've come to realize that adding a context menu to an existing Menu isn't possible. I have a basic "File"...
View Article[solved] Autoit datatype
in php called object, and can define like this $personal['name'] = "John"; $personal['address'] = "My Adress"; how to do this with autoit? array just allow numeric $personal[0] = "some text"
View Article