vb怎么模拟按 上、下、左、右、箭头键

vb如何模拟按 上、下、左、右、箭头键?用sendkeys 怎么实现?[解决办法] ↑SendKeys {Up} ↓SendKeys {Down}

vb如何模拟按 上、下、左、右、箭头键?
用sendkeys 怎么实现?
[解决办法]

 ↑   SendKeys "{Up}"
 ↓   SendKeys "{Down}"
 ←   SendKeys "{Left}"
 →   SendKeys "{Right}"