C Coder Aug 2, 2003 #1 Is there a way to disable or hide the caret in a textbox without disabling the textbox?
A Alex Feinman [MVP] Aug 2, 2003 #2 Yes, remove the focus from it by setting focus to some other control. If you need to have window focused and hide the caret, you can try P/Invoking HideCaret(HWND).
Yes, remove the focus from it by setting focus to some other control. If you need to have window focused and hide the caret, you can try P/Invoking HideCaret(HWND).