PB在窗口上按一个键open另一个窗口如何在一个窗口上按键盘上的一个键来打开另一个窗口?初学,请大侠赐教[解决办法]
自定义事件keydown: Event ID:Pbm_keydown 在该时间写上要执行的代码:如if KeyDown(keyF1!) then Open(w_help)elseif keydown(keyescape!) then close(this)end if