In a window,I hve 5 TextFields, one Canvas and a Listbox.
All of them have a Focus Ring excepted the TextArea.
I am certainly extremely tired (or walking beside my shoes) because I cannot set the focus in the TextArea.
I even add a new Event and code, below:
Sub GotFocus()
Me.SetFocus
End Sub
I added a ClearFocus in the Window.MouseDown Event, and now how people can know who have the focus without typing anything in the keyboard ?