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() )
Schreibe einen Kommentar
Du musst angemeldet sein, um einen Kommentar abzugeben.