CCDriver
March 13th, 2001, 03:26 AM
Hi All
I was wondering if someone could help?
How do you add a number of items to a listbox from textbox's. I have three textboxs: FirstName, LastName and Age. I want to add the data i type in these boxs to appear in the listbox when i click an add button which has three columns in it. The listbox is for viewing only and it will of course have many row's in it after awhile, and i want to be able to select a row and that data appear back in the textboxs so i can edit them.
I also want to be able to delete a row when it's not needed anymore, i think this last one can be done by "removing.item" from what i have read so far. But the other bit is more difficult to find an example for.
Can anyone help?
Thanks.
I was wondering if someone could help?
How do you add a number of items to a listbox from textbox's. I have three textboxs: FirstName, LastName and Age. I want to add the data i type in these boxs to appear in the listbox when i click an add button which has three columns in it. The listbox is for viewing only and it will of course have many row's in it after awhile, and i want to be able to select a row and that data appear back in the textboxs so i can edit them.
I also want to be able to delete a row when it's not needed anymore, i think this last one can be done by "removing.item" from what i have read so far. But the other bit is more difficult to find an example for.
Can anyone help?
Thanks.