Even if I put the correct answer, I qualify it as being incorrect. Does anyone know why this happens to me?
the original and mine
Please post your images again
In the Button2.click
event, you are comparing the component with the text instead of comparing the text of the component with text. So, use CampoDeTexto1.text
instead of CampoDeTexto
while comparing.
Thank you so much for everything
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.