Thanks for the reponses, but I forgot to include 1 important qualification. This problem is occuring on a win 98 (w/IE4.01) system. I would like to verify that...
Getting into my field now are we? With mouth moving out of sync ^&*( you windows. You know my programming martial art is strong. I have studied autoit Whack...
During an adhd episode I was the one who wrote the bible version of autoit "AND in the beginning There was windows .... That was popular unlike my redition of...
Reminds me since we're ot val were you able to crack my hta in a very short period of time? Rick 12-23-2005 ADDED Adigun Sipho Capoeira Angola Basics DVD ...
Aloha gang I want to install autoitx from an hta menu for my ebook readers I'm still learning vbscript so I wanted to check with the experts that taught me all...
-- ___________________________________________________ Play 100s of games for FREE! http://games.mail.com/ [Non-text portions of this message have been...
I'm sorry Roger. It works fine under Win98 with IE5.0 as well. Do you have problem to upgrade IE upto 5.0? ... qualification. ... like to verify that the...
Hi all, is there a short way to compare a variable with all elements of an array? I have the following code in my script, but I would like to compare it with ...
Stefan Lubitz
stefan@...
Jan 3, 2006 12:48 pm
28800
For $i = 0 to UBound($Array)-1 IF $Array[$i] = $Whatever Then DoWhatever() Else ;DoNothing! EndIf Next ________________________________ From:...
Some variations on Michael Curley's theme: Compare/match a Variable with/within/beginning/ending of each element of a Array To use a UDF from the include...
Thanx all, I will try some of the Ideas today. Stefan ... Von: AutoItList@yahoogroups.com [mailto:AutoItList@yahoogroups.com] Im Auftrag von Gene Gesendet:...
Stefan Lubitz
stefan@...
Jan 4, 2006 7:59 am
28817
Is it possible to change the text of a MenuItem control once it's been created? I am trying GUICtrlSetData, but it has no affect. In the help for ...
I've added some echo statements to my script to find out what the mouse position is, according to the script, and I found out something interesting. While...
I needed this for my hta pages and autoit3x Found this seems to work so I thought I'd share With my limited knowledge of vbs I'm sure stuff can be cut out <!--...
Help please Can anyone help with a problem I have, which is. I am writing code that loads a web page but the address changes depending what the user has...
Lance And Ali Edwards
aed53790@...
Jan 6, 2006 12:13 pm
28824
Hay list, I have a question. I am creating a system tray, and want to know, before you click on it, is there a way to change the title of the text that appears...
Hi All,
I am probably being really dumb but I can't get see how to do anything with the files that are dropped into the control in the following script. The...
What type of event have you setup to catch the "drop"? ________________________________ From: AutoItList@yahoogroups.com on behalf of Robert Walker Sent: Fri...
Hi everyone, I'm brand new to both AutoIt and to this list. I have done the tutorials in the AutoIt help and I have a clear idea of what I want to accomplish. ...
I'm going to only partially answer your first question, as I must be lazy, but I have never ytried to do it that way. I usually hardcode relative paths into my...
How do you want this to work? Also, anything supplied after the exe is a command line. Take the array, and see if there is anything in it, if so, as a test,...
Ask also on the AutoIt forum. http://www.autoitscript.com/forum/index.php? ... From: AutoItList@yahoogroups.com [mailto:AutoItList@yahoogroups.com]On Behalf...
This is what I am trying to use but it want work can anyone help $body = Stringleft(GUICtrlRead($user2),7) Run("C:\Program Files\Internet ...
Lance And Ali Edwards
aed53790@...
Jan 7, 2006 1:39 am
28832
You need quotes and spaces like this: $body = Stringleft(GUICtrlRead($user2),7) Run("C:\Program Files\Internet explorer\iexplore.exe ...
brandon.mcginty@...
Jan 7, 2006 2:11 am
28833
Hay, Is there a way to get the users host, ip, anything from the open socket? I would just have them send all that to me, but, well, that would be easy to fake...
In the AutoIt Help, you'll find help for using command line parameters by selecting the "Index" tab and typing the keyword "command". I don't know how WebWorks...