Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
F
 Fatal
 Features
 Find
 Find/Replace
 FindText
 FindWindow
 FindWordBreak
 FixKeys
 Flash
 Focus
 Font
 ForEach
 Form
 Form1, WindowsApplication4.Form1
 Form1_Load, WindowsApplication4.Form1
 FormReset
 FormSetSubmitCallback
 FormSubmit
 Formulas
 FromPoint
Fatal(Message,  
E = 1,
ExitCode = "")
Exits the script with the message.
All modules are developed so they fulfill specific goals :
Property_Find(hCtrl,  
Name,  
StartAt = )
Returns the current index of the property.
HE_FindText(hEdit,  
sText,  
cpMin = 0,
cpMax = -1,
flags = "")
Find desired text in the control
private static extern IntPtr FindWindow(string lpClassName,
string lpWindowName)
private static extern IntPtr FindWindow(string lpClassName,
string lpWindowName)
RichEdit_FindWordBreak(hCtrl,  
CharIndex,  
Flag = "")
Finds the next word break in rich edit conttrol, before or after the specified character position or retrieves information about the character at that position.
RichEdit_FixKeys(hCtrl)
Fix Tab and Esc key handling in rich edit control.
Taskbar_Flash(Hwnd = 0,
Options = "")
Flash the Taskbar button.
Taskbar_Focus()
Focus the Taskbar.
Dlg_Font(ByRef Name,  
ByRef Style,  
ByRef Color,  
 Effects = true,
 hGui = 0)
Property_ForEach(hCtrl,  
SkipSeparators = TRUE)
Iterator
Form module presents alternative way of creating AHK windows.
public Form1()
private void Form1_Load(object sender,
System.EventArgs e)
QHTM_FormReset(hCtrl,
FormName)
Resets the form
QHTM_FormSetSubmitCallback(hCtrl,
Fun)
Set the function to call when submitting a form via POST
QHTM_FormSubmit(hCtrl,
FormName)
Submits the form
Win_FromPoint(X = "mouse",
Y = "")
Retrieves a handle to the top level window that contains the specified point.
Close