Hello, I have a question regarding vb.net and MySQL. I already connect my system to MySQL and I already know on how to populate the listbox with information from my database, but I want to make a code that everytime a user clicks on the items of listbox (containing the names) the textboxes (composed of username, password, ID, names etc) will show the other info?


On the left side you can see the listbox with highlighted name, on the right side you can see the textboxes but without further info. In vb.net and ms access I already do that, piece of cake. But its hard in vb.net and MySQL