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
L
 label1_Click, WindowsApplication4.Form1
 lbPort, WindowsApplication4.Form1
 LimitText
 LineFromChar
 LineIndex
 LineLength
 LineNumbersBar
 LineScroll
 Links
 LoadFile
 LoadFromFile
 LoadFromResource
 Lock
 Logger Control
 lpData
M
 m
 Main, WindowsApplication4.Form1
 MessageAction
 MessageHandler, IPC
 MM_IPC.IPC.COPYDATASTRUCT
 MM_IPC.MM_IPC.IPC
 Modify
 Modules
 Move
 MoveBand
 MoveButton
 MoveDelta
 MoveRow
 MsgBox
 MyLB, WindowsApplication4.Form1
N
 New
 NewFile
 NewSheet
private void label1_Click(object sender,
System.EventArgs e)
private System.Windows.Forms.ListBox lbPort
RichEdit_LimitText(hCtrl,  
txtSize = )
Sets an upper limit to the amount of text the user can type or paste into a rich edit control.
HE_LineFromChar(hEdit,
ich)
Returns line number of the line containing specific character index.
HE_LineIndex(hedit,  
idx = -1)
Returns the character index of the line.
HE_LineLength(hEdit,  
idx = -1)
Returns the lenght of the line.
HE_LineNumbersBar(hEdit,  
state = "show",
linw = 40,
selw = 10)
Sets the line numbers bar state and looks.
HE_LineScroll(hEdit,  
xScroll = 0,
yScroll = 0)
Scrolls the text in the HiEdit control for the current file.
SS_LoadFile(hCtrl,
File)
Load a file.
QHTM_LoadFromFile(hCtrl,
FileName)
Load HTML into QHTM passing a valid filename.
QHTM_LoadFromResource(hCtrl,  
Name,  
Resource = "")
Load HTML into QHTM from a resource
Rebar_Lock(hRebar,  
Lock = "")
Locks or unlcoks the rebar (sets or removes “nogripper” style for all bands in rebar)
Logging API
public IntPtr lpData
public int lpData
m(o1 = "~`a",
o2 = "~`a",
o3 = "~`a",
o4 = "~`a",
o5 = "~`a",
o6 = "~`a",
o7 = "~`a",
o8 = "~`a")
Debug function.
static void Main()
public delegate void MessageAction(string message,
int port)
summary> Delegate for IPC.OnMessage event.
public delegate void MessageAction(string message)
public delegate void MessageHandler(object sender,
IPCEventArgs ea)
summary Delegate for MessageHandler.
summary> Implementation of process communication via WM_COPYDATA /summary
Tray_Modify(hGui,  
hTray,  
Icon,  
Tooltip = "~`a ")
Modify icon properties.
Taskbar_Move(Pos,
NewPos)
Move Taskbar button.
Rebar_MoveBand(hRebar,  
From,  
To = 1)
Moves a band from one index to another.
Toolbar_MoveButton(hCtrl,
OldPos,
NewPos)
Moves a button from one position to another.
Win_MoveDelta(Hwnd,  
Xd = "",
Yd = "",
Wd = "",
Hd = "",
Flags = "")
Move the window by specified amount.
RG_MoveRow(hGrd,
From,
To)
Move row.
QHTM_MsgBox(HTML,  
Caption = "",
Type = "",
HGui =  0)
MsgBox replacement
private System.Windows.Forms.ListBox MyLB
Appbar_New(ByRef Hwnd,  
 o1 = "",
 o2 = "",
 o3 = "",
 o4 = "",
 o5 = "",
 o6 = "",
 o7 = "",
 o8 = "",
 o9 = "")
Creates new Appbar.
HE_NewFile(hEdit)
Opens new tab.
SS_NewSheet(hCtrl)
Clears the sheet.
Close