Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get iid of qm item under mouse pointer (hover)
#1
This get's the iid from the current qm item from the qm-items-list-tree:

Macro test
 
Code:
Copy      Help
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?


Messages In This Thread
Get iid of qm item under mouse pointer (hover) - by r0n - 04-19-2023, 11:54 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)