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...
Show off your group to the world. Share a photo of your group with us.

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 30679 - 30711 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30679
I'm a sort of a newbie and trying to figure this out. So I thought I'd ask. I'm using a for next loop to process spam to report spam to spamcop using outlook...
patlaca04
Offline Send Email
Jan 4, 2007
6:21 am
30680
Life is Different here, sky has no limit but you must grip it with this website, your Mirror of mind are present there. Whatever you want related to your...
Ramprasad Dey
deyrp72
Offline Send Email
Jan 4, 2007
8:19 am
30681
It just dawned on me to use <>. I cannot believe that in the 7 or 8 years I have been using AutoIT I never thought to use <> in that scenario. Sorry for...
marx.external@...
nullsurfer
Offline Send Email
Jan 4, 2007
4:13 pm
30682
I am trying to do an if not against a string. I have never gotten this to work correctly and have done cheap little work arounds but thought I might see how...
marx.external@...
nullsurfer
Offline Send Email
Jan 4, 2007
4:18 pm
30683
Hi. I'm getting one of those don't send errors when I use the up and down arrow keys in one of my scripts. It doesn't happen all the time and seems to happen...
Jodie and Tiger
sufficientlytwisted@...
Send Email
Jan 4, 2007
5:26 pm
30684
The "If Not"test should be done this way: If NOT ($NETCHECK = "Yes") Then The reason is that else you are testing: If (NOT $NETCHECK) = "Yes" Then Jos ... this...
jvdzande
Offline
Jan 5, 2007
11:09 am
30685
Hi, Today I'm trying to read news from AutoItScript forum since 26 December 2006. There is quick method to do it by BForum script (File/Misc of this group)....
valery_vi
Offline Send Email
Jan 9, 2007
8:06 am
30686
I'm confused as to why your telling us this? Tyler Littlefield Shaned.net customer support and server administrator. Unlimited horizons head coder. check out...
Littlefield, tyler
compgeek13@...
Send Email
Jan 9, 2007
8:09 am
30687
To start new year 2007. Valery...
valery_vi
Offline Send Email
Jan 9, 2007
9:38 am
30688
After viewing of the content of that news I see that new FAQ (external) for AutoIt isn't waste. So it's very hard to look for the solutions of known tasks. And...
valery_vi
Offline Send Email
Jan 9, 2007
10:21 am
30689
Someone (bugfix!) from AutoItScript wrote: http://www.autoitscript.com/forum/index.php?showtopic=39076 ".. In some cases you need the TrayBar position. I've...
valery_vi
Offline Send Email
Jan 9, 2007
2:29 pm
30690
Hello list, This is just the beginning of a script I'm working on. I want it to connect to clients, and receive all data, as well as send data. I can't get it...
Littlefield, tyler
compgeek13@...
Send Email
Jan 9, 2007
2:43 pm
30693
This is the only group that would appriciate this http://webjunk.tv/archives/2007/01/im_the_computer_man.php Rick Martial Arts Ebooks Books DVDs and Videos New...
Sensei J. Richard Kir...
Tutor2000
Offline Send Email
Jan 9, 2007
6:11 pm
30694
wow, somehow, I don't see the link between this and AutoIt, perhaps you ocould explain? Thanks, Tyler Littlefield Shaned.net customer support and server...
Littlefield, tyler
compgeek13@...
Send Email
Jan 9, 2007
7:08 pm
30696
BTW I have explored Shell Tray window and it's properties. The result is two tricky functions: ;Sets the transparency of the Shell Tray Window Func...
valery_vi
Offline Send Email
Jan 10, 2007
7:30 am
30697
More serious problem is with Desktop window. You can use the following functions: ;Sets the transparency of the Desktop Window Func DesktopTrans($Transparency)...
valery_vi
Offline Send Email
Jan 10, 2007
3:00 pm
30698
Hi Rick, Do you really think about song "I'm the AutoIt man! Yeah, yeah..."? ... Regards, Valery ... Punching Harder...
valery_vi
Offline Send Email
Jan 10, 2007
3:11 pm
30699
thank you....
p0etb0x
Offline
Jan 13, 2007
9:19 am
30700
Hi, I want to open URL on my default browser by AutoIt. How can I do that please? SLee [Non-text portions of this message have been removed]...
SLee
shibleemehdi
Offline Send Email
Jan 14, 2007
5:42 am
30701
... _IEcreate or _IEnavigate is used to do this function....
p0etb0x
Offline
Jan 14, 2007
10:59 am
30702
Oh! perhaps these ( _IEcreate or _IEnavigate) are not supported in my version of AutoIT. may be I'll have to download the latest one. SLee ... [Non-text...
SLee
shibleemehdi
Offline Send Email
Jan 14, 2007
11:24 am
30703
Why not like this: ; ; This script just gets the Accuweather printable forecast ; Run('C:\Program Files\Mozilla Firefox\firefox.exe ...
Jim Mihalski
mihalski
Offline Send Email
Jan 14, 2007
11:55 am
30704
How about ShellExecute("http://www.google.com") or ShellExecuteWait("http://www.google.com")...
Steve Waggoner
waggoner1
Offline Send Email
Jan 14, 2007
6:14 pm
30705
Run( Start http://yahoogroups.com<http://yahoogroups.com/> ) -Dw ... I like to think of myself as a divide overflow. [Non-text portions of this message have...
DANIEL WELCHER
danielwelcher
Offline Send Email
Jan 14, 2007
10:41 pm
30706
Opt("WinTitleMatchMode", 4) if WinExists('regexp=S(.*?)', '') then Msgbox(0,'', 'win exists') else Msgbox(0,'', 'is not') endif...
valery_vi
Offline Send Email
Jan 15, 2007
6:13 am
30707
... thank you very much.It seems that "regexp" cannot be used in Winclose () To my surprise,I changed the replaced the letter 'S' in your code with any other...
p0etb0x
Offline
Jan 15, 2007
11:35 am
30708
... I tried to close the Auto3's help file("AutoIt.chm"),it's title is "AutoIt Help". I tried: ;WinClose('regexp=AutoIt(.*?)');failure ...
p0etb0x
Offline
Jan 15, 2007
11:51 am
30709
You are lucky man. But there is method to get Title and Text of window founded in this exotic (by RegExp) case: Opt("WinTitleMatchMode", 4) if...
valery_vi
Offline Send Email
Jan 15, 2007
11:57 am
30710
Having handle ($hWnd) you can operate by windows without problems....
valery_vi
Offline Send Email
Jan 15, 2007
12:07 pm
30711
But I can't use Larry's new func ClassNNOfHWND(ByRef $hwnd) from http://www.autoitscript.com/forum/index.php?showtopic=17656 This useful (in future) func...
valery_vi
Offline Send Email
Jan 15, 2007
12:21 pm
Messages 30679 - 30711 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