Prevent Arrowkey Navigation

Briceman92

New member
Joined
Feb 21, 2008
Messages
2
Programming Experience
Beginner
I'm making an application with a built in web browser. I have come across a problem regarding the arrow keys.

I need the user to be able to browse to a website with a flash application or something of the like on it. The problem is that when I try to use the arrow keys for the flash app, focus jumps to one of the buttons I have on my form.

For example:
http://www.addictinggames.com/shift.html

Is there anyway to prevent this from happening? I've already set tabstop to false for all of my buttons. I've also tried having my form listen for the arrow keys and force the web browser to have focus when an arrow is pressed. This doesn't work very well either, the result is as if I was tapping the arrow key. (The guy moves, stops, moves, stops . . .)


Suggestions anyone?

Thanks!
 
Back
Top