Ok. I am trying the MaskedTextBox. Holy cow! Is there any way to control where the curser lands. I tried every conceivable way to set this up trying to get the number order to correctly populate.
I will spare you all the details but I have changed the "RightToLeft" to "Yes", then tried "No". Played around with writing the mask as ##.###,### and ###,###.## as I changed the input order. I get a result that I would think that I wouldn't each time.
Trying to write example of: 123,456.78
How can I control the placement of the curser so that it is always on the right no matter if it is placed there manually or tabbed there. Then it writes if I type 12345678 it comes out proper 123,456.78 not 12.345,678 or 87.654,321.
Believe you get the idea. I can't get it to write properly because I can't control the curser placement.
Thank you for telling me about a "MaskedTextBox". Didn't know what that was and will use it in the future for other projects. Increased the points value as well and if this gets more detailed will increase again in order to take care of anyone who chimes in with help.
Main Topics
Browse All Topics





by: webtubbsPosted on 2009-07-02 at 13:56:20ID: 24767638
Try using a MaskedTextbox -> http://msdn.microsoft.com/ en-us/libr ary/ system .windows.f orms.maske dtextbox.a spx
Wayne