皮皮网
皮皮网

【胡明星Python源码】【python 开发erp源码】【场地预约系统 源码】vb键盘源码_vbs键盘代码

来源:tbnet 源码 发表时间:2024-12-27 18:34:02

1.vb 用键盘左右键控制 像框向左向右的键盘s键胡明星Python源码源代码

vb键盘源码_vbs键盘代码

vb 用键盘左右键控制 像框向左向右的源代码

       form_keypress 事件

       if 按键的Ascii=vbkeyright then

       imagebox.left=imagebox.left+你想每次移动的数值

       endif

       if 按键的ascii=vbkeyleft then

       imagebox.left=imagebox.left-你想每次移动的数值

       endif

       end sub

       我大概写出了方法 你自己试吧

相关栏目:知识