tab order
tabbing through controls,
27
testing
call by MenuItem delegates,
134-135
repairing MaskedClient code to trigger ValidateErrorEventHandler,
493-494
Sender object before using OpenWindow delegate,
134
testing NumberExtender control,
513-528
adding RegxValidate class to Vlad project,
515-524
displaying design-time errors in,
525-526
trapping errors with SetRegularExpression method,
524-525
text
selecting in TextBox,
51-57
text replacement in regular expressions,
453-455
extending control type for,
498
icon denoting invalid entry for,
514
properties for data entry and validation with,
21
retrieving cursor position,
486
simple data entry in,
4-7
TextBox setup example,
23-27
writing statistics to TextBox screen of ValidateXML project,
569
TextBox Setup dialog box,
23,
29
catching errors before they happen,
434-437
exception handling with Try-Catch-Finally block,
431
ToolBar control
adding to PowerUser project,
84-85
as object-oriented control,
240
Toolbox
customizing for NumberExtender control testing,
525
ToolTip
debug code for regular expressions,
527-528
help provided in NumberExtender control test,
515
ToolTip control for Vlad project,
502-503
adding trace line to Form_Load delegate,
425-426
delegates for handling events,
423-425
enabling and disabling tracing,
425,
429
namespace references and class local variables in,
423
sending trace output to console form,
426-427
setting up trace listeners with constructor,
428-429
adding controls to tester form,
577-578
entering code for button click delegates,
578-580
increasing apparent fill speed,
587-591
Tree Tester project (VB 6.0),
573-577
TreeExpandCollapse routine,
309
avoiding delays filling true tree hierarchy,
591-593
class local variable for Photo project,
302
constructor in Photo project,
313-314
delegate code for Photo project,
305-309
dragging photograph to TreeView,
314-319
functions of QuickTree multithreading project,
613
increasing apparent fill speed of Tree
initialization code for Photo project,
309-313
inserting properties and methods for external client use of,
616-619
ListViewSorter code to Photo project,
294-296
Photo class code for Photo project,
296-298
PhotoList code to Photo project,
298-302
running fast TreeView example,
611-612
setting up multithreaded tree tester,
627-629
using on Statistics screen,
648,
649
Try-Catch-Finally block
error catching with Catch block,
433-444
exception handling and,
431
simplistic error handling with Try block,
431-432