Hello vbers!

Ho do I put the Focus away from an element?
I'm doing a small picture viewer, which has only a PictureBox and two ScrollBars in it. The user can move the picture by keyboard and by using the ScrollBars.
Now the problem: When the picture is moved by the ScrollBars first and then by keyboard the Focus reminds on the bars and the picture moves wrong.

What can I do?

Matt-D