Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C# (http://www.programmingforums.org/forum16.html)
-   -   Masked Textbox (http://www.programmingforums.org/showthread.php?t=14715)

Robocop Dec 8th, 2007 8:28 PM

Masked Textbox
 
How can we get the UnmaskedText of a masked textbox in C# 2005?

Thanks

dr.p Dec 8th, 2007 9:48 PM

Re: Masked Textbox
 
In the C# IDE, click "Help" and "Index", then type in "MaskedTextBox" for a description of the class and how to use it.

From those docs:
Quote:

The Text property will always retrieve the user's input formatted according to the mask and the TextMaskFormat property.

Robocop Dec 8th, 2007 10:13 PM

Re: Masked Textbox
 
Got it to work.


All times are GMT -5. The time now is 3:39 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC