Auto Key Presser
Hey guys, I'm new to AUTO IT, and I'm trying to build a program that check whenever user press "~" . It repeats "~" for 5 times with 1 second delay between. Could you guys show me the simplest way to...
View ArticleListView - make 1st column always visible when horizontal scrolling
hello all, what is the way to make ListView with the first column always being visible, even when you scroll horizontally - similar to Excel "Freeze Panes" option. my idea is to cancel the use of...
View ArticleWhat name of this function?
Hi, when decompiler a soft for learning, i get this func(), but i can't know this name? who can ask name of it for me? AutoIt expandcollapse popupFunc Fn0297() If Not IsDllStruct($Var0A3F)...
View ArticleConnect to my ssh server via lokal port
Hi, I created simple proxy to allow me to connect to my secure sh server. But i cannot successfully connect. From the tips, it say successfull connection over it. But still cant connect to my...
View ArticleReset value if value is static?
I hope I can explain this right. Basically want I'd like to do, is, if a value I am reading doesn't change within one second then reset that value.. so for instance if the $value = 100, then after...
View ArticleThe "Not" Keyword
Instead of hijacking the other topic any further, I decided to create a new topic for the discussion of the "Not" operator. Here is the previous topic for reference:...
View ArticleHelp with PixelSearch please
OK, So i have tried getting the PixelSearch() to work but cant seem to get it to work correctly. I am needing to scan the area in the box for a color and click on the button when that color is in the...
View ArticleGet Process Closed Event [AGAIN]
Hi, I had already asked before about the "CLOSING EVENT". Jos Answered: OnAutoItExitRegister() It's an awesome idea, however it isn't working all the time. For example I made a small script:...
View ArticleGet 4K link from youtube video
How can i get, starting from a youtube link, a 4K (quality) link? Thanks
View ArticleQuestion about REG_QWORD
It's not clear from searching, what the status of REG_QWORD is with these REG Functions: RegRead - Not Supported RegWrite - Supported My question is: Why is it that you can write, but cannot read a...
View ArticleRecorder auto-stops in 0.388 seconds
Hi all, I have not used AutoIt in a long time and now need it to launch doggy cam via Firefox on a win7-Starter netbook. I first set the script up on my desktop (win7pro x64) and fine tuned it to...
View ArticleTimer / popup gui help
Hi, I am new to AutoIt. I am working on automating some functionality for a web app. When a specific web page opens I want to display a gui for the user to select several options that will be...
View Articleauto spacebar
hello AutoIt . i'm new in this... i have download autoit .... but i dont know how to use it or make my owen bot. all i want that auto space bar for Rapplez online ( can work for private server )...
View Articlecomparing subfoler
hi friends i need to compare two folders . i need to check what are the missing files . for that i saw this coding in forum(shown below) . i used but its not comparing the sub folder .i...
View ArticleArray Errors Intermittent
Soo this script appears to work sometimes, but other times it returns an array error at line 22. I'm not sure what's going on, anyone want to take a stab at it? Plain Text expandcollapse...
View ArticleGUICtrlListView header height?
Hi guys, I'm using _GUICtrlListView_Create to create a listview but I wanted to change the header height to support multi-line headings. Is this possible??
View Articlehow to enable device manager
vikrams,Twice now you have tried to reply to threads using the "Report" button - this is only used to inform the Moderators of a post/thread which requires their attention. When you want to reply, just...
View ArticleHide/Show Groups and GUI resize
Hi ! I'm working on a UDF that can show and hide group, and it's works very well when there is no GUI resize. But when I set a resize i have some trouble effect, two to be exact. When a group is...
View ArticleCompare file if it identical or not
I would like to compare file if it identical or not. I dont want to compare it by comparing byte by byte. I'm thinking to use MD5 for this. Is this a good idea? Something like: $file =...
View ArticleWinGetState on Terminal Server
Hi I have a script/tool that basically sits in the system tray with a bunch of menu options on it for users, that performs various functions. I have a need to kill an annoying error window should it...
View Article