Hello
I've got a textbox and everytime i type then press enter I want what I've just typed to also be placed into a listview on a tab.
Example: if I type in "OP28" then press enter it puts two spaces after that word ready for another one if need be, but I also want it to put that word I just typed into a listview row. I could have numerous words in this text is like "OP28 OP29 OP30" etc and I want it to add individual words into an individual row in a listview.
I thought about a listbox, but it doesn't go with how i want the design to be like and also i want to be able to type in the box without having to have another textbox just to add an item.
Any help would be great, thanks
I've got a textbox and everytime i type then press enter I want what I've just typed to also be placed into a listview on a tab.
Example: if I type in "OP28" then press enter it puts two spaces after that word ready for another one if need be, but I also want it to put that word I just typed into a listview row. I could have numerous words in this text is like "OP28 OP29 OP30" etc and I want it to add individual words into an individual row in a listview.
I thought about a listbox, but it doesn't go with how i want the design to be like and also i want to be able to type in the box without having to have another textbox just to add an item.
Any help would be great, thanks