Posts by user13940 • 21 points
1 post
-
2
votes5
answers13026
viewsA: Coin style in a Textbox in Winforms
I use the javascript function below to put the mask: function MascaraMoeda(objTextBox, SeparadorMilesimo, SeparadorDecimal, e) { var sep = 0; var key = ''; var i = j = 0; var len = len2 = 0; var…