Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Delete List Box Item in Dialog
#4
Not tested
Macro
Code:
Copy      Help
_i=LB_SelectedItem(a)
if(_i>=0) SendMessage a LB_DELETESTRING _i 0


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)