I have an MDIForm application with several child windows.
How can I determine which of the windows cuurently is "active" or "has focus" in the coding? I have tried using the child form property GotFocus but this sub never seems to get accessed.
Many Thanks
How can I determine which of the windows cuurently is "active" or "has focus" in the coding? I have tried using the child form property GotFocus but this sub never seems to get accessed.
Many Thanks