poxy
July 22nd, 2003, 11:49 PM
In deleting an entry in a listbox, I used the function below
SendDlgItemMessage(sptrDisplay->hWnd, IDC_LSTDISPLAY, LB_DELETESTRING, 0, 0);
Aside from this function, are there other API functions that can be use to delete an entry?
Thanks!
SendDlgItemMessage(sptrDisplay->hWnd, IDC_LSTDISPLAY, LB_DELETESTRING, 0, 0);
Aside from this function, are there other API functions that can be use to delete an entry?
Thanks!