使用MaskedTextBox顯示日期

  • 1169
  • 0

摘要:使用MaskedTextBox顯示日期

Binding binding = new Binding("Text", bindingsource, member, true);
binding .FormatString = "yyyy/MM/dd";
maskedtextbox.DataBindings.Add(binding );

在屬性視窗中, 點選Data->DataBindings->Advenced 中的[...]按鈕

跳出視窗, 在[Format type]中選[Custom], 然後在[Custom format]中輸入"yyyy/MM/dd"

 

參考

http://social.msdn.microsoft.com/Forums/zh-TW/233/thread/a723ce2c-6297-478e-9171-3bf39775d9df

 

============ 以下是簽名檔 ============

一個小小螺絲釘。

第一次建立Blog,希望以後能慢慢充實它。

Howard