How to hide caret in Word 2003?

R

Robert

Hi everyone,

I need to hide caret in Word 2003. I tried HideCaret API function like this

HideCaret GetFocus()

but without success. Function returned 1 (success) but the caret remained
visible. I tried also EnumChildWindows API to find handle of the window
containing the caret. In both cases I got the same hWnd but also the same
result - nothing happened.

Does anyone know how to hide caret in Word?

Thank you in advance.
Regards,
Robert
 
Top