Quantcast
Channel: AutoIt v3 - General Help and Support
Browsing all 12506 articles
Browse latest View live

Array + loop

Hello, $var1=(1,2,3,4,5,...m) $var2=(1,2,3,4,5,...,n) Do $var=$var1+$var2 msgbox(0,"result",$var) Until(ends after n desired times) First problem: I want $var1 & $var2 to change of value every...

View Article


unable to submit embedded IE form

Internet Explorer Embedded window/dialog box [ autoit ]       popup$oPopup = _IEAttach("Sign In Confirmation -- Webpage Dialog", "embedded") $oForm = _IEGetObjById($oPopup, "signInConfirmationForm")...

View Article


Message box with looping sound?

I want a message box to appear at the end of my script to tell me that it is complete. And, I want it to play a sound in a loop until I hit okay. This is what I have, but this is not working... any...

View Article

Security Program (Problem)

Hi everyone, i have a little problem with my Security Program, when i "lock" the PC the program starts a loop that can't make me do anything but closing it from the "Activity Manager", and then restart...

View Article

Image may be NSFW.
Clik here to view.

Parameters

Hello all sorry for asking such a bogstandard question, but I've been struggling with this since I started learning this language [ autoit ]       popupFunc max($x, $y) If $x > $y Then Return $x...

View Article


ie.au3 tutorial

Hello, I would like to know how to read basic information on web page like a timer countdown time or a number/value displayed. It seems ie.au3 is the way to go but I am a real noob. I tried to check...

View Article

Problem with PixelSearch

Hi, I'm a beginner to AutoIt with a question I Have tried this: -------------------------------------- $under = 750 do LOCAL $poord = PixelSearch(800, $under, 20, $under-1, 0xFFFFFF) Local...

View Article

Image may be NSFW.
Clik here to view.

setting A3X to run like EXE ??

G'day All As A3X files arn't (as far as I know) deleted by Antivirus programs I was thinking of compiling all of my scripts as A3X and avoid the constant issue of making exceptions in the Antivirus...

View Article


GDI+ Rotate total begginer

Hello Everyone.. I have searched the forum and found many examples for rotating an Image. I tried to incorporate the same into my script but wasn't able to do so successfully. I guess my lack of...

View Article


Array variable incorrect number...

Hi all guys of the forum, based on this script: http://www.autoitscript.com/forum/topic/140024-english-msgbox-button-texts-for-everyone/ I want to make custom button name but i have a problem: [ autoit...

View Article

my script uses much cpu :(

Is there a way to reduce cpu utilization ratio thank you!

View Article

Raster Operations For Pen on Desktop

Are there any UDFs for doing pen/brush type drawing on the desk that will invert the pixels. Its been a long time since I have been in Win GDI so I forgot how this is done. By inverted pixels this...

View Article

Setting a count down in seconds for an if statement

I want to set a timer on an action in scite. Here's what I've come up with so far: local $t = 0 While 1 ToolTip($t,0,0) Sleep(1000) $t= $t+1 $a = Pixelgetcolor(123,123) If $t = 30 then ExitLoop Elseif...

View Article


detect when IE page changes

I attached my AutoIT script to an IE page using the function _IEAttach and the user is still able to change that IE page. How can my script efficiently detect when the IE page changes (when the...

View Article

GUI CTRL Create Edit Erasing Information When Scrolling

Hello all, I have a script that I created to help with our router configs at work.  The script is working as expected, but there are a few small issues. Pressing "Clear" after you have input...

View Article


ie.au3 tutorial/direction needed

Was hoping to get some answers from the same topic, but it appears that one is close to being closed. I am working with BMC Remedy (thin client) and have not gotten very far with trying to automate...

View Article

IniRead to a web address?

Does anyone know how I can use the IniRead command to read a .ini file from a web address. Thank You Lavelle

View Article


Image may be NSFW.
Clik here to view.

Inssue setting max height on resize

Hi everyone I have a gui than can be expanded/collapsed (not sure if are the proper words) by the click of a button, the problem is lock the height when collapsed, and unlock it to be resized by...

View Article

"USMT" - running scanstate remotely?

can someone please share the small portion of code to run scanstate.exe using a domain admin admin account. the standard runas command doesnt work for scanstate.

View Article

WinList() problem

I'm handling multiple firefox windows with autoit through the function Winlist('Mozilla Firefox"). But when Firefox isn't connected to internet or has a connection error, Winlist("Mozilla Firefox")...

View Article
Browsing all 12506 articles
Browse latest View live