Hi Jeremy, The encrypt/decrypt works great!!! Any progress on that personalized option..... Do you have any idea when you might have time to do that?? ...
Hi, I want my application to launch when pressing the Alt + F2 keys are pressed. Ctr + Alt +F2 is NOT OK for me because all my users are aready used to using...
Hi, valuable group! I am an old 2.64 user. Now, this au3 Script reading a text file seems not works well, because the macro @error never detect the end of...
I need to know how to setup a script to run as a service on a user's machine. I currently use 2.64 and have had considerable success with it. Makes it quite...
As you know InetGet function works as IE user-agent. is there a way to use it as other user-agent (or changing IE user-agent header) ? thinks for help...
autoit-script as service? No problem! Read this: Srvany.exe Running Applications as Services Windows NT 4.0 Resource Kits Contents Introduction 1 Installing...
(I'm not sure this went through before, but forgive the repeat if it did. Sending from the yahoo site, itself, this time.) When using AI to launch apps or...
when i use InetGet function the html code is different that the same one obtened by Internet Explorer. after some investigations it seams that the html source...
no. it sounds like a hardware problem... possibly a memory error or bad connection. jack occasionally bouncing off the walls of sanity ... From: Sensei J....
Hi, I have created a vb based scanner app. I would like to automate the selection of buttons presented by the TWAIN GUI that is loaded from within the vb app....
Is there a way to check group membership on a W2K network in an AU3 script? Something like "if memberof('groupname') then..." This will need to work for W98,...
Hi everyone: I was hoping that someone here might be able to help me solve a coding problem with the new v3.1 AutoIt. I'm writing a program that creates a GUI,...
I have a simple ver 2 script that is executed from a toolbar. It sends numbers and backspaces to the window I was using when I clicked the toolbar icon for...
Hi, The new Calendar script shows the tree structure of Years. You can add in Content Panel (right part of window) any controls (images, labels, listview,...
... aside from questionable coding practices, I could only advise that the default "window delay" between the versions is probably different, among other...
Globalize your $Treatments Global $Treatments then this works... Func ChangeListBox() GUICtrlDelete($Treatments) $Treatments = GUICtrlCreateListView(...
... Could he change his Au3 script so that when he clicks on the icon to run the script. The script waits for him to click on the window he wants to send the...
Thanks Larry. As you can see from another E-Mail I just posted, that's what I ended up doing with the $CtrlID array. I just wish there was another way to do...
Well it seems that I've been able to answer my own question. I have solved it in the test code I sent to this list in the last message. Now I just have to...
I just wondered what the questionable coding practies were??? ... From: larrydalooza [mailto:no_reply@yahoogroups.com] Sent: Wednesday, March 09, 2005 11:13 AM...
I am fairly new to using autoit. I have been sucessful at using it to do some installs and wanted to try something a little more complex than what I have been...
Local group or domain group? At least in Win2k/XP, you can open a command prompt and maybe use the "net" command. try "Net /?" and look at your options. Jeremy...
I just noticed that WinList() is not in AutoIt3.h . Does it exist and just got omitted from the .h file? I need to enumerate through the windows where a window...