INETGET IE 9
Hi, I have a question, is support inetget with IE9? I am Trying to download a file but it isn't saved. #include <IE.au3> MsgBox(4096, "Test", @DocumentsCommonDir, 10) Local $hDownload =...
View ArticleHow to use "Function with Array parameter"
Hello Community, I use AutoIT quite a while now and somehow I seem to be mentally blocked I am facing the following problem: I have 2 script files:test1test2 Test2 contains the function definition as...
View ArticleProblems accessing iFrame - IE version dependent?
Please help with the following problem. I have written this following script to retrieve data kept in an iFrame (DATA_IFRAME) which is inside a frame (MAIN_FRAME) on page "Data_Page". #include...
View ArticleMAC Address validation using StringRegExp
Can someone please help me translate this javascript function to autoit? Code Snippet function ValidateAddrMac(addrMac) { var addMacReg =...
View ArticleRemember last volume
Hi, I am using windows media player object for my audio player. I need my player to remember the last set volume on the player if possible. I can use an INI file to store the last audio volume but i...
View ArticleError with Flash and ObjEvent with version 3.3.8.1
Hi I'm having problems with AutoITversion 3.3.8.1. I can't receive FSCommands from my Adobe Flash .swf file. But everything works fine and without any problem with version 3.3.6.1 With oldest version I...
View ArticlePass WM_Notify to List view
I have a project i'm working on and have a listview that I double click the values. Now I can get it to consolewrite or do other things, but i'm having trouble passing it back to the gui so I can use...
View ArticleYes No Cancel MSGbox
I've looked at the helpfile and searched around, but I guess I can't grasp the concept. I have an android rooting program. Trying to add new features. Now I'm stuck. [ autoit ] popup Case "ADB...
View ArticleImages caption with gradient header - Possible?
Can autoit capable of attaching a header (create on the fly or attach another .jpg header) to an image and output result like this?
View ArticleHelp please, Im new to this
Hi I'm trying to make a script its when I press the number -Not on numberpad- "1" key it will spam the letter "w" or any letter i set to it... The scipt I made is this: Func main() While 1 If...
View ArticleCan I click a Javascript object?
Hi, I am trying to automate the clicking or activation of a javascript object. It's a login "button" and when you click on it it posts your enter details via javascript. This is the code when I right...
View ArticleAllow _ispressed() but block input
#include HotKeySet("{ESC}", "_Quit") While 1 If _IsPressed('41') Then MsgBox(0, 'Test', '') EndIf WEnd Func _Quit() Exit EndFunc ;==>_Quit Hello, how do I modify the script without using...
View ArticleHow do I put hiragana in my array?
When I do it, it turns to question mark in my editor http://en.wikipedia.org/wiki/Hiragana [ autoit ] popupGlobal $asArray[32] = ["あ", But not on forum apparently
View ArticleOdd string concatanation problem
This is the string I'm trying to construct. I've checked and tripple checked all the used variables. [ autoit ] popup$constrct_upload_url = $API_UPLOAD_URL & "/" & $ACCESS_LEVEL & "/"...
View ArticleScite customization for python
Hi, As many of us use scite for autoit code, I would like to know if anyone know how to customize it to get code folding with python file ? like #region myfold #endregion myfold I use it a lot in my...
View ArticleResizing Window Problem
hi ther, i have a problem with winmove i need to resize at 686x494 1 window or more than one so i use this code [ autoit ] popupOpt ("WinTitleMatchMode", 2) $var = WinList("hello") For $i = 1 to...
View ArticleHow To Refresh Traytooltip Display ?
[ autoit ] popup; ; When I hoover over the tray icon, the current time is displayed, but not updated until I move the mouse away and back. ; Is there a magic command to refresh the traytooltip...
View ArticleIeformgetcollection/ieformsubmit Error
Hi Guys!! Could you help me? I am trying generate an exe but the code show me an error: Do you know Why? >"C:\Archivos de programa\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and...
View ArticleControlsend Slash(/)
Hello, Anyone can help me i want send normal slash (/) key with ControlSend but i can't if i write normally / i got 6 if i write in ascii code i got 6 if i write shitfdown 6 shiftup i get 6... I don't...
View ArticleCounting Upper Case Chars In A Text
I'd like to be able to count the amount of upper case characters in a string. Some hints or solution to save me an hour (or 2 or 3), please... Would this be the right thinking? [ autoit ]...
View Article