Windows Mobile 6.5 中的进度条

发布于 2024-11-08 03:18:55 字数 194 浏览 0 评论 0原文

我想知道是否有任何方法可以在 Windows Mobile 6.5 中显示不确定的圆形进度而不是水平条。

我尝试过自定义,但是.net Compact中有没有任何方法可以替代system.drawing的PointF。

请建议任何显示循环进度的方法。尝试在单独的线程中循环并更改图像,但没有成功。请转发您的建议。

提前致谢 :

I would like to find if there is any way that i can display an indeterminate circular progress instead of horizontal bar in windows mobile 6.5.

I tried customizing but is there any method in .net compact that replaces PointF of system.drawing.

Please suggest any method to display circular progress.Tried looping it in seperate thread and changing images but didnot work.Please forward your suggestions.

Thanks in advance :

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三月梨花 2024-11-15 03:18:55

你的意思是这样的吗?

Cursor.Current = Cursors.WaitCursor;

或者更详细的东西?

Do you mean something like this?

Cursor.Current = Cursors.WaitCursor;

Or something more elaborate?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文