本文介绍了显示“正在保存...请稍候" Windows窗体中的邮件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Windows应用程序中,我有一个保存按钮,需要30-40秒才能将数据保存到SQL Server.因此,在此同时,我要显示一条消息正在保存...请稍候",保存后此消息应消失.

提前谢谢!
shashi

In my Windows application, I have a save button, which takes 30-40 seconds to save data to SQL Server. So in the mean time, I want to display a message "saving... please wait" and after saving, this message should disappear.

Thanks in advance!
shashi

推荐答案




这篇关于显示“正在保存...请稍候" Windows窗体中的邮件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 17:40