Forum: Visual Basic |
Thema:
Re: Taschenrechner in VB ; Nur ein komma |
Von:
Timo Ulrich (
13.06.2005 13:05) |
Private Sub textbox1_KeyPress(KeyAscii As Integer)
test = ","
test2 = textbox1.Text
If KeyAscii = 44 And InStr(1, test2, test) > 0 Then
KeyAscii = 0
End If
test und test2 sind vom typ string
He likes to topple those who have the farthest to fall.
Betreff |
Von |
Datum |
|
|
G.
Guest
|
13.06.2005 15:56 |
|
|
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!