Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Access items in "Find" results pane – QM 2.3.0.3
#1
Access items in "Find" results pane – QM 2.3.0.3
In previous versions I could access items in Find results pane using :

Code:
Copy      Help
int hlb=id(1128 _hwndqm)
int n=LB_GetCount(hlb)

I understand that in version 2.3.0.3 child id 1128 is changed to 3006. Nevertheless, I cannot access – count items in Find results pane any more. I would welcome any advice.
Thanks in advance
#2
Now uses listview control. Any listbox functions you used with it must be replaced.

Macro
Code:
Copy      Help
out SendMessage(id(3006 _hwndqm) LVM_GETITEMCOUNT 0 0)
#3
Many thanks, Best regards


Forum Jump:


Users browsing this thread: 1 Guest(s)