“等待窗口不等待”在.NET中

发布于 2024-09-02 01:33:59 字数 111 浏览 2 评论 0原文

Windows 窗体(.NET VS2008)中是否有类似于“wait window nowait”的内容?

这是 Visual FoxPro 中用于调试目的和“快速而肮脏”温度计的常用句子。

Is there something similar to "wait window nowait" in Windows Forms (.NET VS2008) ?

This is a commonly used sentence in Visual FoxPro for debugging purposes and "quick and dirty" thermometers.

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

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

发布评论

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

评论(2

空城之時有危險 2024-09-09 01:33:59

不,没有。您可以轻松创建一个 Windows 窗体并将其弹出,或者在您自己的窗体上重新绘制一个部分以轻松复制此功能。

No, there isn't. You could easily create a Windows Form and pop it up, or repaint a section on your own form to duplicate this functionality easily though.

谜兔 2024-09-09 01:33:59

As an alternative, you could use Debug.WriteLine to write out debug information. The output will show up in the Output tab in the Visual Studio debugger when debugging your application.

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