Gentlemen, Is there an #include file for AutoITv3 (102) with the Window styles etc ? I've noticed that the examples reference (eg $GUI_FOCUS) but I couldn't...
... Terence: Yes there is. I've attached the file. I believe I got it off of the hiddensoft forum ftp area in the beginning of March along with the beta of...
I'll put one together for the library. Whenever I can get everything together for the next release, which isn't working as I planned. :( Sincerely yours, ...
Folks, There have been a great number of user submission to the standard library, which I appreciate very much. Brian Keene and I are trying our hardest to...
Hi guys Got me a book on ASP and I want to try to use that for some of the stuff I'm doing. Is there a way to run an asp on a local computer without installing...
Jeremy is absolutely right. We do appreciate all of the submissions. But I think it will probably take us about 3 weeks to get everything together for the...
You're always kind enough to answer my html code embedded questions I appreciate it thank you Rick ... too, like ... the ... computer ... the ... Web ... ...
hi id like to know if anyone can help me make an automated keystroke and mouse move ment program to run simultaneiolsly with the game giving auto control over...
... People do it, make game bots that is (that is what we call this activity). Take a look at the help pages for the Send command and the MouseMove command in...
Hi, I need to Search for some text in a textfile and Replace this text. I have to do: Search for this text/signs: //## Replace the text/signs with a space. Any...
... Heinz: I haven't tested this, & I wrote it quickly for you, but try the following script. Regards Brian Keene In troubling times, it's good to read true...
Hi, your Script doen't it but shows me the way how to do it. replacing the While/Wend to this will make it run: $a=1 While $a=1 $sLine = FileReadLine($hFile) ...
... Heinz: Insert a "ContinueLoop" after the $a=0 & you won't get an extra blank line at the end of your file. Glad I could help. Regards Brian Keene ... In...
Hello dear friends. have 2 questions. 1) does Auto-It run on a linux distro ? (if no : way) 2) Auto-It version 2.64 on Windows XP Home : script below works but...
Heinz: I looked at my script & your suggested fix & realized where I went wrong. I made a UDF to make it easier to do this same sort of thing in the future &...
Is there some reason you can't use fileread and filegetsize put it all into a variable and replace them all at once or does that mess up the formatting? Rick...
I did this with html so I don't know if formatting in a text file would get messed up, but if you $clip = FileRead ("c:\mypathth\mytext.txt", FileGetSize ( ...
Something like that should go into the next library release. :) David ... ______________________________________________________________________ Post your...
... Check out my later post with the UDF I made that does this. Regards Brian Keene In troubling times, it's good to read true stories by real people about...
True. My UDF would be shorter & probably run faster if I read everything into a string & then did the StringReplace() on the string. But then I wouldn't be...
That would have to be one big file nowadays not to fit into ram BUT I'm just pleased I was able to make a point worth mentioning Oh great American Idol is on....
I don't disagree with you, but on the basis of completeness (as has been pointed out to me)... With the use of MemGetStats ( ) $array[0] = Memory Load...
Very clever Gene So based on those results and filegetsize you can decide which udf to run. By the way you're probably tired of hearing this but you have no...