mercredi 28 mai 2014

How can I make a borderless c# form not remove focus from another window upon interaction


Vote count:

0




I'm looking for a way to keep my C# Form from removing focus from other windows when the user interacts with it. Basically, I'm trying to create a custom on-screen keyboard, and I want to be able to hit the keys with my mouse or Leap Motion without removing focus from the window I'm trying to type in.


-Overriding "ShowWithoutActivation" does not work. I tried using:



protected override bool ShowWithoutActivation
{
get { return true; }
}


Thanks for your help!



asked 47 secs ago






Aucun commentaire:

Enregistrer un commentaire