Visual Basic 6.0 Codes Help?
I am making a program in VB6 about Metric Converter
can you explain each codes
————————————————————————————————————————————–
Private Sub Command8_Click()
Dim answer As Double
myinput = Val(Text8.Text)
If myinput < 0 Then
MsgBox "You entered [...]