
OverwriteHandler – A class for handling overwrite mode
‘———————————————————‘ OverwriteHandler class” you can associate this class to a form, using the’ Form property, and all the textbox controls in the’ form will support insert/overwrite mode switching” Usage: Dim ov As New OverwriteHandler” Private Sub Form_Load()’ Set ov.Form = Me’ ‘ if you want block-shaped caret in ov mode’