I have a window that I .show() that seems to be having troubles telling me if it is focused or not.
Me.IsFocused is always false if there is a textbox in the window. even if you click the textbox and minimize the window the textbox.IsFocused is True.
Is there a way to determine if the window is minimized or is behind another window without using windows API functions?
Thanks!
I think you are looking for the IsActive property for the window.