Skip to search.

(*) 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

AutoItList · AutoIt Users Group

Group Information

? 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.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 20907 - 20936 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
20907 Tutor2000 Offline Send Email Jan 2, 2004
9:47 am
Still new to this one, but can a vbs button on a local webpage (or keep it simple if you want and forget the webpage) write to an ini file? Rick...
20908 Tutor2000 Offline Send Email Jan 2, 2004
11:08 am
Okay I got this <FORM NAME="Standard"> <DIV ALIGN=CENTER> <P STYLE="margin-bottom: 0in"><INPUT TYPE=BUTTON NAME="PushButton" VALUE="Button"></P> </DIV> <DIV...
20909 Rob Taylor
scryptkeeper... Offline Send Email
Jan 2, 2004
1:39 pm
Hi Rick, I did some searching on google and found this. I thought that it may be helpful. Watch word wrap. ...
20910 Gene Sears
genesears01 Offline Send Email
Jan 2, 2004
3:07 pm
Hi Rob, Did you notice that none (all I tried) of the external links on that page work, including the Contents Links at the bottom. It's just as if the page ...
20911 pinnchus Offline Jan 2, 2004
3:52 pm
I have added a command to autoit v3 to enumerate Registry Content, this command will permit List SubKey´s in a registry key or list the value content of a...
20912 Rob Taylor
scryptkeeper... Offline Send Email
Jan 2, 2004
4:16 pm
Actually I did notice that. I tried clicking on some of the links below to find out other stuff but no luck. Looks like someone was probably being lazy. ... ...
20913 Tutor2000 Offline Send Email Jan 2, 2004
6:41 pm
I looked at the page and discovered all the links dulled out which means I've rifled through them already Thanks though every bit helps. I'm where I am with...
20914 Tutor2000 Offline Send Email Jan 2, 2004
6:45 pm
If I use the windows title as a signal to do something in a script. I might be able to use an hta (like a local web page without the security problems) as a...
20915 Van Renier
van_renier Offline Send Email
Jan 2, 2004
7:32 pm
I receive an error stating that $ISSUETEXT is being reference without being declared first. the first line in the function it is declaring/assigning the...
20916 Van Renier
van_renier Offline Send Email
Jan 2, 2004
7:34 pm
D'oh.... S.U.E. (Stupid-User-Error) $ISSUETEXT and $ISSUETEST are not the same. :) Van...
20917 Rob Taylor
scryptkeeper... Offline Send Email
Jan 2, 2004
9:47 pm
If you know the commands for the iniwrite in vbs, just fool around with this a little. You have to make sure you label your buttons the same as the ...
20918 David Nuttall
danuttall.rm Offline Send Email
Jan 2, 2004
11:04 pm
... This line does not do anything! Do you mean the following line? $ISSUETEXT = $ISSUETEXT & $cmdline[$i] & " " ... Variable name changed! I think this is...
20919 Christian Blackburn
mypurchases Offline Send Email
Jan 2, 2004
11:17 pm
Hi Vinod, This would be a pre-installation tool from Microsoft. You'll want to look on their website. I would take a look at http://Oem.Microsoft.com....
20920 Christian Blackburn
mypurchases Offline Send Email
Jan 2, 2004
11:18 pm
Hi Vinod, The files you need may also be on the CD or included in the Windows 98SE resource kit so keep your eyes peeled. Cheers, Christian Blackburn ... From:...
20921 Gene Sears
genesears01 Offline Send Email
Jan 3, 2004
12:30 am
Hi, When I'm in debug mode I use small splash screens to show me where in the code the script is and what the content of flag and other variables of interest...
20922 Rob Taylor
scryptkeeper... Offline Send Email
Jan 3, 2004
12:37 am
Larry suggested at one time that Au3 runs "balls out". Maybe put a very small sleep just before the splash screen? ... From: "Gene Sears"...
20923 Gene Sears
genesears01 Offline Send Email
Jan 3, 2004
12:42 am
Sorry, I had meant to include a code example, I cut out most of the variables to save space. ;== Calling code =================== If $idebug = 0 Then...
20924 Gene Sears
genesears01 Offline Send Email
Jan 3, 2004
12:45 am
Hi Rob, I will try that, but I don't understand how that will help. Gene ) -----Original Message----- ) From: Rob Taylor [mailto:rtay1138@...] ) Sent:...
20925 Rob Taylor
scryptkeeper... Offline Send Email
Jan 3, 2004
12:50 am
I had a problem once with a function skipping several operations because autoit was working too fast for my pc to keep up. Larry suggested putting a small...
20926 Tutor2000 Offline Send Email Jan 3, 2004
1:59 am
That helps a lot thanks Now I just have to figure out how to write to an ini Thanks Rob Rick ... with this ... the ... modified it a ... NAME="PushButton01" ...
20927 Rob Taylor
scryptkeeper... Offline Send Email
Jan 3, 2004
4:34 am
Hey no problem! MS should have a lot of stuff on vbs in the knowledge base. Here is a link that I found with google. ...
20928 Van Renier
van_renier Offline Send Email
Jan 3, 2004
6:41 am
Anyone know of a way to eject removable media? This question in directly primarily towards USB thumb drives (or flash drives) I know the actual ejecting of...
20929 Van Renier
van_renier Offline Send Email
Jan 3, 2004
6:43 am
Is there a way for Auto-it v3 to show all currently assigned variables? If the script in question has only a few variables, remembering them OR listing those...
20930 Tutor2000 Offline Send Email Jan 3, 2004
9:19 am
Ah yes welcom to mie world lol Rick...
20931 Rob Taylor
scryptkeeper... Offline Send Email
Jan 3, 2004
9:35 am
Rick you have it wrong, it's "wurld", sheesh. ;o) ... From: "Tutor2000" <tutor2000@...> To: <AutoItList@yahoogroups.com> Sent: Saturday, January 03, 2004...
20932 Jonathan Bennett
hiddensoft Offline Send Email
Jan 3, 2004
11:22 am
Oh the irony. There are a couple of user functions out there that handle ini files. And on the vbscript newsgroups AutoItX is also recommended often LOL. J...
20933 Tutor2000 Offline Send Email Jan 3, 2004
12:29 pm
I'm still working on an hta menu and still like the idea I found this in case anyone needs it or can improve it since right now all I can do is copy and paste ...
20934 Tutor2000 Offline Send Email Jan 3, 2004
1:11 pm
Kewl now I have a reason to learn autoitx So how do I use autoitx lol I'm now also trying to keep a browser (hta) on top without focus like 4096 Rick ... ...
20935 Tutor2000 Offline Send Email Jan 3, 2004
1:14 pm
lol that's the one I copied I'm still to dumb with vbs to do nothing but copy and paste. Remember a long time ago when I asked you guys how to use a variable ...
20936 Tutor2000 Offline Send Email Jan 3, 2004
1:14 pm
lol that's the one I copied I'm still to dumb with vbs to do nothing but copy and paste. Remember a long time ago when I asked you guys how to use a variable ...
Messages 20907 - 20936 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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