_FileWriteLog question
It is not mentioned in the helpfile but I have a hunch about it. Does the path where the file is written by _FileWriteLog need to exist for the function to work? For example:...
View ArticleCode works on one machine - stops responding after few minutes on another
I have quite simple code which does few things. I know it can be made much better but I'm complete newbie, I'm not coding in any language - just used help file and google to find what I was looking...
View ArticleHow can i learn fast?
I have always had trouble learning coding, even visual basic. But i heard autoit can do so many things and i really want to learn. What are some cool things to make.
View ArticleHow can i make a program that
how can i make a program that helps me in a good way. That is there by my side like my wife she is very pretty also but i want to make a software that makes what i want it to do.
View Articlehelp with "IF" command
Hello again. Im trying to setup a small script to basiclly say "If XXX is present do this, Otherwise Carry on and do this..." This is the script i have $o_frame = _IEFrameGetCollection($oIE, 2)...
View ArticleRegistry explorer
Greeting, in some environment regedit was disable, so to explorer Registry is an issue. I am looking for some idea, step by step go deep in to the information that i want to see. for example:...
View ArticleRewrite Value of a Global Const
Hello, just is this possible or not. And if yes - how. Answer is wellcome. Greetings Andrew
View Articlesuper easy noob question *pls* help
Several things, how do I close out of multiple iexplorer tabs? I can seem to get a few open, but then when i _IEQuit, it only closes one of them... I would simply like a program that opens 15 tabs,...
View ArticleFile Download without URL
Hi all, I'm using an embedded IE object to fill in a form and submit it. The form uses the POST method and has a Javascript function which runs when the form is submitted and changes some values...
View Articlehref magnetic links
hello guys I am a noob. I am trying to write a script that acts like a search function for thepiratebay basicly the idea im going for is enter the name of the movie and it automaticly loads it in...
View ArticleHelp using _WinAPI_GetOpenFileName()
I'm using _WinAPI_GetOpenFileName with $OFN_ALLOWMULTISELECT to first display a list of files in a GUICtrlCreateEdit box, then write the results to a text file. The issue that I'm having is that the...
View ArticleIssue Sending Multiple ControlSend()
ControlSend("[CLASS:Notepad]", "" , "Edit1", "^a") sleep(100) ControlSend("[CLASS:Notepad]", "" , "Edit1", "^v") sleep(100) ControlSend("[CLASS:Notepad]", "" , "Edit1", "^a") sleep(100)...
View ArticleArrays making my head hurt
Hi Guys Am hoping someone here will probably solve this problem I can't seem to get my head around. I basically want to get the NetconnectionID, MACAddress IPAddress(0) and IPAddress(1) all into...
View ArticleMouse control
I'm need to do a fairly simple mouse automation. Is it possible to create scripts with autoit that don't take over your mouse so I can do other things while the mouse automation script runs in the...
View Articleautoit has started randomly quitting
Appreciate some hints on how to start debugging this kind of problem. No messages in Scite console other than +>14:11:20 AutoIt3.exe ended.rc:0 >Exit code: 0 Time: 6.716 I know this is a...
View ArticleGet input type
Writing a script which should allow autocompletion in any textfield, I was wondering if there is a way to get the type of any selected input field such as in a webbrowser to prevent suggestions in a...
View Articlehow to make resizeable working area?
Hi I'm trying to make the resizeable script working area what corners define the working coordinates of the pixelsearch. screen should be appear when u press drag window button in GUI. I have...
View ArticleError in Func
Func _PIDGetWindowTitle($_PID = 0) Local $WList = WinList() For $i = 1 to $WList[0][0] If WinGetProcess($WList[$i][0]) = $_PID Then Return WinGetProcess($WList[$i][0]) EndIf Next...
View ArticlePopulate ComboBox with data from a column in 2D array
I have an Array that I have finally managed to create but now I want to use the information in it for my GUI The data looks like as follows [0] Local Area Connection MAC Address...
View Article