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