【胡明星Python源码】【python 开发erp源码】【场地预约系统 源码】vb键盘源码_vbs键盘代码
时间:2025-01-31 06:18:33 分类:知识
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
我大概写出了方法 你自己试吧