| T | |
| t | |
| Taskbar | |
| tbPort, WindowsApplication4.IPC | |
| tbPort_TextChanged, WindowsApplication4.IPC | |
| Text, IPCEventArgs | |
| textBox1, WindowsApplication4. | |
| textBox2, WindowsApplication4. | |
| TextMode | |
| Toggle | |
| ToggleStyle | |
| Toolbar | |
| Tooltip | |
| Tray | |
| U | |
| Undo | |
| UpdateBars | |
| UTest | |
| UTest_Edit | |
| V | |
| v | |
| W | |
| Warning | |
| Win | |
| WindowsApplication4. | |
| WindowsApplication4.IPC | |
| WinExist | |
| WM_COPYDATA | |
| WM_IPC_GETPORT, WindowsApplication4.IPC | |
| WndProc | |
| WordWrap | |
| Write | |
| Z | |
| Zoom | 
Timer
t( ByRef v = "~`a " ) 
private TextBox tbPort 
private void tbPort_TextChanged( object sender, System. EventArgs e ) 
summary> If data is textual message, it will be saved in this property.
public string Text 
private System.Windows.Forms.TextBox textBox1 
private System.Windows.Forms.TextBox textBox2 
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 ) 
const int WM_COPYDATA 
const int WM_COPYDATA 
private const int WM_IPC_GETPORT 
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 )