音乐总监梁翘柏年收入:VB中如何判断方向键的输入?

来源:百度文库 编辑:高校问答 时间:2024/05/04 22:06:30
VB中如何判断方向键的输入?

private sub form_keydown(keycode as integer,shift as integer)
if keycode=vbkeyleft then ^^^^^^^^
if keycode=vbkeyright then ^^^^^^^
if keycode=vbkeydown then ^^^^^^^
if keycode=vbkeyup then ^^^^^^^
end sub