Im looking in this site and google but found nothing. I need to show a form contain some control show information, but need to dont steal the focus to other windows (like windowed-full screen game) AND can use the textbox inside the form, for write without steal the game window focus.
I can launch the window without steal focus using this: Opening a WinForm with TopMost=true but not having it steal focus?
But when i click in the window, get the focus. I need to make the window active, and textbox writable, but without steal other windows focus It is possible?