MaskedTextBox

  • Thread starter Thread starter Jazer
  • Start date Start date
J

Jazer

Hi,
I have a problem with MaskedtextBox.
When I 'am trying to insert value 1.5 (single type) into MaskedTextBox, the
value on it is shown as 15__,_.

Mask is #90.9
The result should be ___1,5
Is anybody have ideas?

P.S. Sorry for my english.
 
I had same problem and I had to create myown control as numericDropDown
to solve the problem.

I am interested in this too

Galin Iliev[MCSD.NET]
www.galcho.com
 
Back
Top