如何用PB获取鼠标单击事件,无论单击到任何控件上,类似注册键盘热键string ls_atomid
ls_atomid="myatomid1"
atomid=globaladdatom(ls_atomid)
ll_rc=registerhotkey(handle(this),atomid,0,113)
if ll_rc=0 then messagebox('','热键注册失败')
------解决方案--------------------
在所有的控件里,自定义一个时间 event id 用 pbm_lbuttonclk
------解决方案--------------------
非pb预定义的消息,会在other事件
------解决方案--------------------
FUNCTION ulong SetCapture(ulong hwnd) LIBRARY "user32.dll"