Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim usd, thb As Integer
If TextBox1.Text = "" Then
MessageBox.Show("ใส่ใหม่", "", MessageBoxButtons.OK, _
MessageBoxIcon.Error, _
MessageBoxDefaultButton.Button1)
TextBox1.Clear()
Label1.Text = ""
End If
usd = TextBox1.Text
thb = usd * 30
Label1.Text = thb
End Sub
1. ขึ้น Conversion from string "" to type 'Integer' is not valid. แก้ยังไงครับ ลองมาครึ่งวันแล้วครับ
2. ตรง label1 ต้องการให้ข้อความเก่าหายไปใส่ code Label1.Text = "" ถูกหรือป่าวครับ