Jump to content

help me about textbox in vb net 2003

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
saint_xaver

saint_xaver

    Newbie

  • Members
  • PipPip
  • 15 posts
hello all, what coding I should write if I want write in text box, when I write just only can write number and it's for typing for the value of money, example when I write 23,010.00
the step is
1. type 2 in the textbox show 2.00
2.type 3-->23.00
3. type 0--> 230.00
4.type 1--> 2,301.00
5.type 0--> 223,010.00
sorry if my english isn't good.
thx..

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
You can validate input with IsNumeric(). Otherwise, try using a NumericUpDown instead of a TextBox.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums