| T | |
| t | |
| tbPort_TextChanged, WindowsApplication4.IPC | |
| TextMode | |
| Toggle | |
| ToggleStyle | |
| Tooltip | |
| U | |
| Undo | |
| UpdateBars | |
| UTest_Edit | |
| V | |
| v | |
| W | |
| Warning | |
| WinExist | |
| WndProc | |
| WordWrap | |
| Write | |
| Z | |
| Zoom |
Timer
t( ByRef v = "~`a " )
private void tbPort_TextChanged( object sender, System. EventArgs e )
Get or set the current text mode of a rich edit control.
RichEdit_TextMode( HCtrl, TextMode = "" )
Toggle ComboX control.
ComboX_Toggle( HCtrl )
Toggle specific toolbar creation style
Toolbar_ToggleStyle( hCtrl, Style = "LIST" )
Add tooltips to GUI controls.
Ext_Tooltip( HCtrl, Text )
Do undo operation
HE_Undo( hEdit )
Updates horizontal and/or vertical scroll bar.
Scroller_UpdateBars( Hwnd, Bars = 3, MX = 0, MY = 0 )
Open editor with given file and go to line number.
UTest_Edit( Path, LineNumber )
Storage function, designed to use as stdlib or copy and enhance.
v( var = "", value = "~`a ", ByRef o1 = "", ByRef o2 = "", ByRef o3 = "", ByRef o4 = "", ByRef o5 = "", ByRef o6 = "" )
Add warning message.
Log_Warning( txt, category = "", link = "" )
public static IntPtr WinExist( string WinTitle )
public static IntPtr WinExist( string WinTitle )
protected override void WndProc( ref Message m )
protected override void WndProc( ref Message m )
Set word wrap mode in rich edit control.
RichEdit_WordWrap( HCtrl, Flag )
Write local buffer into remote buffer
RemoteBuf_Write( Byref H, byref pLocal, pSize, pOffset = )
Zoom the HTML in or out
QHTM_Zoom( hCtrl, Level = 2 )