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
S
 S
 Save
 SaveFile
 Scheduler.ahk
 Scroll
 ScrollBar
 ScrollCaret
 ScrollCell
 Scroller
 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
 Shell
 Show
 ShowBand
 ShowFileList
 ShowMenu
 ShowMenu.ahk
 ShowMenu_Data
 ShowScrollBar
 ShowScrollbars
 ShowSysMenu
 ShowTooltip
 SizeToRect
 SMAdd
 SMShow
 Sort
 SplittClose
 Splitter
 SplittHor
 SplittSync
 SplittVer
 SpreadSheet
 strData, MM_IPC.IPC
 StreamOut
 Subclass
 Syntax Coloring
S(ByRef S,  
 pQ,  
ByRef o1 = "~`a ",
ByRef o2 = "",
ByRef o3 = "",
ByRef o4 = "",
ByRef o5 = "",
ByRef o6 = "",
ByRef o7 = "",
ByRef o8 = "")
Struct function.
Property_Save(hCtrl,  
FileName,  
ComboEvent = false)
Save content of the control in a file.
HE_SaveFile(hEdit,  
pFileName,  
idx = -1)
Save file to disk
HE_Scroll(hEdit,  
Pages = 0,
Lines = 0)
Scrolls the text vertically in the HiEdit control for the current file.
Scroll Bar control.
HE_ScrollCaret(hEdit)
Scroll content of control until caret is visible.
RG_ScrollCell(hGrd)
Scrolls current cell into view.
Makes window scrollable.
RichEdit_ScrollPos(HCtrl,  
PosString = "")
Obtain the current scroll position, or tell the rich edit control to scroll to a particular point.
RichEdit_SelectionType(hCtrl)
Determines the selection type for a rich edit control.
IPC_Send(hwnd,  
msg = "",
port = 100)
Send the message to another process (receiver) using WM_COPYDATA.
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)
ComboX_Set(HCtrl,  
Options = "",
Handler = "")
Initializes control as a ComboX control.
Rebar_SetBand(hRebar,  
WhichBand,  
o1 = "",
o2 = "",
o3 = "",
o4 = "",
o5 = "",
o6 = "",
o7 = "",
o8 = "",
o9 = "")
Sets characteristics of an existing band in a rebar control.
Rebar_SetBandState(hRebar,
WhichBand,
State)
Minimize or maximize the band.
Rebar_SetBandStyle(hRebar,
WhichBand,
Style)
Sets the style for a band.
Rebar_SetBandWidth(hRebar,
WhichBand,
Width)
Sets the width for a band.
RichEdit_SetBgColor(hCtrl,
Color)
Sets the background color for a rich edit control.
Toolbar_SetBitmapSize(hCtrl,  
Width = 0,
Height = 0)
Sets the size of the bitmapped images to be added to a toolbar.
Toolbar_SetButton(hCtrl,  
WhichButton,  
State = "",
Width = "")
Set button information
Toolbar_SetButtonSize(hCtrl,  
W,  
H = "")
Sets the size of buttons.
Toolbar_SetButtonWidth(hCtrl,  
Min,  
Max = "")
Sets button width.
Win_SetCaption(Hwnd,  
Flag = "^")
Set visibility of the window caption.
RG_SetCell(hGrd,  
Col = "",
Row = "",
Value = "")
Set cell value.
SS_SetCellBLOB( hCtrl,  
ByRef BLOB,  
 Col = "",
 Row = "")
