I'm creating an app where I have a WebBrowser Control loading a webpage, removing some elements of this webpage leaving only visible a Flash Game.
This game has a function which only works by pressing Tab on your keyboard. When I press Tab for the first time, the game captures it and triggers the function but when I press Tab for the second time, the WebBrowser acts like it's switching between elements and I can never use Tab again on the game.
What can I do to remove this "switch between elements" feature?