0

キープレスイベントを使用しています。その作業..しかし、私は小数値を表示する必要があります。「.(ドット)」なしでしかアクセスできない

If txtunit. Focused = True Then    
   If Not Char.IsNumber(e.KeyChar) And Not e.KeyChar = Chr(Keys.Back) Then 
      e.Handled = True
   End If
End If
4

1 に答える 1