Set the cell binary data.
SS_SetCellData(hCtrl,  
Data,  
Col = "",
Row = "")
Set the data of the cell.
SS_SetCellString(hCtrl,  
Txt = "",
Type = "")
Set the text of the selected cell.
RichEdit_SetCharFormat(HCtrl,  
Face = "",
Style = "",
TextColor = "",
BackColor = "",
Mode = "SELECTION")
Set character formatting in a rich edit control.
SS_SetColCount(hCtrl,
nCols)
Set number of columns.
RG_SetColFormat(hGrd,  
Col = "",
Format = "")
Set column format.
HE_SetColors(hEdit,  
colors,  
fRedraw = true)
Set the control colors
Property_SetColSize(HCtrl,  
C = 120)
Set column size.
RG_SetColWidth(hGrd,  
Col = "",
Width = 0)
Set column width.
Set current cell.
RG_SetCurrentCol(hGrd,
Col)
Set current column.
HE_SetCurrentFile(hEdit,
idx)
Set the current file.
RG_SetCurrentRow(hGrd,
Row)
Set current row.
SS_SetCurrentWin(hCtrl,
Win)
Set active splitt window.
SS_SetDateFormat(hCtrl,
Format)
Set date format.
Toolbar_SetDrawTextFlags(hCtrl,
Mask,
Flags)
Sets the text drawing flags for the toolbar.
RichEdit_SetEditStyle(hCtrl,
Style)
Sets the current edit style flags.
HE_SetEvents(hEdit,  
Handler = "",
Events = "selchange")
Set notification events.
HE_SetFont(hEdit,  
pFont = "")
Sets the control font
RichEdit_SetFontSize(hCtrl,
Add)
Sets the font size for the selected text in the rich edit control.
SS_SetGlobal(hCtrl,
g,
cell,
colhdr,
rowhdr,
winhdr)
Set all global parameters for the control.
SS_SetGlobalFields(hCtrl,  
Fields,  
v1 = "",
v2 = "",
v3 = "",
v4 = "",
v5 = "",
v6 = "",
v7 = "")
Set individual global parameters for the control.
IPC_SetHandler(Handler)
Set the data handler.
RG_SetHdrHeight(hGrd,  
Height = )
Set height of the header row.
RG_SetHdrText(hGrd,  
Col = "",
Text = "")
Set header text.
Shell_SetHook(Handler = "")
QHTM_SetHTMLButton(hButton,  
Adjust = false)
Change a button so that it can contain HTML as it’s text instead of plain text.
QHTM_SetHTMLListbox(hListbox,  
Adjust =  true)
Change a listbox so that it’s items can use HTML instead of plain text.
Win_SetIcon(Hwnd,  
Icon = "",
Flag = 1)
Set the titlebar icon for the window.
Toolbar_SetImageList(hCtrl,  
hIL = "1S")
Set toolbar image list.
HE_SetKeywordFile(pFile)
Set syntax highlighting.
Rebar_SetLayout(hRebar,
Layout)
Set layout of bands in rebar.
SS_SetLockCol(hCtrl,  
Cols = 1)
Lock columns in active split.
SS_SetLockRow(hCtrl,  
Rows = 1)
Lock rows in active split.
Toolbar_SetMaxTextRows(hCtrl,  
iMaxRows = )
Sets the maximum number of text rows displayed on a toolbar button.
Win_SetMenu(Hwnd,  
hMenu = )
Set the window menu.
HE_SetModify(hEdit,
Flag)
Sets or clears the modification flag for the current file.
SS_SetMultiSel(hCtrl,
Left,
Top,
Right,
Bottom)
Set multiselection
RichEdit_SetOptions(hCtrl,
Operation,
Options)
Sets the options for a rich edit control.
Changes the owner window of the specified window.
RichEdit_SetParaFormat(hCtrl,  
o1 = "",
o2 = "",
o3 = "",
o4 = "",
o5 = "",
o6 = "")
Sets the paragraph formatting for the current selection in a rich edit control.
Property_SetParam(HCtrl,
Name,
Param)
Set property parameter.
Win_SetParent(Hwnd,  
hParent = )
Changes the parent window of the specified window.
Shell_ESetPath(pHwnd,
pPath)
Open the folder in given explorer window
ScrollBar_SetPos(HCtrl,  
Pos = 1)
Set scroll bar position and redraws it.
RG_SetRowColor(hGrd,  
Row = "",
B = "",
F = "")
Set row color.
SS_SetRowCount(hCtrl,
nRows)
Set number of rows.
Property_SetRowHeight(hCtrl,
Height)
Set row height.
Log_SetSaveFile(FileName = "")
Set up the real time save file.
HE_SetSel(hEdit,  
nStart = 0,
nEnd = -1)
Set the selection
Panel_SetStyle( Hwnd,  
 Style,  
ByRef hStyle = "",
ByRef hExStyle = "")
Set the panel style.
HE_SetTabsImageList(hEdit,  
pImg = "")
Sets the image list of the tab navigation toolbar.
HE_SetTabWidth(hEdit,  
pWidth,  
pRedraw = true)
Sets the tab width
Appbar_SetTaskBar(State = "")
Set the state of the Taskbar.
RichEdit_SetText(HCtrl,  
Txt = "",
Flag = 0,
Pos = "")
Set text from string or file in rich edit control using either rich text or plain text.
Win_SetToolWindow(Hwnd,  
Flag = "^")
Set the WS_EX_TOOLWINDOW style for the window.
RichEdit_SetUndoLimit(hCtrl,
nMax)
Set the maximum number of actions that can stored in the undo queue of the rich edit control.
Shell_ESetView(pHwnd,
pView)
Sets the view in desired Explorer window
Shell automation module.
Win_Show(Hwnd,  
bShow = true)
Show / Hide window.
Rebar_ShowBand(hRebar,  
WhichBand,  
bShow = true)
Shows or hides the band.
HE_ShowFileList(hEdit,  
X = 0,
Y = 0)
Show popup menu containg list of open files.
ShowMenu(MenuDef,  
MenuName = "",
Sub = "",
Sep = "`n",
r = 0)
Show menu from the text string.
ShowMenu_Data(mDef,  
item = "")
Get data associated with menu item
RichEdit_ShowScrollBar(hCtrl,  
Bar,  
State = true)
Shows or hides scroll bars for Edit control.
QHTM_ShowScrollbars(hCtrl,
bShow)
Set whether or not QHTM will display scrollbars.
Win_ShowSysMenu(Hwnd,  
X = "mouse",
Y = "")
Show system menu for a window (ALT + SPACE menu).
Show the tooltip and automatically dismiss it.
Rebar_SizeToRect( hRebar,  
ByRef RECT = "~`a ")
Shell_SMAdd(Parent,  
FileName = "",
o1 = "",
o2 = "",
o3 = "",
o4 = "",
o5 = "",
o6 = "",
o7 = "")
Add shortcuts to start menu programs group.
Shell_SMShow(X = "",
Y = "",
Transparency = "",
bHideShadow = 1)
Show start menu on particular location.
RG_Sort(hGrd,  
Col = "",
SortType = 3)
Sort column.
SS_SplittClose(hCtrl)
Close the current splitt.
Splitter control.
SS_SplittHor(hCtrl)
Create horizontal splitt in current splitt at current row.
SS_SplittSync(hCtrl,  
Flag = 1)
Synchronizes a splitt window with it’s parent.
SS_SplittVer(hCtrl)
Create vertical splitt in current splitt at current col.
SpreadSheet control is extremelly fast and small Excell like control, developed in Assembler.
string strData
Returns rich edit control data in various formats.
Win_Subclass( hCtrl,  
 Fun,  
 Opt = "",
ByRef $WndProc = "")
Subclass child window (control)
The file .hes is structured in sections, each of which specify the keywords for a one (or more) file extension.
Close