README.md
December 5, 2022 ยท View on GitHub
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 On | 2003-10-03 06:48:26 |
| By | Bruce Fast |
| Level | Intermediate |
| User Rating | 4.8 (19 globes from 4 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | VB function enhancement |
| World | Visual Basic |
| Archive File | Overwrite_1653341032003.zip |
API Declarations
GetKeyState, CreateCaret, ShowCaret