如何在智能手机上显示"忙碌"对话框(旋转轮)

use*_*518 5 c# windows-mobile

找不到它是如何调用的,也不知道如何弹出它.

我的CF应用程序通过Web服务与Web通话.想向我的用户显示一些"忙碌活动"对话框.

有关如何从WinMo显示默认值的建议吗?

小智 7

以下应该工作......

using System.Windows.Forms;
...
Cursor.Current = Cursors.WaitCursor;
Run Code Online (Sandbox Code Playgroud)