Scheduled Maintenance:
We are undertaking some essential, but extensive maintenance to improve Yahoo!
Calendar. Your Group Calendar is being migrated to a much improved version of
Yahoo! Calendar. During the maintenance period, you may not have access to your
Groups Calendar.
We sincerely apologize for this inconvenience. Your Groups Calendar is in great
shape and we are working to have it available again as quickly as possible
- Yahoo! Groups & Yahoo! Calendar Team
Hi All, Could anybody please please please give me some pointers on how to send uppercase letters through the autoitdll in such a way that they do not turn up...
It looks like it doesn't work on labels. Maybe something for Larry to look at. red ... Obesity in Children, Anger Management, Internal Energy Strikes, ...
heres what i'm tryin to do, i'm tryin to make it so it copies some text so far it will say "Scan 111.111.111.111" i have the script setup so it will delete the...
I think this group is out of ideas. Maybe it is a bug in the .dll. Try e-mailing Jon directly and maybe he can find the bug in his code. Only ideas I would...
It runs fine for me. Although, the first time I ran it "valid IP" and "InValid IP" looks so much the same that I changed the INvalid messagebox to "This is...
Your distance away on each side should be at least 10 pixels. Easiest way to figure out the width of the button is take your distance from the left of the item...
again... inherent support for mouseclick is there... first get the mouse co-ords of the spot that u want to click using my script or larry's autoscriptwriter....
Thanks Red Ummmmm Larry I think tooltips for groups is broken, I got a new one to work on buttons and when I compiled your preview tooltips in the group did...
The script is a bit to easy: 1. it doesn't check wether there are digits in the IP-Adress 2. it does only work, when the Ip-Adress got three digits in each...
Hi Jeff, Hi Group, i wrote a script subroutine in autoit to split an ip stored in the variable split_ip in it's four number parts (stored separately in the...
so like if on my computer i have AIM, and i have the screen at coords 800X600, and i want to click the "setup" button which is within the aim window, and my...
is it possible to use a keystroke for this? a keystroke is always going to be more reliable. jack the giraffe is too tall to go through the tunnel ... From:...
Removed unnecessary msgbox and added that it can only have numbers up to 254 ;--------Begin Script-------- setenv,erer,623.194.187.187 SetEnv,TestIP,%erer% ...
Hi gurus, The following script tries to find a line in a file that contains a string '005,': SetEnv, DateTime, SetEnv, LineNo, 0 SetEnv, String005, 005, ...
IfNotInString, DateTime, String005, Goto, NextLine should be IfNotInString, DateTime, %String005%, Goto, NextLine haven't looked further into the script... off...
Larry, Thank you for your quick reply. Here follows the modified .aut script: SetEnv, DateTime, SetEnv, LineNo, 0 SetEnv, String005, 005, IfNotExist, appl.bak,...
Hi gurus, I am sure someone has already invented scripts to make date/time conversions but I just cannot find it. I would like to convert: mm-dd-yy to...
It has more options and is more stable (to my experience)... ;-) daonlyfreez http://home.deds.nl/~daonlyfr/links/freeware.html ... Obesity in Children, Anger...
Where do you get the values from? AutoIt's built-in variables include date and time... Greetings, daonlyfreez http://home.deds.nl/~daonlyfr/links/freeware.html...
BECAUSE YOU HAVE TWO mSGbOX COMMANDS...oops capslock!!!... The fist msgbox kicks, then the IfNotInString compare fails causing the second msgbox to fire... ...