public class MainFrm : System.Windows.Forms.Form
{
  ......
  private System.Windows.Forms.TextBox text;
}this.text.Text+="正在处理:"+content+"\r\n";
现在的情况是要等到程序运行完毕才能显示Text.如何使Text的内容在程序运行过程中实时显示出来?