Turn off monitor and block keyboard & mouse
I'm trying to writing a script which should function like: Press a hotkey, monitor is turned off and keyboard/mouse input is blocked (except the hotkey); Press the hotkey again, monitor is turned on...
View ArticleDetect Windows server 2003 R2
Hi,Can someone help me out here?There is a solution can detect windows server 2003 R2 with WMI.We can determine the OSversion 'WIN_2003' with macro @OSVersion.Then, Get OtherTypeDescription through...
View ArticleWindows 8 - Alt+Tab
Hi, Im trying to get a script to run on windows 8.. it inlcudes some simple alt+tab window change but its not working on windows 8.. i found a workaround for AutoHotKey calle EnableUIAccess but cant...
View Article_GUICtrlListView_SetItemImage where set image ???
hi guy i have a problem i want set in colum 4 in listview a image but automatically set my image in column one and after in colum 4 why ???? this is my code...
View ArticleTPanel button :(
Hey folks Im trying to click a button but its in a TPanel class. SO I cant actually get the button as a single part. I dont want to your mouse or window coordinates. Does anyone have an ideas or...
View ArticleRemote computer not running send keystrokes or mousemove
I have a computer in another location, unattended (windows 7). The only way that computer is accessed is through Remote Desktop Connection. I setup a code on that computer which runs flawlessly when...
View ArticleRegWrite Error
AutoIt Code popupRegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run", "BGinfo", "", '"C:\\program files\\bginfo\\Bginfo.exe" /i"c:\\program files\\bginfo\\Bginfo.bgi"...
View Article"X \ Y \ W \ H" question
Title: Class: Position: 119, 44 Size: 195, 308 $sHandle = WinGetHandle("[X:119;Y:44;W:195;H:308]", ""); $sHandle = WinGetHandle("[X:119\Y:44\W:195\H:308]", ""); $sHandle =...
View ArticleHello! im new in here and i have a question
someone that i know made an installation of a program the installation he made is silent and is precracked he took a crack and the originak install and combined them and made them a one install and...
View ArticleOpen a game and then press a key after x seconds
So i have lots of games that ask me to press a key to continue. I want a ghetto way to automatically do it with autoit. Can you please help me? I have tried this: run "C:\Program Files...
View ArticleUnable to handle the file fox upload
Hi, I am very new to the Auto it script , I am using it to upload file in firefox for my selenium test ,The code i use is as follow AutoIt Code popup#include <IE.au3> ; Internet...
View Articleproblem with function round
hi guy i have a little problem example : i have 2 number 13/10=1.3 but i want when division give a decimal 1.1 or 1.2 or .......1.9 give me 2 i used round((13/10),1) but...
View ArticleCustom Control and how to automate it?
I'm trying to automate the installation of CleanUp! There seems to be a custom control (image below) It looks like a slider but AutoIt's Window Info says it's a Button. Moving the slider the only...
View Articleupdateing FAQ
on this site http://www.autoitscript.com/wiki/FAQ is FAQ Do Any body can add new FAQ entry ? i.e. how to mark BEST ANSWER how to mark ANSWERED Something like in this Topic...
View ArticleWebpage status check
Hey all, i'm trying to use the IE udf to determine the status of my online banking. Basically I'm trying to bring up the login page and use that as part of my check. I'm using beta 3.3.9 with the...
View Articlestringregexp help please
i have a block of text where the numbers i need are between <steamid>number</steamid> is there a quick way to extract these into an array?
View ArticleTake ownership under Windows 7
Searched the forum, but failed to find a solid answer how to do that. Specifically, I need to take ownership of aero.msstyles file to install a custom Windows 7 theme.
View ArticleHow could i split out <td>...<br>...</td> into 2...
Could someone guide me how could i split out the HTML with <td> aaa <br> bbb </td> line into 2 different array eg: html: <td>CARREFOUR SUBANG JAYA<br>CARREFOUR SUBANG...
View ArticleParsing and Removal
I'm parsing a list of ip's with ports. in this format: 255.255.255.255:12345 How would I go about removing the colon and the port, leaving just the ip so that I may save it? Thanks!
View Article