Fancy textbox formatting....Help

  • Thread starter Thread starter trint
  • Start date Start date
T

trint

Ok,
I have a textbox that I want to check as one types each charactor for
Currency formatting, another one for Date formating.
Any help is appreciated.
Thanks,
Trint
 
Until VS2005 and its MaskedTextBox comes out, you will have to roll your own
solution for this.

My suggestion would be make your own custom TextBox classes that inherit
from TextBox and that work through the formatting automatically every time
TextChanged is fired.

Brendan
 
How can I get started?
I have been looking for TextChanged and can't find enough info for a
check everytime a charactor is typed.
Thanks,
Trint
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top