Does AutoIt have a workaround/solution for dealing with Win7's...
Hello Everyone, Does anyone know whether or not AutoIt (a built-in function or a UDF) has a workaround or solution for dealing with Windows 7's Interactive Services Detection feature? For...
View ArticleMagnify two areas simultaneously
Hello, some time ago i request some help to Magnify alternatively 2 desktop area post some working code and obtain nice help (as usual) Now i'm here to ask how Magnify two areas simultaneously....
View ArticleUPnP
Hello all, I have searched the forum but it seems there are no up to date UPnP functions, the most recent one I found, seemed to work, but the program it relies on "UPnPPW" doesn't seem to detect any...
View ArticleGetting window title from handle
Hello, another quick question, also, thanks for all the help I've had recently.I am using oneventmode to handle windows in a process, however, I have to call a special function, which requires the...
View ArticleReg key delete
Need to delete a couple keys and all subkeys to fix an issue on Windows 7 with IE 9 after removing the IE 10 update they temporary internet files is set to 0. If you try to change it you get "Please...
View ArticleStdoutRead for external program doesn*t work!
Hey guys, i hope my english knowledge is great enough to tell you my problems with stdoutRead. I have created a GUI which should make the work easier with a gameserver which popups in a CMD Window....
View ArticleNeed Help with Syntax for OutLookEX Ol_ItemAttachmentSave
I am a complete newbie to coding in general. I have had limited success creating scripts to perform simple tasks. I am challenged trying to create a script then will save outlook attachment(s) of a...
View ArticleLocal IP address Refresh
hi i am new here i would like to refresh my local ip, without closing my autoit app, how do i do it ? this is my full code AutoIt expandcollapse popup#RequireAdmin #include...
View Article@MELBA23 - Please read.
#### EDIT #### Autoit is only a scripting language. what can it do when automation is banned? for me autoit is an advanced batch programm. a batch should do automations. -> so tell me why i...
View ArticleNull terminated string
Hello, I want to make a TCP/IP client that sends null terminated strings. Three of them to be exact Are the string null terminated by default? If not, how do I make them null terminated? Sorry,...
View ArticleBlinking listview items
Hi, I want to create a list view that would have some blinking items so as to grab the attention of the user. I would be grateful for any ideas, links or examples. Example of trigger for the...
View ArticleWhat is the best way to store resources, settings, strings etc.?
I'm developing a program that should be as small and not extensive as possible and also fully portable, however, it contains many resource files, settings etc.. So I've had to make an external file...
View ArticleClear Editor Error Message
Hi, In the Scintilla Editor when I checked syntax it put a red error message box below the offending code line and a yellow spot beside it. How do I clear this? How to return to the normal view I had...
View Articleproblem with checking if ie element visible
well anyway, the _IEPropertget function has a visible paramaeter. now heres the issue, it only seems to work for form ids. i need it to work with _IEFormElementGetCollection im not sure exactly how to...
View ArticleSome Pretty General Help
Ok Aight, lemme introduce myself. My name is Prestigue, I'm new around here and just registered. I need some help. 1. NoMadMemory Can you change multiple Addresses to one value? 2. Mousemove...
View ArticleClicking on a web tag with _ieaction
Hi Everyone. I used the script below on a webpage I need to click a button on. It went through a ton of message boxes until it found the button I'm looking for. Tagname: BUTTON innerText:Go...
View ArticleDirCopy not working.. HELP!
I am trying to copy folders from the C drive, place them in a folder and rename them to current year, date and day. However I am having issues with DirCopy not even working. Could anyone please assist?...
View Articleimage search
Is it possible to compare the screen display to the image I save. The image contain the program - example TeamViewer with the OK button. The thing is; teamviewer doesn't appear at the same location (x,...
View ArticleNeed to find name of input tag
I currently have TD objects returned by the _IETagnameGetCollection $oTable = _IETableGetCollection($oIE, 1) ; select first table, index 0 $oTR = _IETagnameGetCollection($oTable, "TR") $oTRs =...
View ArticleHow to read List items into an array ?
Hi, Given the example: http://www.autoitscript.com/autoit3/docs/functions/GUICtrlCreateListView.htm Say I have a couple of rows of text in the list. At some point I want to press a button and...
View Article