Can't add registry key
Hi, I am trying to add a registry key with using RegWrite but it is not doing it. I also added the #RequireAdmin at the top of the script. Only if I run the reg file manually, the key is added....
View ArticleTerminal Service Profile function dont work in Windows 7
This function to set Terminal Service information that i wrote a few years ago (with water's help), always worked in Windows XP, but no longer seems to work now that we changes over to Windows 7...
View Article3 attempts
Not sure if this is how you really phrase it (Self Destruction), but was wondering if it's possible to code it to allow user to use the executable file 3 times only. If the 3rd time reached, the...
View ArticleDetecting if checkbox is checked fails but why ?
Well a program, has a popup screen and in the past i used that to set some checkboxes. However now i need to check if it is still checked. So i took AutoIt v3 Window info tool , and this is what i got...
View ArticleProgramming with files
Files are great programming tools? Lets say we have a last settings file for a dialog. Stores the users last confirmed field values. How much concern is there to update this file every time the...
View ArticleAdding 10 minutes
I am looking to see if there is a function that someone knows of that would allow me to get the hour and minutes of the systems clock, add 10 minutes and then output it in the format of HH:MM. I am...
View ArticleBitAnd($BS_RIGHT,$BS_CENTER)<>0 ???
What the heck. I'm working on a generic base class called FlagSet, whose derived class will have a bunch of boolean properties such as "Left", and will provide a BitOr value for its state, or an...
View ArticleNeed help on DirGetSize
How can I make a script which will notify me when a specific folder's size is greater than 1 MB? Local $size = DirGetSize("C:\Teste") If $size > 1048576 ThenMsgBox(0,"","Test") Else MsgBox(0,...
View ArticleProblem, GuiDelete (?)
AutoIt expandcollapse popup#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <GUIListBox.au3> #include <WindowsConstants.au3> Global $GUI =...
View ArticleGuiCtrlCreateList - Help
AutoIt expandcollapse popup#include <ButtonConstants.au3> #include <GUIConstantsEx.au3> #include <GUIListBox.au3> #include <WindowsConstants.au3> Global $GUI =...
View ArticlePing and e-mail when faulty
Good Day All, I have gone through the forums on how to setup a multiple pinging devices and if one of the ip`s fails a mail needs to be sent out ........ I have gone through these samples to see what...
View ArticlePlaying an Audio CD in VLC
Using this UDF I'm already able to stream radiostations, but I also want to be able to play audio CD's using this UDF. I edited the UDF as sugested in this post . So I thought that I would be able to...
View ArticleHelp with a disabling function.
While True $color = PixelGetColor(@DesktopWidth / 2, @DesktopHeight / 2) If $color = 16711680 Or $color = 16646144 Then MouseClick ("middle") Sleep(10) EndIf Wend This is my current script, however...
View ArticleNeed comparison help....Versions
I am trying to find the best way to go about a version comparison. I am not wanting to compare file versions or anything like that. I need to do a comparsion on what information is in a variable....
View ArticleGet Process Closed Event
Is it possible to get when a user tries to close my script, then trigger a function (to save the current data) and quit my app?
View ArticleWinExists returns 1 if the title is a null variable
I don't know if its normal but when i call Winexists with a null variable returns 1, Ex: Local $cgGui If WinExists($cgGui) Then MsgBox(0,"$cgGui", "Exists")
View ArticleWriting to Excel sheet fails during script run
I wrote a script that is designed to log at least 10,000 lines of data. While timing it in the beginning, I figured this will take a while so I decided to afk. I came back shortly and found an error...
View ArticleUse a variable for a parameter in _ExcelReadArray
I was hoping someone has figured this out. I am using an Excel spreadsheet v 2012 to organize a list of email addresses for notification reciprients. It is organized by location via column header....
View ArticleBrowse in double iframe
Hello,I would like to navigate to a site containing two iframes. This site is down for you, but I will communicate its source code.The second iframe contains another site with two other iframe. It is...
View Article