In visual studio 05 I'm using visual basic and on one form (form1) I have a listbox called Pnames and on a different form (form2) I have a textbox where the user inputs their name, on that same form I have a button that when clicked I want the name in the textbox to be added to the list box in form1
I've been looking for ways to solve this on the internet but when I tried it messed form2 up and I had to redo it again, any help would be greatly appreciated
Thanks :)