I've had this error for today and I don't know how to correct it. Would someone please help me? My program would run but it would freeze for sometime
Dim welcomemessage As String = "QUANTITY DESCRIPTION TOTAL" & vbCr
Dim totalprice As Integer
If Checkbox1.Checked = True Then welcomemessage = TextBox2.Text & vbTab & Checkbox1.Text & (Checkbox1.Text * TextBox2.Text).ToString & vbCr
totalprice = Checkbox1.Text * TextBox2.Text