I am very new to
VB.NET, just started taking a class in school... my background is in web development primarily.
Anyway, what I am trying to figure out today is, I have a form created with a listbox. I want the users to be able to make a selection from the list box and then click a button, and then depending on what they selected from the listbox, something would be displayed in a label on another part of the form. The premise of the application is that is 'translates' the vague error messages a user might give a support tech, into what they
really meant to say. How do I code the listbox and button?:)
Jim