What I want is something like this
By pressing the Arrow Key down, for example, button1 do the action of a click
ArrowKeyDown = button1.Click and by doing that click my image move all through my picturebox. and the same for going up, right andleft.
You’re trying to use the
Form.KeyPreviewbut before you can use this you must set the Property of the FormKeyPreview = trueand you mentioned theButton Clickyou can achieve this by using the.PerformClick Method