Hide Caret in Datawindow
Simple way to hide the Caret on the way to implement a Datawindow that behaves like Excel. Function long HideCaret (long hwnd ) Library „user32“ Function long hwndGetFocus() Library „user32“ alias for „GetFocus“ Itemfocuschanged: HideCaret ( hwndGetFocus() )