Hi Guys/Gals: My best friend is having a problem with his Win98SE system & I thought maybe someone here might have some ideas on how to correct it. I'm outa...
... OK, I see that the shortcut key method does indeed work with AU3. Sorry. That's good to know. The motivation here, however, is to have commands in a...
Agreed. It could be a bad video card, bad seating of the video card (remove it and replace it in the same or different slot - and ensure there is no dust, I've...
... Jack & Van: Thanks for the good suggestions. I've passed them along to my friend. I will let you know what happened in probably several days after he...
Also: - Disable hardware acceleration for gfx (in System properties somewhere) - Change the device driver to VGA - Install latest drivers for his card...
... Thanks Jon. I'll tell him to try these things before he buys a new card. But I do know he keeps the drivers updated. Regards Brian Keene ... In troubling...
I successfully used the run start command with ..\mylocalurl.htm with xp and I believe ie6, but with 98 and ie5 it insists on adding http unless I use the full...
... AutoIt2's drags seem to work okay for me; does it use such large delays also? It might be better to make it a minimum delay, say 50ms, but have it go...
Yes, this works nicely. Thanks, Jon and Larry. It would seem, therefore, that anything which can be done using ADLIB can also be done another more long-winded...
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...
Nov 3, 2003 9:30 am
19537
... Olaf: Would it be possible to see the source for this command? Is it written in Au3? I'm curious on how you did it if it is. I think I remember reading...
... AU2 can, and AU3 cannot, copy selections in the unspecified topmost window using Ctrl+C when the script is run from a taskbar-toolbar menu. AU3 can do that...
http://groups.yahoo.com/group/AutoItList/files/AU3/MISC/bastard.zip added MouseDown() and MouseUp() for more specific mouse control... Jon, this one is coming...
I'm kinda curious if it is all fonts that are displaying this way, or a select few fonts. If that is the case, he may have a corrupt font file also. I would...
There's only one line different in the window setup code in au3 - the reason for the difference is no longer relevant so I'll change it back (will be 3.0.74) -...
If I read in a text file that contains the line: The temp directory is: %temp% Should AutoIt, using the "ExpandEnvStrings" option within the AutoItSetOption...
If I want to create a function to Zip files and use the FileInstall command inside the function to automatically include the Zip.exe file, so that I can just...
It just expands literal strings to make things like: RunWait("%comspec% /c ....") a little easier. Once a string is already in a variable no more expansion is...
... No, it's not in au3 it's in C/C++. I know somone else made a Userfunction in au3. Still interested in Sources? I can send it by PM. so long Olaf ...
No thank you Olaf. I was interested in how it might be done in Au3. I thought I saw someone mention in the group that they had written it in Au3. But I...
I think this... http://groups.yahoo.com/group/AutoItList/files/AU3/MISC/SearchRecursi ve.zip can be adapted... I will goof with it later perhaps... The code is...