There is IPSet (2005) script here (not tested): http://techidiots.net/autoit-scripts/ipset.rar/view ;-------------------------------------------------------- ...
Ok, here is what is happening. I should know; I am the guy to put the random number generator in AutoIt. Each time the script is started, the random number...
... Thus, you have to add one call of func sleep() before first line of script to create different random numbers by the same script: sleep(1003) Valery ... ...
i will paste here my simple random generator i maded its gui,if u press button it will generate number like first 3signs are prefix next 4 signs are date code ...
is there any autoit function can detect if CPU process is becoming to 0...? see attach... services is running & using 3% of CPU process... i want to write a...
It doesn't tested, however: ;=============================================================================== ; Description: Get process with CPU load and...
... As you can see $array = _ProcessListCPU("", 1000) for each $i has three members: $array[$i][0] is cpu % $array[$i][1] is name $array[$i][2] is PID You have...
You can also use high-speed find/replace (with regexp) and regex: ".. Performs a Perl Compatible Regular Expression (PCRE) search on str-text with the pattern...
um, yes, but that adds more delay to AutoIt. which it doesn't need. Why not make an optional function to reinitialize it? Thanks, Tyler Littlefield. Vertigo...
Littlefield, Tyler
compgeek13@...
Sep 4, 2007 4:39 pm
31369
i want to embed windows emplore view. when you right click on start and click on explore is the view i need i can do that in IE but i dont want to. I have two...
They are following: http://www.noooxml.org/ballotresults Armenia, Azerbaijan, Belarus, Kazakhstan, Russia, Ukraine, Uzbekistan said Yes. They didn't know about...
The help file for pixelsearch shows the parameters being: left coordinate top coordinate right coordinate bottom coordinate are these coordinates the x and y...
left coordinate of RECTANGLE! The search is scanning this RECTANGLE (left, top, right, bottom) left-to-right, top-to-bottom and returs first match is returned...
Hi Jim, it does not works like x and y imagine square,5x5 OOOOO OOOOO OOOOO OOOOO OOOOO now, left 1 top 1 right 1 bottom 1 will be like OOOOO OXXXO OXXXO OXXXO...
I might be thick, but it is not clear to me.. How about this to illustrate the coordinates. Go to my racquetball web page: http://6amplayers.com now what would...
Start Au3Info.exe and open Summary tab. ... .... ControlClick Coords: x,y It is coordinate mouse pointer relative to control window. and ... .... Position: mx,...
Now I'll show how it works for your counter picture Your Counter Picture URL is http://webstats.web.rcn.net/cgi-bin/Count.cgi?df=speedijim&ft=0&tr=N&dd=C&md=6 ...
Dear Sirs, who ever is the moderator of this Group kindly Remove me form AutoItList Best Regards valery_vi <shehrer1@...> wrote: Now I'll show how it...
Lol. You want to type form. It is very easy... Close your IE window. Check warning window from MS about security to hide it in future. And start this one. ...
My largest thanks!!!! Works great! I see that I need to read about the new commands and functions.... and I will do that... Best Regards! Jim A.K.A....
I'm sorry for one more question. Running from scite it works great. When I compile it and run the .exe file, I get "autoit error" Line -1: Error parsing...
I suppose that it's line #include <IE.au3> File IE.au3 should be placed in folder ..\Include before compilation. Or you can replace it to #include "IE.au3" ...