C
climber
I dynamically add a control to the active document with
"this.Controls.AddControl " which is triggered by the text the user types.
After the control appears, the next letter the user types overwrites it with
their text.
It acts like the control is selected, but the control never has focus
(according to it's events/properties), yet their cursor is no longer blinking
on the document.
"this.Controls.AddControl " which is triggered by the text the user types.
After the control appears, the next letter the user types overwrites it with
their text.
It acts like the control is selected, but the control never has focus
(according to it's events/properties), yet their cursor is no longer blinking
on the document.