datatype conversion
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
hi all i have a textbox and i am trying to add some special characters to the textbox as the text typed. like user type 2000, that would be 2,000 and can be read as 2000 when i use the value. the second thing is in lost focus of textbox the text converted to 2,000 to $2,000.00. do some one has any suggestion. thanks in advance help everyone
-
hi all i have a textbox and i am trying to add some special characters to the textbox as the text typed. like user type 2000, that would be 2,000 and can be read as 2000 when i use the value. the second thing is in lost focus of textbox the text converted to 2,000 to $2,000.00. do some one has any suggestion. thanks in advance help everyone
use mask edit box... on leave event change the mask...