S | |
S | |
Save | |
SaveFile | |
Scroll | |
ScrollCaret | |
ScrollCell | |
ScrollPos | |
SelectionType | |
Send | |
SendMessage | |
Set | |
SetBand | |
SetBandState | |
SetBandStyle | |
SetBandWidth | |
SetBgColor | |
SetBitmapSize | |
SetButton | |
SetButtonSize | |
SetButtonWidth | |
SetCaption | |
SetCell | |
SetCellBLOB | |
SetCellData | |
SetCellString | |
SetCharFormat | |
SetColCount | |
SetColFormat | |
SetColors | |
SetColSize | |
SetColWidth | |
SetCurrentCell | |
SetCurrentCol | |
SetCurrentFile | |
SetCurrentRow | |
SetCurrentWin | |
SetDateFormat | |
SetDrawTextFlags | |
SetEditStyle | |
SetEvents | |
SetFont | |
SetFontSize | |
SetGlobal | |
SetGlobalFields | |
SetHandler | |
SetHdrHeight | |
SetHdrText | |
SetHook | |
SetHTMLButton | |
SetHTMLListbox | |
SetIcon | |
SetImageList | |
SetKeywordFile | |
SetLayout | |
SetLockCol | |
SetLockRow | |
SetMaxTextRows | |
SetMenu | |
SetModify | |
SetMultiSel | |
SetOptions | |
SetOwner | |
SetParaFormat | |
SetParam | |
SetParent | |
SetPath | |
SetPos | |
SetRowColor | |
SetRowCount | |
SetRowHeight | |
SetSaveFile | |
SetSel | |
SetStyle | |
SetTabsImageList | |
SetTabWidth | |
SetTaskBar | |
SetText | |
SetToolWindow | |
SetUndoLimit | |
SetView | |
Show | |
ShowBand | |
ShowFileList | |
ShowMenu | |
ShowMenu_Data | |
ShowScrollBar | |
ShowScrollbars | |
ShowSysMenu | |
ShowTooltip | |
SizeToRect | |
SMAdd | |
SMShow | |
Sort | |
SplittClose | |
SplittHor | |
SplittSync | |
SplittVer | |
StreamOut | |
Subclass |
Struct function.
S( ByRef S, pQ, ByRef o1 = "~`a ", ByRef o2 = "", ByRef o3 = "", ByRef o4 = "", ByRef o5 = "", ByRef o6 = "", ByRef o7 = "", ByRef o8 = "" )
Save content of the control in a file.
Property_Save( hCtrl, FileName, ComboEvent = false )
Save file to disk
HE_SaveFile( hEdit, pFileName, idx = -1 )
Scrolls the text vertically in the HiEdit control for the current file.
HE_Scroll( hEdit, Pages = 0, Lines = 0 )
Scroll content of control until caret is visible.
HE_ScrollCaret( hEdit )
Scrolls current cell into view.
RG_ScrollCell( hGrd )
Obtain the current scroll position, or tell the rich edit control to scroll to a particular point.
RichEdit_ScrollPos( HCtrl, PosString = "" )
Determines the selection type for a rich edit control.
RichEdit_SelectionType( hCtrl )
Send the message to another process (receiver) using WM_COPYDATA.
IPC_Send( hwnd, msg = "", port = 100 )
public bool Send( IntPtr Hwnd, string Text, int Port )
public bool Send( IntPtr hHost, string msg, int port )
private static extern int SendMessage( IntPtr hWnd, int wMsg, IntPtr wParam, ref COPYDATASTRUCT lParam )
private static extern int SendMessage( IntPtr hWnd, int wMsg, IntPtr wParam, ref COPYDATASTRUCT lParam )
private static extern int SendMessage( int hWnd, int wMsg, int wParam, int lParam )
Initializes control as a ComboX control.
ComboX_Set( HCtrl, Options = "", Handler = "" )
Sets characteristics of an existing band in a rebar control.
Rebar_SetBand( hRebar, WhichBand, o1 = "", o2 = "", o3 = "", o4 = "", o5 = "", o6 = "", o7 = "", o8 = "", o9 = "" )
Minimize or maximize the band.
Rebar_SetBandState( hRebar, WhichBand, State )
Sets the style for a band.
Rebar_SetBandStyle( hRebar, WhichBand, Style )
Sets the width for a band.
Rebar_SetBandWidth( hRebar, WhichBand, Width )
Sets the background color for a rich edit control.
RichEdit_SetBgColor( hCtrl, Color )
Sets the size of the bitmapped images to be added to a toolbar.
Toolbar_SetBitmapSize( hCtrl, Width = 0, Height = 0 )
Set button information
Toolbar_SetButton( hCtrl, WhichButton, State = "", Width = "" )
Sets the size of buttons.
Toolbar_SetButtonSize( hCtrl, W, H = "" )
Sets button width.
Toolbar_SetButtonWidth( hCtrl, Min, Max = "" )
Set visibility of the window caption.
Win_SetCaption( Hwnd, Flag = "^" )
Set cell value.
RG_SetCell( hGrd, Col = "", Row = "", Value = "" )
Set the cell binary data.
SS_SetCellBLOB( hCtrl, ByRef BLOB, Col = "", Row = "" )
Set the data of the cell.
SS_SetCellData( hCtrl, Data, Col = "", Row = "" )
Set the text of the selected cell.
SS_SetCellString( hCtrl, Txt = "", Type = "" )
Set character formatting in a rich edit control.
RichEdit_SetCharFormat( HCtrl, Face = "", Style = "", TextColor = "", BackColor = "", Mode = "SELECTION" )
Set number of columns.
SS_SetColCount( hCtrl, nCols )
Set column format.
RG_SetColFormat( hGrd, Col = "", Format = "" )
Set the control colors
HE_SetColors( hEdit, colors, fRedraw = true )
Set column size.
Property_SetColSize( HCtrl, C = 120 )
Set column width.
RG_SetColWidth( hGrd, Col = "", Width = 0 )
Set current column.
RG_SetCurrentCol( hGrd, Col )
Set the current file.
HE_SetCurrentFile( hEdit, idx )
Set current row.
RG_SetCurrentRow( hGrd, Row )
Set active splitt window.
SS_SetCurrentWin( hCtrl, Win )
Set date format.
SS_SetDateFormat( hCtrl, Format )
Sets the text drawing flags for the toolbar.
Toolbar_SetDrawTextFlags( hCtrl, Mask, Flags )
Sets the current edit style flags.
RichEdit_SetEditStyle( hCtrl, Style )
Set notification events.
HE_SetEvents( hEdit, Handler = "", Events = "selchange" )
Sets the control font
HE_SetFont( hEdit, pFont = "" )
Sets the font size for the selected text in the rich edit control.
RichEdit_SetFontSize( hCtrl, Add )
Set all global parameters for the control.
SS_SetGlobal( hCtrl, g, cell, colhdr, rowhdr, winhdr )
Set individual global parameters for the control.
SS_SetGlobalFields( hCtrl, Fields, v1 = "", v2 = "", v3 = "", v4 = "", v5 = "", v6 = "", v7 = "" )
Set the data handler.
IPC_SetHandler( Handler )
Set height of the header row.
RG_SetHdrHeight( hGrd, Height = )
Set header text.
RG_SetHdrText( hGrd, Col = "", Text = "" )
Shell_SetHook( Handler = "" )
Change a button so that it can contain HTML as it’s text instead of plain text.
QHTM_SetHTMLButton( hButton, Adjust = false )
Change a listbox so that it’s items can use HTML instead of plain text.
QHTM_SetHTMLListbox( hListbox, Adjust = true )
Set the titlebar icon for the window.
Win_SetIcon( Hwnd, Icon = "", Flag = 1 )
Set toolbar image list.
Toolbar_SetImageList( hCtrl, hIL = "1S" )
Set syntax highlighting.
HE_SetKeywordFile( pFile )
Set layout of bands in rebar.
Rebar_SetLayout( hRebar, Layout )
Lock columns in active split.
SS_SetLockCol( hCtrl, Cols = 1 )
Lock rows in active split.
SS_SetLockRow( hCtrl, Rows = 1 )
Sets the maximum number of text rows displayed on a toolbar button.
Toolbar_SetMaxTextRows( hCtrl, iMaxRows = )
Set the window menu.
Win_SetMenu( Hwnd, hMenu = )
Sets or clears the modification flag for the current file.
HE_SetModify( hEdit, Flag )
Set multiselection
SS_SetMultiSel( hCtrl, Left, Top, Right, Bottom )
Sets the options for a rich edit control.
RichEdit_SetOptions( hCtrl, Operation, Options )
Sets the paragraph formatting for the current selection in a rich edit control.
RichEdit_SetParaFormat( hCtrl, o1 = "", o2 = "", o3 = "", o4 = "", o5 = "", o6 = "" )
Set property parameter.
Property_SetParam( HCtrl, Name, Param )
Changes the parent window of the specified window.
Win_SetParent( Hwnd, hParent = )
Open the folder in given explorer window
Shell_ESetPath( pHwnd, pPath )
Set scroll bar position and redraws it.
ScrollBar_SetPos( HCtrl, Pos = 1 )
Set row color.
RG_SetRowColor( hGrd, Row = "", B = "", F = "" )
Set number of rows.
SS_SetRowCount( hCtrl, nRows )
Set row height.
Property_SetRowHeight( hCtrl, Height )
Set up the real time save file.
Log_SetSaveFile( FileName = "" )
Set the selection
HE_SetSel( hEdit, nStart = 0, nEnd = -1 )
Set the panel style.
Panel_SetStyle( Hwnd, Style, ByRef hStyle = "", ByRef hExStyle = "" )
Sets the image list of the tab navigation toolbar.
HE_SetTabsImageList( hEdit, pImg = "" )
Sets the tab width
HE_SetTabWidth( hEdit, pWidth, pRedraw = true )
Set the state of the Taskbar.
Appbar_SetTaskBar( State = "" )
Set text from string or file in rich edit control using either rich text or plain text.
RichEdit_SetText( HCtrl, Txt = "", Flag = 0, Pos = "" )
Set the WS_EX_TOOLWINDOW style for the window.
Win_SetToolWindow( Hwnd, Flag = "^" )
Set the maximum number of actions that can stored in the undo queue of the rich edit control.
RichEdit_SetUndoLimit( hCtrl, nMax )
Sets the view in desired Explorer window
Shell_ESetView( pHwnd, pView )
Show / Hide window.
Win_Show( Hwnd, bShow = true )
Shows or hides the band.
Rebar_ShowBand( hRebar, WhichBand, bShow = true )
Show popup menu containg list of open files.
HE_ShowFileList( hEdit, X = 0, Y = 0 )
Show menu from the text string.
ShowMenu( MenuDef, MenuName = "", Sub = "", Sep = "`n", r = 0 )
Get data associated with menu item
ShowMenu_Data( mDef, item = "" )
Shows or hides scroll bars for Edit control.
RichEdit_ShowScrollBar( hCtrl, Bar, State = true )
Set whether or not QHTM will display scrollbars.
QHTM_ShowScrollbars( hCtrl, bShow )
Show system menu for a window (ALT + SPACE menu).
Win_ShowSysMenu( Hwnd, X = "mouse", Y = "" )
Rebar_SizeToRect( hRebar, ByRef RECT = "~`a " )
Add shortcuts to start menu programs group.
Shell_SMAdd( Parent, FileName = "", o1 = "", o2 = "", o3 = "", o4 = "", o5 = "", o6 = "", o7 = "" )
Show start menu on particular location.
Shell_SMShow( X = "", Y = "", Transparency = "", bHideShadow = 1 )
Sort column.
RG_Sort( hGrd, Col = "", SortType = 3 )
Close the current splitt.
SS_SplittClose( hCtrl )
Create horizontal splitt in current splitt at current row.
SS_SplittHor( hCtrl )
Synchronizes a splitt window with it’s parent.
SS_SplittSync( hCtrl, Flag = 1 )
Create vertical splitt in current splitt at current col.
SS_SplittVer( hCtrl )
Subclass child window (control)
Win_Subclass( hCtrl, Fun, Opt = "", ByRef $WndProc = "" )