Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I need to delete the row that was clicked !!! How should i do?????
DeleteItem(). /ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com
DeleteItem()
This is the code: selected=SendMessage(GetDlgItem(hdlg,IDC_LIST1),LB_GETCURSEL,0,0); SendMessage(GetDlgItem(hdlg,IDC_LIST1),LB_DELETETEXT,selected,0); gabby