Private Sub Txtqtyty001_Los tFocus(ByVal sender As Object, ByVal e As System.EventArg s) Handles Txtqtyty001.Los tFocus
Dim qty As Integer
Dim price As Double
Dim total As Double
If Txtqtyty001.Tex t = " " Then
Else
qty = Integer.Parse(T xtqtyty001.Text )
qty = 0
End If
...
User Profile
Collapse
-
Rick Chua started a topic why error like "Input string was not in a correct format."in Visual Basicwhy error like "Input string was not in a correct format."
No activity results to display
Show More