| O | |
| OnMessage | |
| Open | |
| Open/ | |
| OpenFile | |
| OpenInBrowser | |
| Overview | |
| P | |
| PageRotate | |
| Panel | |
| Parse | |
| Paste | |
| PasteSpecial | |
| PointToBytes, WindowsApplication4. | |
| Port, IPCEventArgs | |
| PosFromChar | |
| PreFilterMessage, WindowsApplication4.IPC | |
| Presets | |
| PrintCreateContext | |
| PrintDestroyContext | |
| PrintGetHTMLHeight | |
| PrintLayout | |
| PrintPage | |
| PrintSetText | |
| PrintSetTextFile | |
| Property | |
| Q | |
| QHTM | |
| Query |
Set the message handler
IPC_OnMessage( pLabel )
summary>Event fired when message arrives</summary
public event MessageAction OnMessage
public event MessageAction OnMessage
Open remote buffer
RemoteBuf_Open( ByRef H, hwnd, size )
Open file in new tab
HE_OpenFile( hEdit, pFileName, flag = )
Opens the content of the logger control in the default system browser.
Log_OpenInBrowser()
Rotate page.
RichEdit_PageRotate( hCtrl, R = "" )
Form options parser.
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 = "" )
Paste.
HE_Paste( hEdit )
Pastes a specific clipboard format in a rich edit control.
RichEdit_PasteSpecial( HCtrl, Format )
static unsafe byte[] PointToBytes( Point p )
summary> Port, by default 100.
public int Port
Gets the client area coordinates of a specified character.
HE_PosFromChar( hEdit, CharIndex, ByRef X, ByRef Y )
public bool PreFilterMessage( ref Message m )
Create and return a print context.
QHTM_PrintCreateContext()
Destroy a valid QHTMCONTEXT.
QHTM_PrintDestroyContext( Context )
Given a fixed width it returns the rendered height of the HTML.
QHTM_PrintGetHTMLHeight( DC, HTML, PrintWidth, ZoomLevel = 2 )
Layout the HTML, using the HDC passed, to determine the number of pages.
QHTM_PrintLayout( Context, DC, PRECT )
Print a page
QHTM_PrintPage( Context, DC, PageNum, PRECT )
Set the HTML for the given print context.
QHTM_PrintSetText( Context, HTML )
Set the HTML for the given print context using a file.
QHTM_PrintSetTextFile( Context, FileName )
Query specified scheduled task or all tasks.
Scheduler_Query( Name = "", var = "" )