TextBox自动显示时间?请问一下,要怎样设置才可以在TextBox控件中自动获取当前时间呢?[解决办法]用timer事件里面写TextBox.text= DateTime.Now.ToString();