In a windows Form, I have a text box where I put amounts, for example I would type 18369.25 then press Enter key, the textbox should be formatted to: 18 369,25
how to do that ?
In a windows Form, I have a text box where I put amounts, for
Share
Subscribe to the textbox’s KeyPress event with an event handler similar to the one below: