juggernot
Well-known member
- Joined
- Sep 28, 2006
- Messages
- 173
- Programming Experience
- Beginner
Okay, I've got my math program working. now I'm trying to get a checkmark to appear if you have the write answer.
The code I've got so far is:
Can someone tell me the correct code to do this?
The code I've got so far is:
VB.NET:
If me.TextBox1 = Val(me.Label1.Text) + Val(me.Label2.Text) then me.PictureBox1.Visible
Last edited by a moderator: