jQuery

Facebook Messenger (Donation)

Many donors of this blog prefer to donate their money through Facebook Messenger!

Click here to go to this blog's Facebook Page!

Thank you!

Buy Us a Coffee


Advertise On This Blog!

If you want a Product\Service\Event to be advertised on this blog, feel free to contact us!

Warning!!!

If you are a Newcomer and want to write Real Programs, please STAY AWAY from this POOR and BAD DESIGNED "Program Language" (it's an Automation Tool in fact)!!!

This Automation Tool is maintained by LAZY, STUPID and DUMBASSES PEOPLE who try to deceive you that AutoHotkey is a very Powerful Program Language, but believe me, it isn't!!!

No Enterprise takes AutoHotKey seriously, because they know how poor it is and because they know what kind of people are behind it!

If you need an Automation Tool, you can at least give it a try!!! If you need a Program Language, STAY AWAY FROM IT AS SOON AS POSSIBLE!!!

Thanks for your Attention!!!

Monday, March 18, 2019

Gui_Please_Wait (Function)



v1.0:
http://www.mediafire.com/file/42geju75id3u33s/Gui_Please_Wait%2528Function%2529_-_v1.0.rar/file






Keywords:
Gui_Please_Wait(Function)
Gui_Please_Wait(AHK)
Gui_Please_Wait (AutoHotKey)

Gui Please Wait Function
Gui Please Wait AHK
Gui Please Wait AutoHotKey

Friday, March 15, 2019

Execute After Typing









Keywords:
Execute After Typing (AHK)
Execute After Typing (AutoHotKey)

ScriptGet (Function)

Never, Never and Never declare "Global" variables! (Especially when writing "Functions" or "Classes"!)

Use "ScriptGet()" function instead that allows others Functions\Classes to get values of Local Variables from the Main Script!

"ScriptGet()" can only "Read" Local variables from Main Script! ("Global" variables allows "Read" and "Write" in which causes a lot of problems!)


v1.0:
http://www.mediafire.com/file/ybwh1o01lu6j1tk/ScriptGet%2528Function%2529_-_v1.0.rar/file
 




keywords
ScriptGet (Function)

Wednesday, November 15, 2017

StringSearch (Function)


 The function supports Regular Expressions!

v1.1:

 v1.1 Changes:
- RegEx subpatterns can be searched now!
- "StringLengh" and "RegExError" return options added!
- Performance Improved!

".exe" and extra files, v1.1:
http://www.mediafire.com/file/8ogi8cf62lufejz/StringSearch%28Function%29_-_v1.1.rar

v1.0:

".exe" and extra files, v1.0:
http://www.mediafire.com/file/1e0yh1sd8kxm9uq/StringSearch%28Function%29_-_v1.0.rar


keywords:
StringSearch (AutoHotKey)
StringSearch (Function)
Search function
Search String
Search text
Search word
search character

Thursday, November 2, 2017

C_Caret (Function)



v1.0:


Get Caret info relative to the specified control's client area!

First, the function must be called specifying a Control hwnd in order to get the caret S,L,X,Y positions!
Example, C_Caret(ControlId)

Then specify one of the letters to get their values!
Get Caret String Position, C_Caret("S")
Get Caret Line Position, C_Caret("L")
Get Caret X Position, C_Caret("X")
Get Caret Y Position, C_Caret("Y")

Extra files (v1.0):
http://www.mediafire.com/file/8fvk7l37dwi097v/C_Caret%28Function%29_-_v1.0.rar


Keywords:
C_Caret (AutoHotKey)
C_Caret (Function)
Get Caret info relative to the specified control's client area!
Get Caret Pos relative to the specified control's client area!
Get Caret String Position relative to the specified control's client area!
Get Caret x y coordinates relative to the specified control's client area!

Functions Multiple Values Return




Keywords:
Functions Multiple Values Return

Wednesday, November 1, 2017

ClientAreaGetPos (Function)


v1.0:


ClientAreaGetPos(Function), this function returns the window or control client area xy pos relative to screen upper-left corner!

First, the function must be called specifying the win or control hwnd id in order to get xy pos!
Example, ClientAreaGetPos(WinId) or ClientAreaGetPos(ControlId)

Then, specify x or y and the function will return their values!
Example, ClientAreaGetPos("x") or ClientAreaGetPos("y")

Extra files, v1.0:
http://www.mediafire.com/file/67st5ailb0xu9fy/ClientAreaGetPos%28Function%29_-_v1.0.rar


Keywords:
ClientAreaGetPos(Function)