Hi,

Try:
In a Keydown event:

if keycode=VbKeyDown then
Object.Left= Object.Left + 100
Object.Top = Object.top + 100
end if

You got the idea ??

Good Luck.