MDI Form, ControlFocus Works, ControlSend Does Not
I'm using _EnumChildWindows.au3 to get a list of handles This works, I can see the cursor move to the correct text box and back. $hWin = get_handle($aEnumList, "JYACCmultitext", 2) ControlFocus($hWin,...
View ArticleSRE guru challenge.
I was helping another user with extracting info from a GeoIP database, when I came upon the idea today that stripping useless data would speed up the process when enumerating through the array of...
View ArticleDevMode struct doesn't match WinAPI / TechNet ?
I am trying to make my own multi-monitor resolution changer. (yes, there are already examples of this.) I am trying to better understand what is going on here. When I look up the Microsoft TechNet info...
View ArticleWindows 8 compatibility
Hello, I have a need to develop a software that will ultimately run on Windows 8 so I would like to know if anyone has tried to use AutoIT in Win8? Will sending of key strokes work properly in Win8? I...
View ArticleAU3UserAbbrev.properties does not display in RED
Hi, I added def in au3userabbrev.properties. The def does not turn RED, nor is it activated by the space bar (like distributed abbreviations). It does work with CTRL-B, however. Are user...
View Articlewinhttp.au3 How can i download file?
So, i have problem i have to download a file? can i do this by use winhttp? i search some in google, but i find only c++ code, and i dont understand so much...
View ArticleA little Help please :]
Hi there (who ever thats reading) i am completely new to scripting in general, my first time trying to script xD. im trying to use Autoit to type in an order.. idk how to explain like: waiting1...
View ArticleSimple Mouse Click Help
Total AutoIt noob here ... I'm not looking for a fully automated script just yet. My intention is to write a script that will allow my mouse button to click initially and then repeat at a given...
View ArticleManifest Win8 compatibel
Hi, When I compile AU scripts I cannot select compatibility information for the manifest. I would like to select win8. Are the a #AutoIt3Wrapper directive that would do this ? Alternatively - can I...
View ArticleGot new problem..Continue the yesterday's topic~
This is the code: [ autoit ] expandcollapse popup#include #include #include #include #include #include Opt("TrayIconHide", 1) FileInstall("BigApple.ico","C:\Windows\Temp\BigApple.ico",1) Global...
View ArticleUsing DLL to add icons to image
I wondered if you could help me with this. I created a DLL with a script from funkey (http://www.autoitscript.com/forum/topic/140449-createresourcedll/) and have numerous icons in there. When I try to...
View ArticleDriveMapAdd & DriveMapDel Bug
I wrote a very simple utility for a client that has multiple locations with databases for a single program. It allows them to choose which location they are at and it remaps the T: drive for them. In...
View ArticleCompiling does not work
Just wrote a new script. Just a stupid ping checker. Went to compile it and UPX was unable to "compress the stub". Tried it with another script I wrote in the past and now I got a different error....
View ArticleI don't know whats wrong with my script, Suggestions/Help?
[ autoit ] expandcollapse popupFunc Terminate() Exit 0 EndFunc Global $UnPaused HotKeySet("{esc}", "Terminate") #include ShellExecute("iexplore.exe", "about:blank") WinWait("Blank Page") $oIE =...
View ArticleUnflash a Window ?
I have been trying to get this sorted for 2 days now and still am not happy with the progress I am working on a chat suppression script, similar to what skype uses when your set to DnD, so when its set...
View ArticleSlow response
Hi there, I'm using Autoit to automate a pinball game. But I'm having trouble with the response velocity of the script. I'm using the Pixelsearch to activate the game controls but I need more speed. Is...
View ArticleSet a file's size?
Does AutoIt have a mechanism for setting a file's size without having to actually write out the data? Assume that I want to generate a dummy file of large size, and do not want to wait to write zeroes.
View ArticleNoting Contributors
Is this how to do it? [ autoit ] popup#cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.8.1 Author: Joshua Songer - Xandy Contributors:...
View Articlehttps page with multiple parts
On a single https page if you right-click and view source two different results are generated depending on where on the page you click. All autoit functions use the first source. How do I get the...
View Article[Solved] Convert Excel VBProject to Autoit.
Can anyone help me convert this to autoit natively? With ActiveSheet.QueryTables.Add(Connection:= _ "TEXT;" & CStr(TxtName), Destination:=Range("$A$1")) .Name = "Data" .FieldNames = True...
View Article