-
Posts
14,148 -
Joined
-
Last visited
-
Days Won
67
Content Type
Forums
Downloads
Forum Articles
Events
Everything posted by BrewManNH
-
WinSetTitle reverts to default upon window focus
BrewManNH replied to AndyS01's topic in AutoIt General Help and Support
Use the handle of the instance of Notepad you want, and not its title. -
If you use #RequireAdmin in your script, and SciTE wasn't started with the same level of access, i.e. using Run As Administrator, then when you run your script, the #RequireAdmin will be seen and the script will end, and then restart itself with administrator permissions. This is why you don't see anything in SciTE, start it as an administrator, and then run your script, should work fine.
-
In this example, you're evaluating -1 * -1, that's what the exponent is telling you to do. Two negative numbers multiplied together always yields a positive number. I'm not sure what the precedence is in algebra because I did terribly in it, but I do know that the exponent is just telling you how many times to multiply a number by itself. If you had used -1^3, the answer would be negative.
-
Subscript used on non-accessible variable.:
BrewManNH replied to Pandha's topic in AutoIt General Help and Support
My guess, going from the error message, is that the _StringBetween isn't returning an array on occasion. That error message means you're trying to access a simple variable as if it were an array and it isn't an array. -
Help to enter password to my code - (Moved)
BrewManNH replied to Hemrry's topic in AutoIt General Help and Support
Selec () ; <<<<<<<<<<<<<<<<<<<<<<<<< Func Selec () while 1 Your Selec function never gets called due to it being called after the endless loop before it. -
Help With Automation Program - (Moved)
BrewManNH replied to Em4gdn1m's topic in AutoIt General Help and Support
Try ShellExecute, that link you posted is a shortcut and not the executable. -
run CMD file as a administrator
BrewManNH replied to ivobauerjr's topic in AutoIt General Help and Support
You should use the full path and file name of the service.cmd file when you use the Run command. -
OutlookEX UDF - Help & Support (IV)
BrewManNH replied to water's topic in AutoIt General Help and Support
Are the folder names different, depending on the language, for the Signature folder in the appdata\roaming location? -
Let's create _Date_Diff_New() Date Difference
BrewManNH replied to _Vlad's topic in AutoIt General Help and Support
He usually does. -
$GUI_WS_EX_PARENTDRAG and GUICtrlSetOnEvent
BrewManNH replied to baconaise's topic in AutoIt General Help and Support
You should probably be using a Message Handler rather than an OnEvent message. -
pixelsearch does not return array
BrewManNH replied to serena_knight's topic in AutoIt General Help and Support
Post your script that is having the problem, or a runnable example script that shows the issue for you and we will be able to help you with it. -
pixelsearch does not return array
BrewManNH replied to serena_knight's topic in AutoIt General Help and Support
Was this an answer to my question? Because seeing the screen has nothing to do with what I asked you. -
pixelsearch does not return array
BrewManNH replied to serena_knight's topic in AutoIt General Help and Support
What is your display scale set to? If it's over 100% then you're probably reading the wrong location. -
Amending the FAQ in the help file.
BrewManNH replied to guinness's topic in AutoIt General Help and Support
Just curious, if you know the code you want, why does it have to be in hex format? -
Invalid FileInstall() function
BrewManNH replied to r2du-soft's topic in AutoIt General Help and Support
I'm not sure what you're saying here, what's writing the file and what's firing that file, and what does that file eventually do? -
Invalid FileInstall() function
BrewManNH replied to r2du-soft's topic in AutoIt General Help and Support
I couldn't tell you, I don't push stones up hill all day when bored. -
Invalid FileInstall() function
BrewManNH replied to r2du-soft's topic in AutoIt General Help and Support
There is no way to use a variable in a fileinstall as the source file except as noted in the help file. Any other method that requires the script to interpret the variable will fail every single time. There is NO way for the compiler to know what the variable contains at compile time, it's not running the script it's just compiling. You should stop trying to figure out a way to circumvent this because every effort will fail and you'll be wasting your time. Unless you're bored and need to try and hack the compiler in your free time. -
Switching Tabs On File Properties
BrewManNH replied to Adele's topic in AutoIt General Help and Support
Why not just alter the registry and forget about manipulating the GUI, all the GUI does is shortcut the registry entries. -
BITAND and the limit of 2147483647
BrewManNH replied to Joboy2k's topic in AutoIt General Help and Support
Yeah, you're right, was thinking backwards. -
BITAND and the limit of 2147483647
BrewManNH replied to Joboy2k's topic in AutoIt General Help and Support
I'd use BitOr to find out which bits are set. -
Where to download BASS VST DLL and UDF
BrewManNH replied to ripdad's topic in AutoIt General Help and Support
https://autoit.de/thread/26550-bass-dll-udf-version-10-download/