GUI background image
Hey guys, i was just wondering if anyone could help me add a image on my GUI i made with koda. Thanks HotKeySet("{ESC}", "Terminate") $begin = TimerInit () #include <ButtonConstants.au3> #include...
View ArticleReading text files, testing @error
What is the proper way to read text files line by line? Why the following code doesn't detect end of file? AutoIt expandcollapse popup#include <FileConstants.au3> #include...
View ArticleCannot set a PNG to a button
Hey, I don't know what is happening but It doesn't displays the PNG inside the button ctrlAutoIt expandcollapse popup#include <GDIPlus.au3> #include <Memory.au3> #include...
View ArticleNewbie question - pixel search problem
This is visualization of my problem 3 objects with different colors drop down and i need to move Brown arrow by clicking right arrow on keyboard or left arrow i tryed to make it work and i am still...
View ArticleIE UDF capabilities question
I'm trying to use javascript functions that require html5. I know my browser has the capability of doing html5 because these functions work outside of my app, but when I try to call them inside the app...
View ArticleWindows 10 installation blocked by Windows Defender - FYI
Hello, this might not be an autoit installer problem but just for your information. I have tried to install AutoIt on my Windows 10 technical preview and it does not launch. Only the Antimalware...
View ArticleExtMsgBox Ignoring "&"
Hello, I am using Melba23's ExtMsgBox UDF Code: _ExtMsgBox(64, "Test & Taste" & '|' & "Lick the Lemon", "Taste Test", "Please decide...") Result: How can I display the "&" in the...
View ArticleGet to com interface of DotNetZipLib
having troubles with unicode in zip.zipfolders UDF i come across DotNetZip - http://dotnetzip.codeplex.com/ it seems have unicode support, but i cannot get to com interface of this library: first:...
View ArticleHow To Get Text From Page Using Firefox
I would like to copy the following textt: <center> <b class="fs18">welcome, day 1 </b> </center> but i would like to delete the: "Welcome, day" part What would be the best way...
View Article[HELP TO SCRIPT]
I am trying to create a script to urban rivals but it does not work could help me? <snip>
View Articlerun command not work on xp
hello everyone, in my script i use: Run(@AppDataDir & '\MyFolder\Myprog.exe') that works perfectly in windows 7, 8, 8.1 but not in XP, under 3 different XP computer... so WHY?
View ArticleGet data from Sharepoint List (XML?) to ListView
So, I dont have any experience with XML's and I dont know how to get the information out of them in a form that I am able to have populate a ListView. So far I have been using this script:...
View ArticleRegWrite on 32-bit and 64-bit Windows
Hi, is this the right way to use RegWrite func on 32-bit and 64-bit Windows $HKEY_CURRENT_USER = 'HKEY_CURRENT_USER64' If @OSArch = 'X86' Then $HKEY_CURRENT_USER = 'HKEY_CURRENT_USER'...
View Article[WinXP] Run at next boot? Like chkdsk c: /f does?
No doubt this has to do with the registry. Can AutoIT be used to reproduce what chkdsk does by starting something like sysinternals command line based 'sdelete.exe' before the OS kicks in? At next boot...
View Articleshortcut in startup folder, still not starting
Hi all, I was wondering why even with a shortcut in the startup folder %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup of a few scripts I'd like to start with windows that I compiled to...
View ArticleForce Windows CMD to see > in quoted parameter as >
Hello everyoneI'm writing a script that executes a command line RunWait function, and part of the command line is a parameter that contains ">" (quoted). If I type this command into the Windows CMD...
View ArticleAdvanced Firewall
Hello Guys, Did anyone know how can i disable that by cmd.exe or registry ? gpedit.msc => User Configuration > Administrative Templates > Windows Components > Microsoft Management Console...
View Articlerecursion level has been exceeded?
sorry made new but looks like its on not allowed to re open, please delete this thanx. and 1 more question how to get help here?
View ArticleStringReplace/StringRegExpReplace function problem
Hi coders, Hi Melba23 , I have got a string (a href) "index.php?app=core&module=global" all I need to do is assign php variables to autoit variables like $app = "core" $module = "global" To get...
View Article