Hello...
I need to validate a textbox as follows:
When the user changes focus from that textbox, I want to show the properly formated currency value, but without lost the real user-entered value, Because i need it for later Calculations, and if is the case, for later editing from the user...
Can i do that? i don't want to have another variable just for that, and i remmeber the "validating" (i think) event on datagrid view that lets you keep the value and format that value, so if you have to change or use for calculations, you just use the VALUE property, and for showing, it uses the FORMATEDVALUE property... Can i do that?
Thanks!