Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LB_DeleteItem and LB_DeleteString
#1
There are QM type functions for many LB functions e.g. LB_SelectItem, LB_SelectString
but for deleting items seems like I must use syntax like this:
Code:
Copy      Help
if(_i>=0) SendMessage id(5 hDlg) LB_DELETESTRING _i 0

It would be great if this could be written as native QM functions so that would be searchable in QM editor instead of in forum.

I geuss same would be true for CB items.

Thanks!
S


Forum Jump:


Users browsing this thread: 1 Guest(s)