Progress Bar for 7z Archive Extraction, Is it possible?
Ok im doing some extraction of archives like this AutoIt Code popup $aRarFile = _RecFileListToArray(@ScriptDir, "*.rar|*.part*", 1, 0) ;~ _ArrayDisplay($aRarFile, ".Rar Files") If...
View Articleinsert in 2 demensional array
Hi, i am using a two dimensional array like this: Dim $formfields[3][2] = [["element1", "data1"],["element2", "data2"],["elemnt0","data0"]] there can be x elements. My problem is that i need to...
View Article_IEFormElementGetObjByName
AutoIt Code popup$oIE = _IECreate("<a href='http://www.autoitscript.com/wiki/Main_Page' class='bbc_url' title=''>http://www.autoitscript.com/wiki/Main_Page"</a>) Sleep(1000) Local...
View Articlesome regex troubles
i am trying to parse some textinfo and it just seems not to work. here you can see what i am trying to do http://regexr.com?34r61 i want to find the state (active or not) for all ten devices....
View ArticleCustom HotKeySet - Confusion
So what i would like to do is, set a hotkey for the two left buttons on my mouse. On a webroswer, that make the page go "back or forward". HotKeySet ( "key" , "function" ) key - The key combination...
View ArticleCheck if exist (W/Out taking the extension)
I'm not sure if I phrase this correctly, but is it possible to have autoit check if test.txt exist on desktop if I only type "Test" on input instead of "Test.txt"? I tried: AutoIt Code...
View ArticleActive weblink on a splash screen?
Is it possible to put a weblink on a SplashText window Or is there a simple way to just have a clickable link on it?
View ArticleHow to put a png fading window in a parent window ??
I search to put a fading window with png control buttons, in a parent window. When I set to parent the second window disappear. Can you help me ? AutoIt Code expandcollapse popup#include...
View Article_ReplaceStringInFile and multiline string
Hello, I'm working on a personal filetype parser. I'm using .poem files extension with a HTML-like syntax. An exemple file looks like this: <poem> <name>poem1 name</name>...
View ArticleSlight Script Issue
Hello all I wrote this a little while back and iv just noticed it has a problem: AutoIt Code expandcollapse popupIf Not FileExists("C:\Program Files (x86)\AutoIt3\AutoIt3.exe") Then MsgBox(0,...
View ArticleScript problems...
Okay so, before I start, I'm going to say that the script I made is a hack for a game. It is a shotbot, it used to work until they patched it, now when my crossfire(aim thingy) goes on the person, the...
View ArticleProblems with script
Hello everyone, I've got a problem when i runing this script - somehow the second window is not moving... I don't know why, can any one help ? script is runing program and trying to sort windows on...
View ArticleBeta Test My Latest Script? Please?
I'm working on a script for two monitors (currently) that will wrap the mouse around the monitors and yet still allow you to drag windows to the edge of the monitor for the Windows 7 Snap feature....
View Articleie.au3 problem clicking on Href with class
I was wondering if someone could give me advice or help on how best to accomplish submitting some clicks in an HTML page in IE. I am able to click on submission buttons that look like the following:...
View ArticleRunning Script on Locked Down Machines - Only part of it works
Hi there, I recently developed a script for my workplace that will create users in SAP based on a pre-filled excel sheet. I work on a locked down machine (can't even change my screen resolution...),...
View ArticleDLL search and register autom.
Is there a UDF which automatically in a folder and subfolders for. DLL is located and if already present renewed?
View ArticleStandart IE UDF - how to get path to image in the browser cache an make it...
is there some method : to get path to image in the browser cache to make image show itself (load) on the page (IE in OS configured to not to not show images by default) For now it like this: AutoIt...
View Article.classname .href help
hi I'm looking for more information on the decimal value? i see this used a lot and it's not really explained anywhere yet it seems kind of important as my code wont run without it... for instance...
View ArticleMouseTrap / Hook
Hi guys, For a project i need to define the size of the working desktop ( the use of an external software ), i have try with _MouseTrap but not work if i switch the multi desktop. So i have think to a...
View Article