dlicon
New member
Thank you ahead for taking the time to look at this.
I'm hoping to enter a word in a textbox on form (vb.net). After a button click, the code would search a list of possible answers with an value attached. The lowest answer/value would be displayed by message box.
By pressing the OK button on the messagebox, this would add +1 to the value.
For example, if I entered dog in the textbox and the possible answers were Lab-1, Boxer-2, Chow-3, the message box would return Lab-1 because the value of 1 was the lowest. Once the OK button on the messagebox was clicked the value would change to Lab-2.
I'm hoping to enter a word in a textbox on form (vb.net). After a button click, the code would search a list of possible answers with an value attached. The lowest answer/value would be displayed by message box.
By pressing the OK button on the messagebox, this would add +1 to the value.
For example, if I entered dog in the textbox and the possible answers were Lab-1, Boxer-2, Chow-3, the message box would return Lab-1 because the value of 1 was the lowest. Once the OK button on the messagebox was clicked the value would change to Lab-2.