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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 30102 - 30133 of 31663   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30102
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Send Email
Aug 1, 2006
11:06 am
30103
Hi, History: 1 August 2006 - v 1.03 Added - ex1_.py, ex6.py Fixed - Write(), Image(), AddLink(), SetLink(), Link() 28 July 2006 - v 1.02 Added - ex4.py, ex5.py...
valery_vi
Offline Send Email
Aug 1, 2006
11:17 am
30104
It's very strange but my file APyPDF_1_03.zip was deleted from Files/Misc of this group without notification and reason remarks. It's just 60Kb. ;-( Valery...
valery_vi
Offline Send Email
Aug 1, 2006
3:42 pm
30105
It's my fault. I'm sorry it will be uploaded tomorrow. Valery...
valery_vi
Offline Send Email
Aug 1, 2006
3:51 pm
30106
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Send Email
Aug 2, 2006
6:55 am
30107
Hi, This trial seams to be more useful, I think. ... History: 1 August 2006 - v 1.03 Added - ex1_.py, ex6.py Fixed - Write(), Image(), AddLink(), SetLink(),...
valery_vi
Offline Send Email
Aug 2, 2006
7:03 am
30108
I'm new to this group but i'm quite familiar with autoit. I discovered it while searching for freeware programming languages. Now I'm involved in making a...
hirveshmuno
Offline Send Email
Aug 2, 2006
10:45 am
30109
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Send Email
Aug 2, 2006
2:39 pm
30110
Hi, This class can show the Valery Ivanov squares, I think. ... History: 2 August 2006 - v 1.04 Added - SetAlpha(), examples - ex7.py, ex8.py, 1 August 2006 -...
valery_vi
Offline Send Email
Aug 2, 2006
2:48 pm
30111
Can AutoIt tell me when a new file is put into a folder? I'm looking for a utility that runs as a process or service and does something when a new file shows...
billmelater44
Offline Send Email
Aug 2, 2006
4:11 pm
30112
Bill, Try this script to check when a new file exists in a directory: while 1 sleep(1000) $file=filefindfirstfile(@workingdir & "\newdir\*.*") if @error then ...
X-Sight Interactive
necdet@...
Send Email
Aug 2, 2006
5:21 pm
30113
Damien, Hey, thank you for your reply. I was looking for something that can listen in on Windows events and get called (via an async callback) when an event...
billmelater44
Offline Send Email
Aug 2, 2006
8:54 pm
30114
I don't know much about calling windows events with autoit, I'm struggling with the dll functions myself. I'm ok on com objects, though, which are supposed to...
X-Sight Interactive
necdet@...
Send Email
Aug 2, 2006
9:09 pm
30115
About "dynamic monitoring of any specified directory" see here: http://www.codeproject.com/file/FileSpyArticle.asp...
valery_vi
Offline Send Email
Aug 3, 2006
5:01 am
30117
Thanks Val. This is exactly the functionality I was looking for. I was hoping for an AutoIt solution, but this explains the events we're looking for....
billmelater44
Offline Send Email
Aug 3, 2006
12:16 pm
30118
But you should remember: - If something can go wrong, it will. - If anything simply cannot go wrong, it will anyway. .... - The buddy system is essential to...
valery_vi
Offline Send Email
Aug 3, 2006
12:33 pm
30119
Hi all, I need to create a script that will be run on my company's workstations at login and make some actions : remove folders, delete dll's in system32 ...
Florent Gilain
florent.gilain@...
Send Email
Aug 3, 2006
2:10 pm
30120
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AutoItList group. File :...
AutoItList@yahoogroup...
Send Email
Aug 4, 2006
10:55 am
30121
Hi, ============================================= Important note: APyPDF v1.05+ goes under: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 See details here: ...
valery_vi
Offline Send Email
Aug 4, 2006
11:14 am
30123
... There is a FAQ.. (I think) that explains how you would use RunAsSet() and Run() to have a script restart itself... giving all actions admin privileges... ...
larrydalooza
Offline
Aug 5, 2006
5:18 am
30124
nice german autoit forum: http://autoit.aufwaerts.de/portal.php Mit freundlichem Gruß / With kind regards Fielmann AG Carsten Lüth IT - Desktop Services ...
"Lüth, Carsten"
nwtrader2000
Offline Send Email
Aug 8, 2006
2:41 pm
30125
I'd like to put what is in the ClipBoard into 10 boxes. The clipboard contains 1-2-3-4-5-6-7-8-9-10 Box 1 should end up with "1" Box 2 should end up with "2" ...
Gary Kuznitz
Docfxit
Offline Send Email
Aug 8, 2006
7:47 pm
30126
Clipput just put the contents into the clip board.. Did you try send(" ^v") ?...
Handy
handycamper
Offline Send Email
Aug 8, 2006
9:51 pm
30127
Hi Handy, Thanks for the reply. ... I can't get this to work either. Gary...
Gary Kuznitz
Docfxit
Offline Send Email
Aug 8, 2006
11:13 pm
30128
Well if I can't get the ClipBoard contents pasted maybe someone will know how to pull out a substring of a variable. I'd like to put what is in the variable...
Gary Kuznitz
Docfxit
Offline Send Email
Aug 9, 2006
12:00 am
30129
do you need to press the TAB key to get to each box ?...
Handy
handycamper
Offline Send Email
Aug 9, 2006
4:28 am
30130
Hi Handy, ... Yes. Thank you, Gary Kuznitz...
Gary Kuznitz
Docfxit
Offline Send Email
Aug 9, 2006
6:33 am
30131
I attched a demo au3 file that shows parsing and the send command... this is junky, but it should get the point across for one way of parsing and pasting......
Handy
handycamper
Offline Send Email
Aug 9, 2006
8:26 am
30132
Hi, ============================================= Important note: APyPDF v1.05+ goes under: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 See details here: ...
valery_vi
Offline Send Email
Aug 9, 2006
10:07 am
30133
Example draw.py renamed into ex12.py. Valery ... level ... http://groups.yahoo.com/group/AutoItList/files/MISC/APyPDF_1_06.zip...
valery_vi
Offline Send Email
Aug 9, 2006
10:14 am
Messages 30102 - 30133 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