Function 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
M
 m
 Main, WindowsApplication4.Form1
 Modify
 Move
 MoveBand
 MoveButton
 MoveDelta
 MoveRow
 MsgBox
N
 New
 NewFile
 NewSheet
O
 OnMessage
 Open
 Open/Save
 OpenFile
 OpenInBrowser
P
 PageRotate
 Parse
 Paste
 PasteSpecial
 PointToBytes, WindowsApplication4.Form1
 PosFromChar
 PreFilterMessage, WindowsApplication4.IPC
 PrintCreateContext
 PrintDestroyContext
 PrintGetHTMLHeight
 PrintLayout
 PrintPage
 PrintSetText
 PrintSetTextFile
Q
 Query
m(o1 = "~`a",
o2 = "~`a",
o3 = "~`a",
o4 = "~`a",
o5 = "~`a",
o6 = "~`a",
o7 = "~`a",
o8 = "~`a")
Debug function.
static void Main()
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
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.
IPC_OnMessage(pLabel)
Set the message handler
RemoteBuf_Open(ByRef H,
 hwnd,
 size)
Open remote buffer
HE_OpenFile(hEdit,  
pFileName,  
flag = )
Open file in new tab
Log_OpenInBrowser()
Opens the content of the logger control in the default system browser.
RichEdit_PageRotate(hCtrl,  
R = "")
Rotate page.
Form_Parse( O,  
 pQ,  
ByRef o1 = "",
ByRef o2 = "",
ByRef o3 = "",
ByRef o4 = "",
ByRef o5 = "",
ByRef o6 = "",
ByRef o7 = "",
ByRef o8 = "",
ByRef o9 = "",
ByRef o10 = "",
ByRef o11 = "",
ByRef o12 = "",
ByRef o13 = "",
ByRef o14 = "",
ByRef o15 = "")
Form options parser.
HE_Paste(hEdit)
Paste.
RichEdit_PasteSpecial(HCtrl,
Format)
Pastes a specific clipboard format in a rich edit control.
static unsafe byte[] PointToBytes(Point p)
HE_PosFromChar( hEdit,
 CharIndex,
ByRef X,
ByRef Y)
Gets the client area coordinates of a specified character.
public bool PreFilterMessage(ref Message m)
QHTM_PrintCreateContext()
Create and return a print context.
QHTM_PrintDestroyContext(Context)
Destroy a valid QHTMCONTEXT.
QHTM_PrintGetHTMLHeight(DC,  
HTML,  
PrintWidth,  
ZoomLevel = 2)
Given a fixed width it returns the rendered height of the HTML.
QHTM_PrintLayout(Context,
DC,
PRECT)
Layout the HTML, using the HDC passed, to determine the number of pages.
QHTM_PrintPage(Context,
DC,
PageNum,
PRECT)
Print a page
QHTM_PrintSetText(Context,
HTML)
Set the HTML for the given print context.
QHTM_PrintSetTextFile(Context,
FileName)
Set the HTML for the given print context using a file.
Scheduler_Query(Name = "",
var = "")
Query specified scheduled task or all tasks.
Close