我有以下代碼將十進制輸入格式化爲TextBox。 If Char.IsDigit(e.KeyChar) OrElse e.KeyChar = "."c Then
If e.KeyChar = "."c Then
If txtPrice.Text.Contains("."c) Then
e.Handled = True
End If
Else
我無法弄清楚爲什麼我不斷收到此錯誤,並且當我在GUI中對tb_NameTextBox進行更改時,永遠不會調用Name中的設置。 System.Windows.Data Error: 40 : BindingExpression path error: 'Name' property not found on 'object' ''String' (HashCode=2106982518)'. Bi