How to prep system for non standard shutdown using WinAPI and DLL calls?
Please see this post http://www.autoitscript.com/forum/topic/149641-how-to-force-a-power-down/page__st__20#entry1067760 I've started try to code this but I'm having trouble with the DLL syntax and I'd...
View ArticleFunction for sorting array the the length of its element? - help
Anyone enough good at maths? Example Input array: 123456789 98765432 891721872817027190defrwer jhg3ujhguhdasuiyiouioewurioejirwerwerwe eqkwijeiqwjasdkhas 2123 432 1 343256 Output Array:...
View ArticleConnecting to a MSSQL Database and Querying a Table
Hi, I'm incredibly new to the AutoIT world but have managed to put together a few simple scripts. Now I have a need to use AutoIT to connect to a Microsoft SQL database and run a query on a table then...
View ArticleRegExp Problem
<META NAME="class" CONTENT="我是人(哈哈)(呵呵)"> <META NAME="class" CONTENT="我是人(你好)"> <META NAME="class" CONTENT="我是人"> Maybe there are three modes in the HTML file.. (Sometimes appears...
View ArticleBasic help for a complete noob regarding closing a script after use
Hey guys, first of all, i ask patience, since I'm super dumb when it comes to scripts, codes, etc. I also been trying stuff on and off, copying scripts, reading help and whatnot, but i sort of hit a...
View ArticleTCP does not work outside of localhost
Hello. As the subject ... TCP does not work outside of localhost ... I say immediately that I do not have a router, I do not live in the block, I have mobile internet in the "play". I gave the server a...
View ArticleHow to create a GUI with only a minimize button and close button
How to create a GUI with only a minimize button and close button, Please!!!
View ArticlePls help me convert this code(vb) to autoit. thanks so much!
Pls help me convert this code(from vb) to autoit. thanks so much! http://www.mediafire.com/?60cq883qdho5c50 Luong,
View Article[Ask] Label click Checked or Unchecked Checbox
Hi All.. I want control checkbox using label. so if $label1 clicked then $checkbox1 = checked then if $label1 clicked again then $checkbox1= unchecked
View ArticleAnother RE problem
Hello, I'm back with a problem with regular expressions I have this html code (is more extensive, but it is always the same, "and I need to list the text found between "> and </a> with regular...
View ArticleDo...Until Loop Expression
Hello I'm a bit stumped on how to get over this problem I'm having with the Do ... Until loop expression. As you can see below, I'm trying to make the variable gridID so it'll be "ctl01, ctl02, ctl03"...
View Article_GDIPlus_BitmapCreateFromHBITMAP Failing On Windows Server 2003
I have a program that takes a screenshot (Part of the Tesseract AutoIT project). The trouble is in the CaptureToTIFF function BUT ONLY on Windows Server 2003. Everything works great on XP or 7. I've...
View ArticleSRE - adding chars to pattern produces invalid results
In the following code the first SRE produces what I am looking for but the second does not. It seems like it should produce the same result. [ autoit ] popup#include <array.au3> ; This...
View ArticleRun script depending on an external action
Hello all, I am trying to see if it is possible to execute the script when a message appears. I want the script to only execute when a specific messagebox is ran (from another application). Is this...
View ArticleHow to Open Folder and Select File
Hi, I'm build my soft. And I catch a trouble with Open Folder and Select File It likes Internet Download Manager Like The Picture, When I open folder, It will open folder and select file. Other forums...
View ArticleHow to get a description of the process
How to get a description of the process, Please help!
View ArticleAuto re-run after exit
I have a .au3 file that retrieves content from a web page. Sometimes, it stops because of a failure to respond. How can I make it re-run without my intervention?
View ArticleAutoit:Write in a new sheet of an opened but not saved Excel workbook
I have an .au3 script that retrieves data from web pages and writes them in an EXcel workbook that it opens. Hao can I make it write data from each web page in another sheet of the same workbook,...
View Article{Req} Download a file 3 server?
plz help for fix code : 3 server file download. #NoTrayIcon #RequireAdmin Server1() ; Download a file in the background. Server2() ; Wait for the Download to complete. Server3() ; Wait for the Download...
View ArticleIE: Check if link attribute exist
Hello, I need to check for an attribute in the link tags in the html. But the attribute is not presented in all links, and that produces this error: ("The requested action with this object has...
View Article