|
马上加入TC
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
namespace 主程序
funcition int z()
if (keycode == 120)
hwnd=dm.GetMousePointWindow()
int handle = thread.beginthreadex("tb.tb",convert.inttostr(hwnd),"hyq.jiebang",convert.inttostr(hwnd))
endif
return 0
endfunction
endnamespace
/////////////////////////////////////////////////////////////////////////////////
namespace tb
fucntion int tb(string jubing)
int hwnd=dma.bd(jubing)////////大漠绑定后台的!
help.messagebox("3")
整型 键值=键盘.等待按键()
if(键值==48)
help.messagebox("1")
else
help.messagebox("2")
endif
help.messagebox("4")
retrun 0
endfunction
endnamespace
问题来了,为什么窗口绑定后.弹窗弹出了3,但是按键没有任何反应,并且也不弹出4?
|
|