Cosa incredibile successa con dei semplici texbox

Hi all,
A crazy thing happened to me.. basically if textbox1 is not empty, then it has to color it blue.. and so on for all the other textboxes. But the strange thing is that it only sees textbox1 full.. while all the other textboxes are empty.. despite there being numbers inside them.
Greetings
Nicola


You will need separate if statements for each textbox. The first successful if will ignore all the other if-elses.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.