First section of a script looping strangely
Hello all, I need some help with a script I'm writing. I want to preface this by saying that I know my script is not as condensed as it could be, I pulled it all out for troubleshooting's sake. When I...
View ArticleHow to $WS_OVERLAPPEDWINDOW with inside GUICtrlListView proportionally?
This is the schema pic >> http://x.co/wiMP I want to pull outside window and inside inside list would be pulled proportionally... How can I make it? Thanks [ autoit ] expandcollapse...
View ArticleDllCall with multiple outputs
I am trying to access CPU MSR registers by using WinRing0 low-level driver. All of the other functions work fine, however I am not able to access any functions which would return multiple values. MSR...
View Articlewrite to system hidden file?
Hi, for some reason, I can't write to a file that is system hidden, but if it's not system hidden, it works fine [ autoit ] popup#include FileSetAttrib(@scriptdir & "\includes\config.conf",...
View ArticleServer reconnecting to client on connection loss
I have 2 questions 1.My server code can connect to the android client only once and if the connection is lost it does not reconnect and therefore it is lost forever This is my code #include...
View ArticleReplace text in a REG file.
I am quite familiar with this well-known replace text solution: [ autoit ] popup$szText = FileRead($szFile,FileGetSize($szFile)) $szText = StringReplace($szText, "replace me", "with me")...
View ArticleProcessWaitClose
hey Guys i need help at this function please my idea is when the program for exemple "photoshop.exe" begins runnig the process for exemple "notepad.exe" closed after 5 seconds how can i do that please...
View ArticleRegistry + Firefox cmd line
Hi, got this problem where i use this registry codes (Desktop context menu) and instead of it opening 3 new windows when i click 'Open all' entry, each with one website, it opens two, and one with 2...
View ArticleAutoit tool - Toolbar Information
So i used the Autoit tool on the windows 7 toolbar, to find out which icons are there. I must admit i hadn't planned on it going this smoothly. I am looking to check when a icon has appeared. How can...
View ArticleDelete Flash cookies
Hi everyobdy I am trying a quite simple thing: delete the flash cookies on my machine with AutoIt. But somehow i don't get it, the script is never able to delete anything. What I tried is: Delete the...
View ArticleScript breaking behavior when using IE10 on Win7
Script breaking behavior when using IE10 on Win7 When using _IExxx functions with IE10 on Win7, there are incompatibility issues. Here a sample with _IEGetObjByName() and _IEGetObjById() [ autoit ]...
View ArticleI need help with a loop
While 1 $a = PixelGetColor(835,302) $b = PixelGetColor(840,435) If $a = 0x5383E8 Then MouseClick("Left",835,302,1) Elseif $b = 0x818AA0 ExitLoop EndIf WEnd What I'm trying to do is wait for $a to...
View ArticleFilesetattrib
Hello all I was just wondering what the System attribute would do under this command and how you would use it thanks in advance
View ArticleFunc _AutoMD5_Data_Decrypt...degradeable?
I am using the Func _AutoMD5_Data_Decrypt to password protect my script. It reads the key from an INI file. It has worked fine for about a month or so. Now suddenly it tells me that the password I type...
View ArticleLogging into Pandora script
Hello all, After much work, my Pandora's Box sculpture is finished. This computer is suppose to just play from Pandora when it boots, but im having one major problem....
View ArticleThis exstyle edit constant is ?
Hi, I retrieved the style and ex-style in hex format of and input control, however I don't want to have "magic numbers" in my script so I would like to have them in the constants format. [ autoit ]...
View ArticleProgress bar while file extract (ProcessExists)
I need to extract iso file and /or other archieve formats to usb drive. When the extract process exisist the show the user progress of the process. For extraction i use windows version of bsdtar. The...
View ArticleMake compile script close/stop every 5 min
How to make my compile script close/stop running/ stop the function every 5 min?
View ArticleSQL --this object has failed
I have got a problem,ask some help when I run this script,get errors #include <SQLite.au3> #include <Excel.au3> #include <Array.au3> #include <DBOperate.au3>...
View ArticleDuplicate files
I have a problem with duplicate files. Any suggestion for a good software to find and delete duplicates?
View Article