I'm trying to make a form that will be on top of all the windows and also when it shows it self it won't take focus from other windows.
I did that the form will be ontop of the windows:
this.TopMost = true;
But I can't figure out how to prevent the form from taking focus while displayed.