Help!!!

  • Thread starter Thread starter Ordos0
  • Start date Start date
O

Ordos0

Guest
Email-Me

I am stuck at a brick wall! :wall: I have just completed a program for sorting out complex lists of information, but my delete button won't work. I have it in the format of a simple list and the delete button is to delete the selected item in the list, i need the code to be as short as possible. Thx.
 
That is irrelevant :-), Just Kidding. I have my listbox named lstExi and my main text box names txtmanew (don't ask) my add, replace, clear all, ect buttons work. my delete button won't work is all. it is named cmdDelete. I need it to delete the selected item OR delete what is entered in the text. Thx
 
I don't get it. Do you want to know how to delete items from a list box?


So what is your second post all about? If it's another question, it would be better served in a new thread.

[edit]I see now that you didn't have a second post, it was just an extremely large signature with code in it. Ugh...[/edit]
 
Last edited:
no, i was just talking about my profile, i updated it. I need the command button to remove either the selected item in the list or remove the item with the same name as what is typed in the text box.
 
Back
Top