G
Guest
How do I hide the caret within a textbox and then show it again after the
text manipulation is completed?
text manipulation is completed?
Chris Rennie said:I found out that the correct way to do it is as follows:
Public Declare Function HideCaret Lib "user32" Alias "HideCaret" (ByVal
hwnd As Integer) As Integer
Public Declare Function ShowCaret Lib "user32" Alias "ShowCaret" (ByVal
hwnd As Integer) As Integer