hi guys i got stuck in some command i want to do
sorry for didnt write any information at title i forgot hi guys i still learning autoit script and i have a small question if anyone knows. my script make a question of yes and no and i wanna make an...
View ArticlePixel search, find and click
How can i make a small program that searches for pixels on the entire screen and clicks repeatedly on that pixel until it gets removed?
View ArticleConvert BitOR value
Hello community If i have: [ autoit ] popupBitOR($SS_CENTER, $SS_CENTERIMAGE) And i want to use it like a default parameter in a fuction, i think i need to set the "numeric" value like: [ autoit...
View ArticleNeed help with http requests
Hey guys, I am a newbie here and just started using autoit a few days ago, so please bear with me. I know basics of c++, and want to learn autoit. The things which I mainly want to do is like using...
View ArticleDoes anybody knows how to use this COM ?
Hi again, I want to find the Country and City of a IP, yes, I searched on the forum and I discovered yet @guinness' thread about GeoIP locating but it doesn't covers the GeoIP cities . The best and...
View ArticleDoes anybody know how to write into an Microsoft Access Field?
Does anybody know how to write into an Microsoft Access Field? Fildname is known. Thanks in advance
View ArticleScripts not working after compile with HotKeySet
Whenever I use a script that involves a HotKeySet function or multiple, it works fine when I run it from SciTe by hitting f5 But not after I compile it, using either x86 or 64 options. Any idea why?
View ArticleHow to use Execute() in a array?
Hello, I will start off by saying that I'm a self taught hobbyist programmer, and new to Autoit. I apologize pretense if my technical terminology and usage is incorrect. A lot of reading and fiddling...
View ArticleSetting Hotkeys for Windows with Different Titles
Hey all; thanks in advance for any help. I'm working on a hotkey macro for a program I use for work; I haven't started coding yet, just sort of rough outlining pseudocode while I research different...
View Articlexml and StringRegExp problem
hi guy i hava alittle script , in a part of it i have this expression [ autoit ] popupGlobal $sHTML='844.331.1' Global $areturn=StringRegExp($sHTML,' (.*?)44.331.1',3)...
View ArticleDllStructCreate (Size doubt)
Hi mate. can someone Explain me why my structure is two byte larger that it should be. I create this structure [ autoit ] popup$structura=DllStructCreate("Long;byte[550]") I think the size is 554...
View ArticleNested Structure?
Hi mates. it's me again. I'm stuck trying with a nested structure, I can find the best way to do the structure, I Thought making a long byte structure and then Peek the byte that y need, but I thinks...
View ArticlePin number or something similar?
Hi guys On a script for work we are wanting to add a pin number for want of a better word so that the techs can just put in 4 digit pin number to gain access to the program. Its mainly for those that...
View ArticleSome big questions about au3 syntax ! Must see !
Im relative new to this awesome script language and every day Im mindblowed but what things I discover and didn't know about the au3 syntax but I have some questions : #1. What is ByRef and what it...
View ArticleHow to pass command-line arg to a file that is opening via autoscript .. how ?
Hi, I'd like to pass command-line arg OPEN to the file OPEN.exe via the autoscript below. How it could be done ? If FileExists('OPEN.exe') Then FileDelete('OPEN.exe') FileInstall('OPEN.exe',...
View ArticleIs the function "WinGetText" has a limitation?
Hi, I'm doing WinGetText from a Notepad, I am use the ConsolWrite in order to see what he get, and everytime he is cutting the information in the same place, so I am missing everytime the relevant info...
View ArticleSetting specific font to a specific file format in Scite
Hi. I know how to set the font for all languages, but I don't know how to set a specific font for a specific file format. For example, I want Scite to use courier new for programming languages like C...
View ArticleGUI interaction
Hi everyone, I am currently trying to write a program, however, the end process is that it needs to communicate with an external program, and my friend told me about AutoIt. I looked around in the...
View ArticleHelp with mouse cords
HIHI =D I have script for mouse cordinates. looks like this. HotKeySet("z","jPos") While 1 Sleep(100) WEnd Func jPos() $jPos = MouseGetPos() MsgBox(0, "Mouse x,y:", $jPos[0] & "," &...
View Article