1.vb 用键盘左右键控制 像框向左向右的键盘s键胡明星Python源码源代码
vb 用键盘左右键控制 像框向左向右的源代码
form_keypress 事件
if 按键的Ascii=vbkeyright then
imagebox.left=imagebox.left+你想每次移动的数值
endif
if 按键的ascii=vbkeyleft then
imagebox.left=imagebox.left-你想每次移动的数值
endif
end sub
我大概写出了方法 你自己试吧
2024-12-27 18:33
2024-12-27 18:12
2024-12-27 17:40
2024-12-27 16:44
2024-12-27 16:34
2024-12-27 16:20