Results 1 to 2 of 2

Thread: TextBox & cursors

  1. #1
    Guest
    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

  2. #2
    Guest
    If you want to create one, you need to use CreateCaret and ShowCaret.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width