[solved] Grabbing Attribute values
So I have this small reproducer: [ autoit ] popup#include <IE.au3> $oIE = _IECreate ("about:blank") _IEBodyWriteHTML($oIE, '<div class="yui-dt-message" style="display:...
View ArticleUsing Multiple SendKeys Functions At the Same Time?
I'm using visual basic 6 and I use autoitx3 Lib. Dim Command As New AutoItX3Lib.AutoItX3 Command.Send "h" sleep 100 Command.Send "e" sleep 100 Command.Send "l" sleep 100 Command.Send "l" sleep 100...
View ArticleArray with decimal help!
I honestly have no idea why this isn't working. It should be simple! This is just a brief example of what I'm trying to do. #include <array.au3> dim $test[5] $test[0] = 55 $test[1] = 59.25...
View ArticleAutoItObject and struct tagPoint in method ElementFromPoint
If I have in C++ the definition ElementFromPoint hresult([in] tagPOINT ;[out] IUIAutomationElement **) How would this translate to AutoItObject syntax? "ElementFromPoint hresult(ptr;ptr*);" Should I...
View ArticleAutoIt should return when script is finished???
Hi, after some hours of researching i stil have no clue what is going on internally in autoit it. I am used to unix - so i am seeing autoit as just an another script language - which behaves very...
View ArticleEMERGENCY! In A Bind!
Trying to restore a NAS server from a backup. Somehow there are at least two encryption keys on the backup set. Trying to create a script that will cycle between the two keys until the restore is...
View Article1% of the time script doesnt work properly
Hi, I have written a script with which helps me to automate the use of a gui application for comparing video files but sometimes it doesnt work like it should and I dont know why. The script has the...
View ArticleSQLite3.dll Can't be Loaded!
After being away from autoit for a while, I've picked up an old project again, but run into trouble when trying to use sqlite.dll On running _SQLite_Startup(), I get @error=1 (Call Prevented by...
View ArticleAnyone can help with this @comspec syntax???
Hi guys, I have this batch file that run the following code and it work fine. C:\Windows\System32\cmd.exe /C set __COMPAT_LAYER=RunAsInvoker & start "" "C:\Program Files\test 123\test 123.exe" but...
View ArticleTransparent label
Hi. here's a working example on how to make transparent labels, what I need it for is making a checkbox transparent, but it only works with labels maybe someone know why ? [ autoit ]...
View ArticleA few questions
I have some questions about a project that I am currently working on. I am most certainly an autoit noob, so bear with me here. Essentially what I want to do is open up a telnet session (I can do this...
View ArticleRegDelete Problem
When I try to use this, I just get an error -2 or 0. I haven't gotten it to run successfully yet. The logic seems correct and the MsgBox I coded in to test the output is correct..... I'm stumped. [...
View ArticleKeybinds using IF
Hello If I pressed 1 at any time since the script has been running x::e z::q If I pressed 2 a::e s::q I cant figure out how to do it. Hopefully someone can help me. Thanks! eDIT: Named the thread using...
View ArticleSuppress/consume IE confirmation messages
Is there a way to suppress/consume an IE confirmation messages? When I click a <label> element on our internal website, a confirmation message is produced asking for confirmation from the user to...
View ArticleAutoIt crashed ERROR Exit code: -1073741819
Anyone know what this is? No other message from scite besides: !>15:09:11 AutoIT3.exe ended.rc:-1073741819 >Exit code: -1073741819 Time: 26582.546
View ArticleHelp StringTrimLeft
I wanted to delete a string until a certain character. Does anyone know how? I am using StringTrimRigt EX: Before-->"AutoIt#Script" After--->"AutoIt#" The problem is that i need something that...
View ArticleQuick spec questions & app silent crash
I compiled a script that sends a file to a richedit the file content but the app simply exites silently when my file was just a few MB large. So I have a few questions about the things invoved that I...
View ArticleConnecting to MySql without any additions files?
I want to create a program that interacts with a mysql database on the web without any use of extra .dll's. Is it possible to connect to a mysql database without the need of any additional files/the...
View ArticleInet.au3 or Mysql
When using the Inet.au3 function to grab data, does it leave history behind? So let's say I do: $data= InetRead("http://secreturl.com/secretpath.php?a=secretvariable") Will anyone be able to look at...
View Article