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
H
 Handler, IPC
 Height
 Hide
 HideSelection
 HiEdit
 HLink
 How to Use
 Hwnd, IPCEventArgs
I
 Icon
 IconEx
 id, MM_IPC.IPC
 Id2Index
 ILButton
 ImportLine
 Info
 Init
 InitializeComponent, WindowsApplication4.Form1
 Insert
 InsertCol
 InsertFile
 InsertRow
 ipc, WindowsApplication4.Form1
 IPC
 IPC.ahk
 IPC.COPYDATASTRUCT
 ipc_Handler, WindowsApplication4.Form1
 ipc_OnMessage, WindowsApplication4.Form1
 IPCEventArgs
 Is
K
 Known Bugs
 Known bugs/issues
public event MessageHandler Handler
summary>Event fired when message arrives</summary
Rebar_Height(hRebar)
Returns the height of the rebar control.
Taskbar_Hide(Handle,  
bHide = True)
Hide Taskbar button.
RichEdit_HideSelection(hCtrl,  
State = true)
Hides or shows the selection in a rich edit control.
HiEdit is a multitabbed, ultra fast, large file edit control consuming very little memory.
HyperLink control.
If framework is located in “\inc” folder its enough to add the following line at the end of your script :
public IntPtr Hwnd
summary> Handle of the receiver.
Dlg_Icon(ByRef Icon,  
ByRef Index,  
 hGui = )
Advanced icon dialog
IntPtr id
Returns 1 based position of the band with given id.
ILButton(HBtn,  
Images,  
Cx = 16,
Cy = 16,
Align = "Left",
Margin = "1 1 1 1")
Creates an ImageList and associates it with a button.
SS_ImportLine(hCtrl,  
DataLine,  
SepChar = ";")
Import a line of data.
Log_Info(txt,  
category = "",
link = "")
Add info message.
QHTM_Init(DllPath = "qhtm.dll")
Initialise the QHTM module.
private void InitializeComponent()
summary> Required method for Designer support - do not modify the contents of this method with the code editor.
Rebar_Insert(hRebar,  
hCtrl,  
o1 = "",
o2 = "",
o3 = "",
o4 = "",
o5 = "",
o6 = "",
o7 = "",
o8 = "",
o9 = "")
Inserts a new band in a rebar control.
SS_InsertCol(hCtrl,  
Col = -1)
Insert column.
Property_InsertFile(hCtrl,  
FileName,  
ParseIni =  false)
Insert properties from a file.
SS_InsertRow(hCtrl,  
Row = -1)
Insert row.
private IPC ipc
summary> Inter-Process Communication using WM_COPYDATA.
public IPC(Form Host)
public IPC(Form host)
public IPC()
private void ipc_Handler(object sender,
IPCEventArgs ea)
private void ipc_OnMessage(string message,
int port)
summary> Event Arguments for IPC class /summary
Win_Is(Hwnd,  
pQ = "win")
Checks handle against specified criterium.
Close