maked-textbox

Formatted input box in VB.NET

Is there a control or method to accept formatted input in VB.NET? i.e. It accepts input in a given format ##/##/## or similar? ...

Decimal Textbox in Windows Forms

Hi, I am doing an Financial Winforms application and am having some trouble with the controls. My customer needs to insert decimal values all over the place (Prices, Discounts etc) and I'd like to avoid some of the repeating validation. So I immediately tried the MaskedTextBox that would fit my needs (with a Mask like "€ 00000.00"), i...