| M | |
| m | |
| Main, WindowsApplication4. | |
| Modify | |
| Move | |
| MoveBand | |
| MoveButton | |
| MoveDelta | |
| MoveRow | |
| MsgBox | |
| N | |
| New | |
| NewFile | |
| NewSheet | |
| O | |
| OnMessage | |
| Open | |
| Open/ | |
| OpenFile | |
| OpenInBrowser | |
| P | |
| PageRotate | |
| Parse | |
| Paste | |
| PasteSpecial | |
| PointToBytes, WindowsApplication4. | |
| PosFromChar | |
| PreFilterMessage, WindowsApplication4.IPC | |
| PrintCreateContext | |
| PrintDestroyContext | |
| PrintGetHTMLHeight | |
| PrintLayout | |
| PrintPage | |
| PrintSetText | |
| PrintSetTextFile | |
| Q | |
| Query |
Debug function.
m( o1 = "~`a", o2 = "~`a", o3 = "~`a", o4 = "~`a", o5 = "~`a", o6 = "~`a", o7 = "~`a", o8 = "~`a" )
static void Main()
Modify icon properties.
Tray_Modify( hGui, hTray, Icon, Tooltip = "~`a " )
Move Taskbar button.
Taskbar_Move( Pos, NewPos )
Moves a band from one index to another.
Rebar_MoveBand( hRebar, From, To = 1 )
Moves a button from one position to another.
Toolbar_MoveButton( hCtrl, OldPos, NewPos )
Move the window by specified amount.
Win_MoveDelta( Hwnd, Xd = "", Yd = "", Wd = "", Hd = "", Flags = "" )
Move row.
RG_MoveRow( hGrd, From, To )
MsgBox replacement
QHTM_MsgBox( HTML, Caption = "", Type = "", HGui = 0 )
Creates new Appbar.
Appbar_New( ByRef Hwnd, o1 = "", o2 = "", o3 = "", o4 = "", o5 = "", o6 = "", o7 = "", o8 = "", o9 = "" )
Opens new tab.
HE_NewFile( hEdit )
Clears the sheet.
SS_NewSheet( hCtrl )
Set the message handler
IPC_OnMessage( pLabel )
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 )
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 = "" )