Search the web
Sign In
New User? Sign Up
AutoItList · AutoIt Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 24288 - 24320 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24288
The address "george@..." is not subscribed to the list (according to the admin interface). Are you subscribed from another account and have mail...
Jonathan Bennett
hiddensoft
Offline Send Email
May 1, 2004
7:44 am
24289
Ah, c98@... is still subscribed so I'll delete it manually. J....
Jonathan Bennett
hiddensoft
Offline Send Email
May 1, 2004
7:45 am
24290
... there may ... Yes then I dismissed the idea. Been here long enough to know it's usually a second email or forwarding on the users side Rick...
Tutor2000
Offline Send Email
May 1, 2004
7:04 pm
24291
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
terence26
Offline Send Email
May 2, 2004
1:36 pm
24292
Anyone who would like to rate AutoItv3... http://download.com.com/3302-2094_4-10266756.html Lar....
larrydalooza
Offline
May 2, 2004
2:07 pm
24293
... 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...
Brian Keene
brian_keene
Offline Send Email
May 2, 2004
2:38 pm
24294
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, ...
Jeremy Landes
jslandes
Offline Send Email
May 2, 2004
6:16 pm
24295
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...
Jeremy Landes
jslandes
Offline Send Email
May 2, 2004
6:40 pm
24296
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...
Tutor2000
Offline Send Email
May 2, 2004
9:05 pm
24297
Rick, ASP depends on PWS or IIS. It can run under others web servers too, like Apache, with a kind of plug-in to do so. -- [hugs] A.Miller ...
Armando Miller
amillerpobox
Offline Send Email
May 2, 2004
9:47 pm
24298
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...
Brian Keene
brian_keene
Offline Send Email
May 2, 2004
10:02 pm
24300
You're always kind enough to answer my html code embedded questions I appreciate it thank you Rick ... too, like ... the ... computer ... the ... Web ... ...
Tutor2000
Offline Send Email
May 3, 2004
12:37 am
24301
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...
mark bob
sweetdeal2004
Offline Send Email
May 3, 2004
2:28 am
24302
... 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...
David Nuttall
danuttall.rm
Offline Send Email
May 3, 2004
2:44 am
24304
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-
nordlicht882003
Offline Send Email
May 3, 2004
8:05 am
24305
... 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...
Brian Keene
brian_keene
Offline Send Email
May 3, 2004
11:48 am
24307
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-
nordlicht882003
Offline Send Email
May 3, 2004
1:21 pm
24308
... 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...
Brian Keene
brian_keene
Offline Send Email
May 3, 2004
1:46 pm
24309
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...
sky40912@...
dorusone
Offline Send Email
May 3, 2004
1:51 pm
24310
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 &...
Brian Keene
brian_keene
Offline Send Email
May 3, 2004
3:50 pm
24311
Which version of autoit? Rick...
Tutor2000
Offline Send Email
May 3, 2004
6:24 pm
24312
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...
Tutor2000
Offline Send Email
May 3, 2004
6:26 pm
24313
del c:\windows\prefetch\*.* /Q will get rid of your prefetch Rick...
Tutor2000
Offline Send Email
May 3, 2004
6:29 pm
24314
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 ( ...
Tutor2000
Offline Send Email
May 3, 2004
6:42 pm
24315
Something like that should go into the next library release. :) David ... ______________________________________________________________________ Post your...
David Nuttall
danuttall.rm
Offline Send Email
May 3, 2004
6:50 pm
24316
... 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...
Brian Keene
brian_keene
Offline Send Email
May 3, 2004
11:48 pm
24317
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...
Brian Keene
brian_keene
Offline Send Email
May 3, 2004
11:59 pm
24318
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....
Tutor2000
Offline Send Email
May 4, 2004
5:01 am
24319
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...
Gene Sears
genesears01
Offline Send Email
May 4, 2004
5:23 am
24320
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...
Tutor2000
Offline Send Email
May 4, 2004
6:04 am
Messages 24288 - 24320 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help