README.md

December 5, 2022 ยท View on GitHub

Overwrite mode control for RichTextBox

Description

The RichTextBox responds to the Insert key to toggle between Insert and Overwrite mode, but it doesn't display the correct cursor (caret), nor can you tell what mode it is in at any one time. This example shows what's necessary to make a block cursor, and report the RTB's insert mode.

More Info

Submitted On2003-10-03 06:48:26
ByBruce Fast
LevelIntermediate
User Rating4.8 (19 globes from 4 users)
CompatibilityVB 5.0, VB 6.0
CategoryVB function enhancement
WorldVisual Basic
Archive FileOverwrite_1653341032003.zip

API Declarations

GetKeyState, CreateCaret, ShowCaret