Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 VB.NET 中是否有接受格式化输入的控件或方法?
即它接受给定格式##/##/## 或类似格式的输入?
我相信你想要MaskedTextBox控件。
肯定有:)
对于 asp.net和winforms来说是一个非常好的/不错的
像这样的东西?
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/MaskedEdit/MaskedEdit.aspx