![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi Brad, How about the problem now? If you have any question, please feel free to let me know. Thank you for using our MSDN Managed Newsgroup Support Service! Sincerely, Linda Liu Microsoft Online Community Support |
#5
| |||
| |||
|
|
I was still hoping for some community feedback (e.g. what other people are using). I assume, since I'm guessing this is such a common problem, that there must be some good alternatives out there rather than each person writing his/her own version. Though I'm disappointed that MS doesn't have something better for this, it's not something I expect MS to fix at this point. Brad. On Mon, 10 Dec 2007 10:53:32 GMT, v-lliu (AT) online (DOT) microsoft.com (Linda Liu[MSFT]) wrote: Hi Brad, How about the problem now? If you have any question, please feel free to let me know. Thank you for using our MSDN Managed Newsgroup Support Service! Sincerely, Linda Liu Microsoft Online Community Support |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
Hi Brad, Thank you for your reply! You may go to the Microsoft Connect web site to make a suggestion on this issue: http://connect.microsoft.com/VisualStudio/Feedback Thank you for your support and contribution to Microsoft! Sincerely, Linda Liu Microsoft Online Community Support |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
Either I don't know how to use it particularly well (entirely possible), or the MaskedTextBox included with VS2005 (and VS2008) really sucks!!! All I need is a simple control to allow me to enter decimal or currency values. I would prefer behavior that looks a lot more like a standard text box, rather than showing the mask or dictating the number of digits. I'd like it to be aware of the decimal functionality and handle it properly (e.g. I want to be able to type 1.23 regardlesss of how long the entry can be). Is there a good open-source alternative out there? What are people using? I found nothing on SourceForge. I found a few on CodeProject, but those tend not to be maintained over time, and I don't think I've found the ideal one yet. This seems like such a simple and fundamental control, but I haven't had much luck finding a good one. I thought about writing it myself, but 1) I simply don't have the time, and 2) I can't imagine there isn't already a good one out there! Any thoughts or opinions? |
#10
| |||
| |||
|
|
"Bradley Plett" <plettb (AT) newsgroup (DOT) nospam> wrote in message news:4qudl3to9bhsstlk8h0494169noqlm3nsl (AT) 4ax (DOT) com... Either I don't know how to use it particularly well (entirely possible), or the MaskedTextBox included with VS2005 (and VS2008) really sucks!!! All I need is a simple control to allow me to enter decimal or currency values. I would prefer behavior that looks a lot more like a standard text box, rather than showing the mask or dictating the number of digits. I'd like it to be aware of the decimal functionality and handle it properly (e.g. I want to be able to type 1.23 regardlesss of how long the entry can be). Is there a good open-source alternative out there? What are people using? I found nothing on SourceForge. I found a few on CodeProject, but those tend not to be maintained over time, and I don't think I've found the ideal one yet. This seems like such a simple and fundamental control, but I haven't had much luck finding a good one. I thought about writing it myself, but 1) I simply don't have the time, and 2) I can't imagine there isn't already a good one out there! Any thoughts or opinions? Why don't you just use a function that returns true or false to check if numbers and the period are being entered, which can be done on the Textbox Keypress event. e.handle = cknumberorperiod(e.key); //or something like that. You have to account for the backspace key in the function. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |