I have this code, and when I run the program, the result doesn’t show up on the label I assigned. Any ideas why?
I could be wrong, but it would seem you need to put:
lblResultado.Text = Resposta
on the line after the End Select and before the End Sub
1 Like
That’s it, I forgot that I had to put the label after I got something for her, thank you very much!