I'm jumping in here......not sure if this is what you want........... #include <file.au3> $Folder = FileSelectFolder("Choose a folder.", "") If @error Then ...
stephen.willis@...
Sep 1, 2005 7:12 am
27896
Doh! Thank You, Keath Marx NT Admin ... From: AutoItList@yahoogroups.com [mailto:AutoItList@yahoogroups.com] On Behalf Of Tyler Littlefield Sent: Wednesday,...
try mactopia.com Cruz Monrreal <sequence_zero@ya To: AutoIt <autoitlist@yahoogroups.com> hoo.com> cc: Sent by:...
stephen.willis@...
Sep 1, 2005 1:21 pm
27900
I'm not sure what you mean by "run my programs from school". If you want remote control of your desktop from a Mac, you could use VNC (www.realvnc.com), or...
When I use the blockinput function, it is blocking my autoit input also. I want to be able to block input from the external mouse and keyboard while a autoit...
Time to make all you scripting and programming veterans smile with nostalgia at how naive people are when they start out: If I am setting up AutoIT to deploy a...
The AdLib feature will handle the situation that you're looking for help with. In the AutoIt 2.64 help file, it's described in the "The [ADLIB] Section" under...
Is there a command to uninstall previous versions of Software? I can't find any such thing in the list of commands in the help files and the Scriptwriter I...
you need v3 with siT, just do something like get the handle based upon the title of the window. Then if the handle returns rite, execute a function based on...
look for registration keys. After you have found those, retreave the path, and then execute the install.exe program there. If you need to do it, automate it...
Hello list, I have about five projects going on autoIt, and five more in c++, and another two on my website, lol. Anyways, these questions are all relating to...
For your icon question, use: #NoTrayIcon The icon will flash for about 750 miliseconds to prevent autoit from being used maliciously. hth brandon ... From:...
What i mean is run windows programs inside of school As in the macs that the school has And besides... I have dialup Remote control would be a joke :P ... ...
no, it is in the main window. and whats 750 ms going to do for you? it doesn't look good on a comercial product, wonder if I can get rid of that? any ideas? ...
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...
Sep 2, 2005 10:20 am
27912
Hi, To use charsets <> cp1252 you can create with APDF Make Font the other descriptions in APDF ini file. Make Font knows about the following charsets: Central...
Yes, take a look at the ProcessList() function. Jeff ________________________________ From: AutoItList@yahoogroups.com [mailto:AutoItList@yahoogroups.com] On...
um... check the help file. Tyler Littlefield. Visit my site, for custom software and webpage design. We handle all of your computer-related needs with...
Tyler, Would you mind if people responded to your questions with that answer? "Check the help file." Referring someone to the help file without giving them a...
Sorry, I am on 14 lists, and its amazing how much can be found via the help file. I just like to help a bit, but sorta help people be independent with out...
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...
Sep 5, 2005 5:32 am
27920
Hi AutoIters, Some notes about v. 1.01 Modified version of apdf.dll uses Zlib library source by (C) 1995-2004 Jean-loup Gailly and Mark Adler See about Zlib...
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...
Sep 5, 2005 6:07 am
27922
It is real final version ("SP" for APDF_1.06). ... Added - SetCompression Modified - default value $compression is true Updated - apdf.dll. Note: apdf.dll is...
I'm trying to use an Autoit script to create a convenient way to enter a username and password when requested (for those who keep forgetting this information...
... Little icon is Tray Icon. It located in so-called System Tray. Any function which start from "Tray". Example "traysetonevent.au3": Opt("GuiOnEventMode",1) ...