Private Sub cmd_change_Click()
Dim Value As Single
Value = "3,36809"
If op_metertofot.Value = True Then
txt_to.Text = Val(txt_from.Text) * Value
End If
End Sub
Hr e ett exempel.
Du har skert redan hittat svaret men jag postar i alla fall :P
En bra sida att lra sig ifrn r:
http://www.planetsourcecode.com/vb/default.asp?lngWId=1