What do you mean? Are you wanting to change the Caret's blinking time? Use the SetCaretBlinkTime API function.
Code:Private Declare Function SetCaretBlinkTime _
Lib "user32" (ByVal wMSeconds As Long) As Long
Printable View
What do you mean? Are you wanting to change the Caret's blinking time? Use the SetCaretBlinkTime API function.
Code:Private Declare Function SetCaretBlinkTime _
Lib "user32" (ByVal wMSeconds As Long) As Long
If you want to create one, you need to use CreateCaret and ShowCaret.