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. | |
Insert | |
InsertCol | |
InsertFile | |
InsertRow | |
ipc, WindowsApplication4. | |
IPC | |
IPC.ahk | |
IPC. | |
ipc_Handler, WindowsApplication4. | |
ipc_OnMessage, WindowsApplication4. | |
IPCEventArgs | |
Is | |
K | |
Known Bugs | |
Known bugs/ |
summary>Event fired when message arrives</summary
public event MessageHandler Handler
Returns the height of the rebar control.
Rebar_Height( hRebar )
Hide Taskbar button.
Taskbar_Hide( Handle, bHide = True )
Hides or shows the selection in a rich edit control.
RichEdit_HideSelection( hCtrl, State = true )
summary> Handle of the receiver.
public IntPtr Hwnd
Dlg_Icon( ByRef Icon, ByRef Index, hGui = )
IntPtr id
Creates an ImageList and associates it with a button.
ILButton( HBtn, Images, Cx = 16, Cy = 16, Align = "Left", Margin = "1 1 1 1" )
Import a line of data.
SS_ImportLine( hCtrl, DataLine, SepChar = ";" )
Add info message.
Log_Info( txt, category = "", link = "" )
Initialise the QHTM module.
QHTM_Init( DllPath = "qhtm.dll" )
summary> Required method for Designer support - do not modify the contents of this method with the code editor.
private void InitializeComponent()
Inserts a new band in a rebar control.
Rebar_Insert( hRebar, hCtrl, o1 = "", o2 = "", o3 = "", o4 = "", o5 = "", o6 = "", o7 = "", o8 = "", o9 = "" )
Insert column.
SS_InsertCol( hCtrl, Col = -1 )
Insert properties from a file.
Property_InsertFile( hCtrl, FileName, ParseIni = false )
Insert row.
SS_InsertRow( hCtrl, Row = -1 )
private IPC ipc
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 )
Checks handle against specified criterium.
Win_Is( Hwnd, pQ = "win" )