04-19-2023, 11:54 AM
This get's the iid from the current qm item from the qm-items-list-tree:
Macro test
But is it possible to get the iid of the qm item of which the mouse pointer is hovering over?
When you hover over an qm item it get's underlined, is it possible to get that iid?
Macro test
int c=id(2202 _hwndqm) ;;outline
TVITEMW m.hItem=SendMessage(c TVM_GETNEXTITEM TVGN_CARET 0)
SendMessage(c TVM_GETITEMW 0 &m)
QMITEM q2
int iid=qmitem(m.lParam 0 q2 1|8)
But is it possible to get the iid of the qm item of which the mouse pointer is hovering over?
When you hover over an qm item it get's underlined, is it possible to get that iid?